/* CSS Document */
body{
font-family: Arial, Helvetica, sans-serif;
font-size: small;
margin: 0 auto;
padding: 0 auto;
}


#body{
width: 100%;
background: #fff url(images/decorations/barrita.png) repeat-x;

}

#body2{
width: 755px;
background: #fff;
margin: 0 auto;
}

#container{
background: url(images/decorations/fondo.jpg) repeat;
/*height: 400px;*/
}

#col1{
width: 118px;
/*height: 390px;*/
/*background: #548ac6;*/
float: left;
padding: 0 10px 0 0 ;
}

#col2{
width: 355px;
/*height: 390px;*/
/*background: #ccc;*/
float: left;
padding: 0 10px 10px 10px;
}

#col3{
width: 240px;
/*height: 390px;*/
/*background: #ddd;*/
float: left;
padding: 0 5px 5px 5px;
}

#barrita{
width: 100%;
height: 20px;
background: #234173;
margin: 0 auto;
}

#header{
width: 100%;
height: 150px;
background-image:url(images/decorations/mar.jpg);
}

ul{
list-style-type: none; padding:0; margin:0; text-align:left;}

li{
margin: 0 0 0 10px;
border-bottom-style:solid;
border-bottom:#224273;
border-bottom-width:thin;
color:#224273;
padding: 3px;
font-weight: bold;
}


li li {
color:#FFFFFF;
margin: 0 0 0 10px;
border-bottom-style:none;
font-size:smaller;
/*border-bottom:#fff;
border-bottom-width:thin;*/
}

#footer{
width: 745px;
color:#FFFFFF;
clear: both;
padding: 5px;
background: url(images/decorations/fondo.jpg) repeat;
}

#footer2{
width: 100%;
background: #234173;
color:#FFFFFF;
font-size:10px;
text-decoration:none;
clear: both;
padding: 5px;
}
#footer2 a{
color:#FFFFFF;
font-size:10px;
text-decoration:none;
}
#footer2 a:hover{
color:#FFFFFF;
font-size:10px;
text-decoration:none;
}

#hidden{
display:none;
}

h1{
font-size:large;
color: #cc6633;
}

a					{font-weight: bold; text-decoration:none;}
a:link 				{color: #224273;text-decoration: none;}
a:visited 			{color:#003366;text-decoration: none;}
a:hover, a:active 	{text-decoration: none; color: #112b53;}

li li a				{font-weight: bold; text-decoration:none;}
li li a:link 				{color: #3E75C5;text-decoration: none;}
li li a:visited 				{color:#3E75C5;text-decoration: none;}
li li a:hover, a:active 		{text-decoration: none; color: #333333;}

#barrita a				{font-weight: bold; text-decoration:none;}
#barrita a:link 				{color: #fff;text-decoration: none;}
#barrita a:visited 				{color:#ddd;text-decoration: none;}
#barrita a:hover, a:active 		{text-decoration: none; color: #ddd;}