/* CSS Document */

body {
	margin: 0px;
	font: 100% Arial, Verdana;
	background: url(../img/fondo_home.gif);
	
}

#container {
	height: 644px;
	margin: 0px auto 0px auto;
	width: 720px;
}

#top {
	background-image: url(../img/logo_home.gif);
	background-repeat: no-repeat;
	height: 33px;
	width: 713px;
	text-align: right;
	font: bold 9px Arial, verdana;
	padding-right: 7px;
	padding-top: 50px;
}

#flash {
	height: 310px;
	width: 720px;
	margin: 0px;
	padding: 0px;
}

#menu {
		background-image: url(../img/fondo_menu.gif);
	background-repeat: no-repeat;
	height: 26px;
	width: 666px;
	margin-top: 1px;
	padding-left: 2px;
}

#middle {
	height: 210px;
	width: 720px;
	margin-top: 13px;  
}

#middle_left {
	height: 210px;
	width: 445px;
	float: left;
}

#bienvenida {
	height: 96px;
	width: 445px;
	font: 12px Arial, verdana;
	color: #747574;
	text-align: justify;
}

H1 {
	font: bold 17px Arial, verdana;
	color: #3c717f;
	padding-top: 0px;
	margin-top: 0px;
}

#titulo {
	font: bold 11px Arial, verdana;
	color: #313232;
	height: 30px;
	margin-bottom: -10px;
	text-align: left;
}

#destacados {
	height: 96px;
	width: 445px;
	font: 10px Arial, verdana;
	color: #40616b;
	background: url(../img/fondo_destacados.gif) no-repeat;
	margin-top: 10px;
	padding-top: 5px;
	text-align: justify;
}

#destacados a {
	color: #152F31;
	text-decoration: none;
	font-weight: bold;
}

#destacados a:hover {
	color: #152F31;
	text-decoration: underline;
	font-weight: bold;
}

#destacado1 {
	width: 430px;
	float: left;
	padding-left: 10px;
}

#destacado2 {
	width: 200px;
	float: right;
	margin-right: 10px;
}

#middle_right {
	height: 210px;
	width: 263px;
	float: right;
	background: url(../img/fondo_servicios.jpg) no-repeat;
}

#titulo_servicios {
	height: 26px;
	font: bold 12px Arial, verdana;
	color: #2c2b2b;
	padding-top: 5px;
	padding-left: 30px;
}

#servicios {
	font: 11px arial ,verdana;
	color: #2D6579;
	padding-top: 8px;
	padding-left: 30px;
	line-height: 18px;
	/*line-height: 160%;*/
}

#servicios a {
	color: #2D6579;
	text-decoration: none;
}

#servicios a:hover {
	color: #2D6579;
	text-decoration: underline;
}

#ver {
	width: 238px;
	text-align: right;
}

#pie {
	height: 36px;
	width: 720px;
	font: 10px Arial, verdana;
	color: #40616b;
	margin: 0px auto 0px auto;
}

#pie_left {
	width: 115px;
	font: 10px Arial, verdana;
	color: #40616b;
	float: left;
}

#pie_right {
	width: 510px;
	font: 10px Arial, verdana;
	color: #F1F1F1;
	text-align: right;
	float: right;
	margin-top: 12px;
}