/* CSS Document */
body {
	background: url(imagenes/fondo.gif) repeat;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#233A88;
	margin: 20px 0px 20px 0 px;
	text-align:justify;
	}
h1{
	font-size:12px;
	font-weight:bold;
	line-height:1px;
	padding-left:10px;
	}
h2{
	font-size:12px;
	line-height:14px;
	font-weight:normal;
	text-align:center;
	}
b{
	font-size:11px;
	font-weight:bold;
	}
p{
	padding-left: 15px;
	}
hr{
	width:200px;
	height:1px;
	color:#233A88;
	}
#contenedor {
	text-align:justify;
	width:740px;
	min-height:750px;
	margin:auto;
	}
#izquierda{
	width:350px;
	float:left;
	text-align:center;
	margin-top:40px;
	}
#portadas{
	width:343px;	
	}
#portadas img{
	padding-top:5px;
	}
#menu2{
	width:343px;
	font-size:11px;
	margin-top:78px;
	margin-bottom: 10px;
	letter-spacing: 1px;

	}
#menu2 a, #menu2 a:link, #menu2 a:visited{
	text-decoration:none;
	color:#233A88;
	}
#menu2 a:hover{
	color:#BEC4DC;
	}
#logo{
	background-color:transparent;
	width:247px;
	height:362px;
	}
#derecha{
	width:390px;
	min-height:750px;
	float:right;
	text-align:center;
	}
#menu1{
	width:390px;
	font-size:11px;
	border-bottom:1px solid #233A88;
	padding-bottom:3px;
	letter-spacing: 1px;
	}
#menu1 a, #menu1 a:link, #menu1 a:visited{
	text-decoration:none;
	color:#233A88;
	}
#menu1 a:hover{
	color:#BEC4DC;
	}
#cuerpo{
	text-align:justify;
	padding:5px;
	min-height:740px;
	}
#footer, #footer a{
	width:740px;
	min-height:750px;
	margin:auto;
	color:#929292;
	text-decoration:none;
	}
#footer a:hover{
	color:#333333;
	}