/* CSS Document */
/*--------GENERALES-------*/
*{
	margin:0;
	padding:0;
	font-family:Tahoma;
	font-size:12px;
	color:#565752;
}

p{
margin:10px;
}

h1,h2,h3,h4,h5,h6{
margin:10px;
font-size:14px;
font-weight:bold;
}

img{
border:none;
}
body{
background-color:#FAFAFA;
}

li
{
	color:#565752;
	font-size:12px;
	list-style-position: outside;
	list-style-image:url(images/vineta.jpg);
	margin-left:50px;
}

td{
	padding:3px;
}

/*----ESPECIFICOS----*/

#fondo{
	width:100%;
	background-color:#F2F2F2;
}
.contenedorCabecera{
	width:756px;
	height:40px;
	margin:auto;
	padding-top:8px;
	padding-bottom:10px;
}

#contenedorBorde{
	width:772px;
	margin:auto;
	background-image:url(images/fondoContenedor.jpg);
	background-repeat:repeat-y;
}
.contenedor{
	width:756px;
	margin:auto;
}

#cabecera{
width:270px;
float:left;
}

#icono{
padding-top:5px;
text-align:right;
}
#direccion{
	width:200px;
	margin-left:350px;
	color: #333333;
	text-align:right;
}
#direccion p{
margin:0;
font-size:11px;
}
.cabeceraLateral{
	float:right;
}


#menu{
	width:750px;
	height:20px;
	margin:auto;
	color:#FFFFFF;
	background-color:#0180C5;
	clear:both;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	padding-top: 3px;
	padding-left:6px;
	font-weight:bold;
}

#menu a{
color:#FFFFFF;
text-decoration:none;
}
#main{
	width:553px;
	min-height:260px;
	text-align:justify;
}

#lateral a{
color:#333333;
text-decoration:underline;
}
#lateral{
	width:200px;
	float:right;
	color:#565752;
	background-image:url(images/derecho.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	background-color:#E0DFDA;
}
#politica{
	width:370px;
	font-size:10px;
	text-align:left;
}
#credito{
	width:370px;
	float:right;
	font-size:10px;
	text-align:right;
}

.footer{
width:756px;
margin:auto;
padding-top:10px;
padding-bottom:10px;
clear:both;
}

.footer a{
font-size:10px;
text-decoration:none;
}

#bottonMain{
	width:100%;
	background-color:#E0DFDA;
	height:15px;
	padding-top:3px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	font-size:9px;
	text-align:center;
	clear:both;
}

#bottonMain a{
font-size:10px;
text-decoration:none;
}
.tituloLateral{
width:140px;
padding-top:20px;
float:right;
}
.tituloLateral h1,h2,h3.h4,h5,h6{
margin:0;
}
.iconoLateral{
padding:10px;
}

.titulo{
color:#000000;
}

.separador{
	width:533px;
	height:1px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	margin-left:10px;
	margin-bottom:10px;
	margin-top:10px;
}

.error{
background-color:#FFFF00; 
padding:5px;
}

/*Clase para corregir un bug del tooltip*/
.tooltip td{
padding:0;
}
