@charset "utf-8";
/* CSS Document */

*
{
	margin:0;
	padding:0;
}

body {
	background: url(../principal/gral/bodybg.jpg) #999999;
	background-repeat: repeat-x;
	margin: 0;
	padding: 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
	color: #666666;
	text-align: justify;
	z-index: 0;
}

#container {
	width: 960px;
	margin: 0 auto;
	background-repeat: repeat-y;
}

#header {
	padding: 0 50px 0 50px;
}


.post {
	width:800px;
	margin:0 auto;
}

#posts {
	
	margin:0 50px 0 50px;
	padding-top:10px;
	padding-bottom:10px;
	background:url(../principal/gral/fondo_sombra.jpg);

}

#footer {
	clear: both;
	margin:0 50px 0 50px;
	height: 120px;

}

/* ------------- info */

#informacion
{
	text-align:left;
	width:800px;
	margin:0 auto;
}

#informacion > #quees
{
	float:left;
	width:400px;
	background-color:#e7e7e7;
}

#informacion > #busca
{
	float:right;
	width:190px;
	background-color:#666;
}

#informacion > #contacto
{
	margin-left:410px;
	width:200px;
	background-color:#999;
}

.buscar
{
	padding:5px 10px 5px 10px;
	color:#FFF;
	font-size:12px;
}
/* ------------- info */
/* ------------- texto */
.texto_contenido
{
	font-weight:bold;
}

.texto_contenido_blanco
{
	color:#FFF;
	font-size:11px;
}

.texto_enfasis
{
	font-size:14px;
	font-weight:bold;
	color:#00bce2;
}

.legal_uno
{
	font-size:9px;
	color:#FFF;
}

a
{
	color:#00bce2;
	font-size:12px;
	text-decoration:none;
	font-weight:bold;
}

a:hover
{
	color:#00bce2;
}

.campo
{
	border:1px solid #00bce2; width:100%; font-size:10px;
}

.submit
{
	border:1px solid #00bce2; background-color:#666; color:#00bce2; font-weight:bold; width:60px;
}
/* ------------- texto */
ul.tabNavigation
{	
	margin:0;
	padding:0;
	list-style:none;
	height:30px;
}

ul.tabNavigation li
{
	margin:0;
	padding:0;
	float:left;
	height:30px;
	line-height:30px;
	background-color:#00bce2;
}

ul.tabNavigation li a
{
	font-weight:bold;
	text-decoration:none;
	color:#00bce2;
	display:block;
	font-size:14px;
	background-color:#FFF;
	padding-left:27px;
	padding-right:26px;
}

ul.tabNavigation li a.selected, ul.tabNavigation li a:hover
{
	background-color:#00bce2;
	color:#fff;
}

ul.tabNavigation li a:focus
{
	outline:0;
}

div.tabs
{
	width:240px;
}

div.tabs > div
{
	width:240px;
	background-color:#00bce2;
	color:#FFF;
	height:230px;
}

.campos
{
	border:1px solid #666; width:100%; font-size:12px;
}

.submit_forma
{
	border:1px solid #999; background-color:#666; color:#00bce2; font-weight:bold; width:60px;	
}