/* CSS Document */

body { 
	margin:5px;
	background-color:#EEE;
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	background-color:white;
	}


#container {
	width: 775px;
	height:auto;
	margin:0px auto 0px auto;
	outline:solid 1px #DFDFDF;
	background-color:#F3F3F3;
}

#top {
	width:100%;
	height: auto;
	margin-top: 10px;
	margin-left:10px;
	margin-bottom: 10px;
	float:left;
}

#cuerpo {
	width:97%;
	height:auto;
	background-color:#F3F3F3;
	float:left;
	margin-top: 5px;
	margin-left:5px;
	border-right: solid 12px #F3F3F3;
}

	#menuVert {
		width: 120px;
		height:auto;
		float:left;
		padding-right:5px;
		background-color:#F3F3F3;
	}
		#menuVert a:link, a:visited {
			color:#7A7A7A;
			font-weight:bold;
			text-decoration:none;
		}
		#menuVert a:hover, a:active {
			color:#050E13;
			font-weight:bold;
			text-decoration:none;
		}
			
	#contenido { 
		width:610px;
		height:auto;
		float:left;
		margin-top: 5px;
		margin-left:5px;
		padding-left:5px;
		padding-right:5px;
		text-align:justify;
		background-color:#fff;
	}


#bottom {
	height:20px;
	background-color:#F3F3F3;
	color:#666;
	font-size:11px;

	border-left: solid 2px #fff;
}
	#bottom a:link, #bottom a:visited {
		color:#666;
		text-decoration:none;
	}
	#bottom a:hover, #bottom a:active {
		color:#666;
		text-decoration:underline;
	}
		
/* ESTILOS COMUNES */
		
.slogan {
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#7A7A7A;
	padding-top:1px;
	padding-left:8px;
	text-align: center;
	}

.cabecera_menu { 
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#fff;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:8px;
	text-align:left;
	margin-top:5px;
	margin-bottom:5px;
	background-color:#C50D0B;
}

h1 {
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	color:#5a8c9c;
	margin-top:5px;
	margin-bottom:5px;
}
h2 {
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	margin-top:5px;
	margin-bottom:5px;
}


a:link, a:visited { 
	color:#7A7A7A;
	text-decoration:none;
}
a:hover, a:active { 
	color:#050E13;
	text-decoration:none;
}

ul.list01, ul.list02 {
	font-size:11px;
	color:#565656;
	}
	ul.list01 li { 
		list-style-image:url(../images/flecha.jpg);
		margin-left:-25px;
		padding-bottom:5px;
	}
	ul.list02 li { 
		list-style-image:url(../images/dot.gif);
		margin-left:-25px;
		padding-bottom:5px;
		margin-bottom:5px;
	}

.pusher { 
	clear:both; 
	margin:0px;
}

/* FONDOS, BORDES Y TEXTOS DE COLORES */

img {
	border: 0;
	text-align: center;

}

.txt {
	color:#7A7A7A;
	font-size:11px;
	margin-top:8px;
	margin-bottom:8px;
}


.txtRed { color:#C50D0B;}
.bkRed { background-color:#C50D0B;}

.borderGrey { border:solid 1px #DFDFDF;}
.borderRed { border:solid 1px #C50D0B;}


