/* CSS Document */

body {
	text-align: center;
	background-color: #3379a8;
	background-image: url(img/fondo.gif);
	background-repeat: repeat-x;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-variant: normal;
	font-weight:bold;
	font-size: 0.8em;
	line-height: normal;
	color:#333;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-variant: normal;
	font-weight:bold;
	font-size: 0.7em;
	line-height: normal;
	color:#666;
	text-indent: 1.5em;
}

p {
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-variant: normal;
	font-size: 0.7em;
	line-height: normal;
	color: #333333;
	text-indent: 1.5em;
}

p.contenido {
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-variant: normal;
	font-size: 0.7em;
	line-height: normal;
	color:#666;
	text-indent: 1.5em;
	padding-left: 15px;
}

p.pie {
	font-style:normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-variant: normal;
	font-size: 0.6em;
	line-height: normal;
	color: #666666;
}

ul.contenidos{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-variant: normal;
	font-size: 0.7em;
	line-height: normal;
	color: #3f5e78;
	
	
}

#container {
	width: 775px;
	margin: 0px auto;
	text-align: left;
	background-color:#FFFFFF;
	border-left-color: #acabab;
	border-left-style: solid;
	border-left-width:1px;
	border-bottom-color: #acabab;
	border-bottom-style: solid;
	border-bottom-width:1px;
	border-right-color: #acabab;
	border-right-style: solid;
	border-right-width:1px;
	border-top-color: #acabab;
	border-top-style: solid;
	border-top-width:1px;
}

#header	{
	background-color:#00CC66;
	width:507px;
	height:211px;	
}

#shadow {
	background-color:#0099FF;
	height:6px;
	background-image:url(img/sombra.gif);
	
}

#sidebar {
	
	float: left;
	width:250px;
	background-color:#FFFFFF;
}

#menucase ul.vert-one{margin:0;padding:0;list-style-type:none;display:block;font:bold 0.75em   Arial, Helvetica, sans-serif;line-height:165%;width:220px;padding:15px;}

#menucase ul.vert-one li{
	margin:0;
	padding:0;
	border-top:15px solid #fff;		
}

#menucase ul.vert-one li a{display:block;text-decoration:none;color:#397caa;background:#dde4ea;padding:0 0 0 10px;width:100%;}
#menucase ul.vert-one li a:hover{background:#b0c1cf ;}
#menucase ul.vert-one li a.current,ul.vert-one li a.current:hover{background:#b0c1cf;}

div#pie {
	margin:0;
	float:left;
	width: 775px;
	height: 65px;
	background-image:url(img/pie.gif);
}

#main {
	margin-left: 260px;
	margin-right:20px;
	background-color:#f8f8f7;
	padding:15px;
	border-left-color: #eae9e9;
	border-left-style: solid;
	border-left-width:1px;
	border-bottom-color: #eae9e9;
	border-bottom-style: solid;
	border-bottom-width:1px;
	border-right-color: #eae9e9;
	border-right-style: solid;
	border-right-width:1px;
}

/*#datos {
	margin-left: 532px;
	background-color:#00FF99;
}*/

#footer {
	clear: both;
	background-color:#FFFFFF;
	text-align:center;
	padding:10px;
	
	
}

#reflejo {
	background-color:#0099FF;
	height:65px;
	width: 777px;
	margin: 0px auto;
	text-align: left;
	background-image:url(img/pie.gif);
}

