@charset "utf-8";
/* CSS Document */

body{
	margin:0;
	padding:0;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	background:#2DA4B2;
	}
#conteiner{
	width:995px;
	margin:auto;
	border-left:solid 2px #2D5EB2;
	background:#fff;
	border-right:solid 2px #2D5EB2;
	}
#menu{
	float:right;
	background:url(../img/bg_menu.jpg) right no-repeat;
	height:34px;
	width:759px;
	padding:3px;
	}
	#menu ul{
	margin:0px;
	padding:0px;
	}

#sidebar{
	width:230px;
	float:left;
	}
#sidebar .cajitas{
	font-size:14px;
	}
#cuerpo{
	overflow:hidden;
	float:right;
	width:765px;
	margin:auto;
	}
#cajon{
	overflow:hidden;
	float:left;
	width:550px;
	margin-left:10px;
	text-align:left;
	}
#caja{
	width:540px;
	background:#CBF8F8;
	padding:15px 5px;
	float:left;
	}
#rightbar{
	float:right;
	width:200px;
	padding:0;}
#footer{
	padding:5px;
	margin:auto;
	clear:both;
	color:#2F739B;
	text-align:right;
	overflow:hidden;
	}
#footer a:link{
	color:#2F739B;
	text-decoration:none;
	}
	#footer a:active{
	color:#2F739B;
	text-decoration:none;
	}
	#footer a:visited{
	color:#2F739B;
	text-decoration:none;
	}
	#footer a:hover{
	color:#333;
	text-decoration:underline;
	}	
	
/*CLASES*/

.cajitas{
	width:210px;
	padding:3px;
	margin-left:10px;
	background:#2F739B;
	color:#fff;
	margin-bottom:5px;
	}
.cajitas a:link{
	color:#fff;
	text-decoration:underline;
	}
	.cajitas a:visited{
	color:#fff;
	text-decoration:underline;
	}
	.cajitas a:active{
	color:#fff;
	text-decoration:underline;
	}
	.cajitas a:visitedlik{
	color:#666;
	text-decoration:none;
	}
.img{
	background:#fff;
	padding:4px;
	margin:4px;
	border:solid 1px #2F739B;
	}
/*HEADINGS*/

h1{
	font-size:34px;
	margin-bottom:0px;
	color:#2F739B;
	}
h2{
	font-size:16px;
	color:#f2f2f2;
	border-bottom:1px solid #f2f2f2;
	margin-bottom:3px;
	margin-top:3px;
	}
h3{
	font-size:18px;
	margin-bottom:0px;
	text-transform:uppercase;
	color:#000033;
	}	
	h4{
	font-size:14px;
	margin-bottom:0px;
	color:#000033;
	}	
	h5{
	font-size:14px;
	margin-bottom:0px;
	font-weight:bold;
	color:#C26527;
	}	
.form{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#003366;
	}
.botom{
	background:#003366;
	color:#fff;
	font-weight:bold;
	}
li{
	margin-bottom:10px;
	}
.arriba{
	font-size:10px;
	border-bottom:2px solid #006699;
	text-align:right;
	margin:50px 0 30px 0;
	background:url(../img/gototop.gif) no-repeat right top;
	padding-right:17px;
	padding-bottom:5px;
	}
.arriba a{
	font-weight:bold;
	text-transform:uppercase;
	color:#990000;
	}
.menucito a:link{
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
	}
.menucito a:visited{
	color:#FFFFFF;
	}
	.menucito a:active{
	color:#FFFFFF;
	}
	.menucito a:hover{
	color:#999;
	text-decoration:underline;
	}
	
	
.blanco{
	background:#fff;
	padding:2px;
	color:#990000;
	}
.mini{
	font-size:12px;
	text-transform:none;
	}
#contador{
float:left;
}
