@import url("/css/DIsmenu.css");

html, body {
	padding: 0px;
	margin: 0px;
	background: #6D6D6D url(/img/fondoCentral.gif) center repeat-y;
}

/* contenedores principales */
		#central {
			padding: 0px; 			margin: 0px auto 0px auto; /* centrar en horizontal */
			width: 770px;
			text-align: center;
			background: #fff;
		}
		#central2 {
			padding: 0px; 	margin: 0px;
			float: left;
			background: #fff;
		}

/* cabecera */
		#cabecera {
			width: 770px;
			background: #fff url(/img/cabecera.jpg) top no-repeat;
			height: 106px;
			float: left;
		}
		#davidIvars {
			padding: 0px; 			
			width: 770px;
			background: url(/img/davidIvars.gif) no-repeat;
			height: 30px;
			float: left;
		}

/* MENU */
		#menu {
			background: #fff;
			width: 770px;
			text-align: right;
			font-family: arial, tahoma, sans;
			font-size: 13px;
			float: left;
		}
		#menu a {
			color: #929292;
			text-decoration: none;
			padding-right: 30px;
		}
		#menu a:hover {
			color: #0099CC ;
			text-decoration: none;
		}
		
/* titulo */		
		h1 {
			float: left;
			width: 770px;
			font-family: trebuchet ms, arial, tahoma, sans;
			color: #0091C4;
			font-size: 20px;
			font-weight: bold;
			text-align: left;
			letter-spacing: 0px;
			text-indent: 35px;
			height: 80px;
			padding-top: 75px;
			background: #fff url(/img/dots1.gif) no-repeat bottom left;
		}
		
/* direccion en home */		
		#direccionHome {
			float: left;
			width: 730px;
			font-family: verdana, arial, tahoma, sans;
			color: #8A8B8F;
			font-size: 12px;
			line-height: 18px;
			text-align: right;
			height: 80px;
			padding-top: 30px;
			padding-right: 30px;	
			background: #fff url(/img/dots1.gif) no-repeat bottom left;
		}
		#direccionHome a {
			color: #0099cc;
			text-decoration: none;
			font-size: 12px;
		}
		#direccionHome a:hover {
			color: #999 ;
			text-decoration: none;
		}

/* Texto */
		#texto {
			font: normal 13px tahoma, verdana, arial, helvetica, sans-serif;
			background: #fff;
			float: left;
			color: #333;
			text-align: justify;
			padding: 5px 25px 5px 25px;
			margin: 0px;
		}
		#texto strong {
			font-family: Tahoma;
			padding-bottom: 5px;
			font-size: 100%;
			color: #333;
			font-weight: bold;
		}
		#texto li {
			padding-bottom: 10px;
			background: #fff;
		}
		#texto p {
			text-indent: 20px;
		}
		.textoAreas {
			width: 520px;
			padding: 5px 0px 5px 0px;
		}
		
/* menu areas */		
		#smenu {
			float: left;
			width: 200px;
			font-family: tahoma, arial, verdana, tahoma, sans;
			text-align: left;
			font-size: 70%;
		}
		
/* pie y su menu */
		#pie {
			float: left;
			width: 770px;
			background: #fff;
			background: #fff url(/img/pie.jpg) no-repeat;
			height: 68px;
			margin-top: 20px;
		}
		#pieMenu {
			background: #fff;
			float: left;
			width: 770px;
			text-align: left;
			font-family: arial, tahoma, sans;
			height: 30px;
			color: #929292;
			padding-top: 10px;
		}
		
		#pieMenu a {
			color: #929292;
			text-decoration: none;
			font-size: 12px;
		}
		#pieMenu a:hover {
			color: #0099CC ;
			text-decoration: none;
		}

/* menú alternativo */
		#menuAlternativo ul {
			padding: 10px 0px 20px 0px; 	margin: 0px;
			height: 19px;
			text-align: center;
			z-index: -1;
		  font:10px "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;
		  text-transform:uppercase;
		  letter-spacing:.1em;
		}
		#menuAlternativo li {
			display: inline;
		}
		#menuAlternativo li a {
			padding: 3px 10px 3px 10px;
			text-decoration: none;
			background: #f5f5f5;
		}
		#menuAlternativo li a:visited {
			background: #f5f5f5;
			color: #99d;
		}
		#menuAlternativo li a:hover {
			margin: 0px;
			padding: 3px 10px 0px 10px;
			border-bottom: 2px solid #f66;
			color: blue;
		}