
body { 
	margin: 0; 
	padding: 0; 	
	font-size: 100%;
	text-align: left; 
	background: #CCC url("../img/bg.gif"); /* Optional */
	color: #333;
}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

#underlinemenu{
margin: 0;
padding: 0;
}

#underlinemenu ul{
margin: 0;
margin-bottom: 1em;
padding-left: 0;
float: left;
font-weight: bold;
width: 100%;
border: 1px solid #DFDFDF;
border-width: 1px 0;
}

* html #underlinemenu ul{ /*IE only rule. Delete extra margin-bottom*/
margin-bottom: 0;
}

#underlinemenu ul li{
display: inline;
}


#underlinemenu ul li a{
float: left;
color: gray;
font-weight: bold;
padding: 2px 6px 4px 6px;
text-decoration: none;
background: white url(images/menudivide.gif) top right repeat-y;
}

#underlinemenu ul li a:hover{
color: black;
background-color: #F3F3F3;
border-bottom: 4px solid #00A2ff;
padding-bottom: 0;
}

#containerul, #containerul ul{
  text-align:left;
  margin:0; /* Removes browser default margins applied to the lists. */
  padding:0; /* Removes browser default padding applied to the lists. */
}

#containerul li{
  margin:0 0 0 30px; /* A left margin to indent the list items and give the menu a sense of structure. */
  padding:0; /* Removes browser default padding applied to the list items. */
  list-style-type:none; /* Removes the bullet point that usually goes next to each item in a list. */
}

#containerul .symbols{ /* Various styles to position the symbols next to the items in the menu. */
  float:left;
  width:12px;
  height:1em;
  background-position:0 50%;
  background-repeat:no-repeat;
}

/*fin de estilo menu*/

#principal li { 
   display:inline; 
   float:left; 
   width:220px; 
   background-color:#f5f7f9; 
   padding:5px; 
   margin:10px; 
   text-align: center; 
   border-right: #a5a7aa solid 1px; 
   border-bottom: #a5a7aa solid 1px; 
} 

/* Global styles */
* {margin: 0; padding: 0; border: 0;}
span {color: #00A2FF}
p, ul, p a, h2 {font-family: Arial, Helvetica, sans-serif}


/* Heading styles */
h1 {margin-left: 10px; font-family: Georgia, serif; color: #333; float: left; font-weight: normal; margin-left: 10px; font-size: 1.55em}
h1 a:link, h1 a:visited, h1 a:active {text-decoration: none; color: #333; font-weight: normal}
h1 a:link span, h1 a:visited span, h1 a:active span {text-decoration: none; font-weight: normal}
h1 a:hover {color: #00A2FF; text-decoration: none; font-weight: normal}
h1 a:hover span {color: #333; text-decoration: none; font-weight: normal}

h3 a, h3 a:link, h3 a:hover {font-weight: normal} /* styling for h3 heading links */
h4 a, h4 a:link, h4 a:hover, h5 a:link, h5 a:hover {font-weight: bold} /* styling for other heading links */

h2 {margin: 0; padding-left: 10px; font-size: 0.75em; background-color: #333; color: #fff; line-height: 2.0em} /* headings on black backgrounds */

h3, h4, h5 {font-family: Georgia, serif; margin: 20px 0 0 10px}
h3 {font-size: 1.25em; line-height: 1.25em; font-weight: normal}
h4 {font-size: 0.90em; line-height: 0.90em; font-weight: bold}
h5 {font-size: 0.70em; line-height: 0.70em; font-family: Arial, Helvetica, sans-serif; font-weight: bold} /* appears like bold paragraph text */



/* Text styles */
p {margin: 10px; font-size: 0.70em; line-height: 1.75em}

p.updated {margin-left: 10px; font-size: 0.60em; line-height: 0.60em; letter-spacing: 0.05em; color: #888}

#siteimg p {   /* This is the large text in the site img div */
	margin: 0 0 0 10px; /* removed usual top and bottom margin from paragraph to avoid layout breaking */
	padding-left: 10px;
	padding-top: 90px;
	font-family: Georgia, serif;
	font-size: 1.45em; 
	line-height: 1.05em; 
	font-weight: normal; 
	letter-spacing: -0.05em; 
}

acronym {border-bottom: 1px dashed #333; cursor: help}

ul {margin-left: 10px; font-size: 0.70em; line-height: 1.75em; list-style: inside square}



/* Paragraph Links */
a {color: #00A2FF; font-weight: bold; text-decoration: none} /* The blue colour */
a:link {color: #00A2FF; font-weight: bold; text-decoration: none}
a:hover {color: #ffcc00; font-weight: bold; text-decoration: none}


/* Divs */

#container {
	width: 770px; /* Suits an 800x600 page, allowing for scrollbar */
	background: #fff;
	overflow: hidden
}

#topbar {   /* Top bar, can be used for extra links etc */
	width: 770px;
	height: 25px;
	background: #333
}
	
	
#hdr {    /* Header/Banner area */
	width: 770px; /* Suits an 800x600 page, allowing for scrollbar */
	height: 110px; /* Same as h1 line-height */
	line-height: 4.5em;
	background: #fff
}

#navbar {   /* Main Navigation area */
	width: 770px; /* Suits an 800x600 page, allowing for scrollbar */
	height: 115px; 
	background: #f0f0f0; /* Light Grey */
}

#siteimg {   /* Large Site Image */
	width: 770px; /* Suits an 800x600 page, allowing for scrollbar */
	height: 210px; /* para slide 256 px 
	background:#fff; /* Light Grey */	
}

#lftcol {
	float: left;
	width: 200px;
	background: transparent;
	overflow: hidden
}

#rgtcol {
	float: left;
	width: 570px;
	background: transparent;
	overflow: hidden
}

#bttmbar { /* bottom bar, containing top button and copyright info etc */
	float: right;
	width: 570px;
	height: 7em;
	border-top: 1px solid #ddd;
	line-height: 3em;
	background: #fff;
	overflow: hidden
}


/* Main Navigation */
#nav ul {display: inline}

#nav li {display: inline}

#nav a {
	line-height: 30px; /* same as height of nav bar */
	margin-left: 10px; 
	display: inline;
	font-weight: bold
}

#nav a span {color: #333}


/* Forms, Input boxes and buttons */
form.login {float: right; height: 3em; line-height: 3em; margin: 10px 0 0 0; width: 8.0em;}
input.login {border: 1px solid #333; width: 6em; font-size: 0.95em;}
input.loginbttn {border: 0px solid #fff; width: 3em; background: #00A2FF; color: #fff; font-size: 1.0em}

/* Images */
img.rightimg {
				float: right; 
				margin-left: 10px;
				width:140px; 
                height:140px; 
                margin: 10px; 
                padding:5px; 
                background-color:#f5f7f9; 
                border-right: #a5a7aa solid 1px; 
                border-bottom: #a5a7aa solid 1px; 
               /*text-align:center; */
	
				}

img.rightimgdis {
				float: right; 
				margin-left: 10px;
				width:200px; 
                height:200px; 
                margin: 10px; 
                padding:5px; 
                background-color:#f5f7f9; 
                border-right: #a5a7aa solid 1px; 
                border-bottom: #a5a7aa solid 1px; 
               /*text-align:center; */
	}

img.rightimg2 {	float: right; 
				margin-left: 10px;
				width:270px; 
                height:390px; 
                margin: 10px; 
                padding:5px; 
                background-color:#f5f7f9; 
                border-right: #a5a7aa solid 1px; 
                border-bottom: #a5a7aa solid 1px; 
               /*text-align:center; */
				}
img.rightstaff {
				float: right; 
				margin-left: 10px;
				width:180px; 
                height:140px; 
                margin: 10px; 
                padding:5px; 
                background-color:#f5f7f9; 
                border-right: #a5a7aa solid 1px; 
                border-bottom: #a5a7aa solid 1px; 
               /*text-align:center; */
	
				}
img.rightpronostico {
				float: right; 
				margin-left: 10px;
				width:60px; 
                height:60px; 
                margin: 10px; 
                padding:5px; 
                background-color:#f5f7f9; 
                border-right: #a5a7aa solid 1px; 
                border-bottom: #a5a7aa solid 1px; 
               /*text-align:center; */
	
				}

img.rightVigilancia {
				float: right; 
				margin-left: 10px;
				width:163px; 
                height:193px; 
                margin: 10px; 
                padding:5px; 
                background-color:#f5f7f9; 
                border-right: #a5a7aa solid 1px; 
                border-bottom: #a5a7aa solid 1px; 
               /*text-align:center; */
	
				}
/* Lista Menu Nueva*/
#navcontainer { /* none needed */ }

ul#navlist
{
margin: 0;
padding: 0;
list-style-type: none;
white-space: nowrap;
}

ul#navlist li
{
float: left;
font-family: verdana, arial, sans-serif;
font-size: 9px;
font-weight: bold;
margin: 0;
padding: 5px 0 4px 0;
background-color: #f0f0f0;
border-top: 1px solid #666666;
border-bottom: 1px solid #666666;
}

#navlist a, #navlist a:link
{
margin: 0;
padding: 5px 9px 4px 9px;
color: #cc6600;
border-right: 1px dashed #666666;
text-decoration: none;
}

ul#navlist li#active
{
color: #ffffff;
background-color: #66ccff;
}

#navlist a:hover
{
color: #ffffff;
background-color: #66CCFF;
}

/* Fin de Nuevo Menu Listas */



img.leftimg {float: left; margin-right: 10px}
img.languageimg {float: right; margin: 4px 2px 0 0} /* used for the language flags */


/* Easy Slider */

	
	#container{	
		margin:0 auto;
		position:relative;
		text-align:left;
		width:770px;
		background:#fff;		
		margin-bottom:2em;
		}	
	#header{
		height:80px;
		line-height:80px;
		background:#5DC9E1;
		color:#fff;
		}				
	#content{
		position:relative;
		}				
	
	#slider ul, #slider li,
	#slider2 ul, #slider2 li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#slider2{margin-top:1em;}
	#slider li, #slider2 li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:770px;
		height:200px;
		overflow:hidden; 
		}	
	#prevBtn, #nextBtn,
	#slider1next, #slider1prev{ 
		display:block;
		width:30px;
		height:77px;
		position:absolute;
		left:-30px;
		top:271px;
		z-index:1000;
		}	
	#nextBtn, #slider1next{ 
		left:770px;
		}														
	#prevBtn a, #nextBtn a,
	#slider1next a, #slider1prev a{  
		display:block;
		position:relative;
		width:30px;
		height:77px;
		background:url(../img/btn_prev.gif) no-repeat 0 0;	
		}	
	#nextBtn a, #slider1next a{ 
		background:url(../img/btn_next.gif) no-repeat 0 0;	
		}	
		
	/* numeric controls */	

	ol#controls{
		margin:1em 0;
		padding:0;
		height:28px;	
		}
	ol#controls li{
		margin:0 10px 0 0; 
		padding:0;
		float:left;
		list-style:none;
		height:28px;
		line-height:28px;
		}
	ol#controls li a{
		float:left;
		height:28px;
		line-height:28px;
		border:1px solid #ccc;
		background:#DAF3F8;
		color:#555;
		padding:0 10px;
		text-decoration:none;
		}
	ol#controls li.current a{
		background:#5DC9E1;
		color:#fff;
		}
	ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}
	
/* // Easy Slider */
