@charset "utf-8";
/*Css menu*/
.ddoverlap{
border-bottom: 1px solid #bbb8a9;
}

.ddoverlap ul{
padding: 0;
margin: 0;
font: bold 90% default;
list-style-type: none;
}

.ddoverlap li{
display: inline;
margin: 0;
}

.ddoverlap li a{
padding: 3px 7px;
text-decoration: none;
padding-right: 32px; /*extra right padding to account for curved right edge of tab image*/
color: blue;
background: transparent url(media/righttabdefault.gif) 100% 1px no-repeat; /*give illusion of shifting 1px down vertically*/
border-left: 1px solid #dbdbd5;
position: relative;
display: block;
float: left;
margin-left: -20px; /*shift tabs 20px to the left so they overlap*/
left: 20px;
}

.ddoverlap li a:visited{
color: blue;
}

.ddoverlap li a:hover{
text-decoration: underline;
}

.ddoverlap li.selected a{ /*selected tab style*/
color: black;
z-index: 100; /*higher z-index so selected tab is topmost*/
top: 1px; /*Shift tab 1px down so the border beneath it is covered*/
background: transparent url(media/righttabselected.gif) 100% 0 no-repeat;
}

.ddoverlap li.selected a:hover{
text-decoration: none;
}

</style>

[if IE]>
<style type="text/css">
.ddoverlap{
height: 1%;  /*Apply Holly 3px jog hack to get IE to position bottom border correctly beneath the menu*/
}

body {
	background-color:#FFF;	
	background-image:url(../Imagenes/itz_fondo.JPG);
	background-position:center;
	background-repeat:no-repeat;
}

.Titulos {
	font-family:Arial, Helvetica, sans-serif;
	font-size:24px;
	color:#009;
	text-align:center;
}

.Subtitulos {
	font-family:Calibri;
	text-align:center;
	color:#000;
	font-size:20px;
}

.Datos_registros
{
	font-family:"Century Gothic";
	color:#000;
	font-size:16px;
}

.Fecha
{
	font-family:"Century Gothic";
	font-size:14px;
	color:#600;
	text-align:right;
}

.Cuerpo_datos
{
	font-family:"Comic Sans MS";
	font-size:16px;
	color:#000;
}

.encabezado_izq
{
	background-image:url(../Imagenes/2_log.jpg);
	background-position:center;
	background-repeat:no-repeat;
}
.encabezado_der
{
	background-image:url(../Imagenes/logo-itz.png);
	background-position:center;
	background-repeat:no-repeat;
}


A:link {
	font-family:Verdana, Geneva, sans-serif;
	text-decoration:none;
	color:#006;}
A:visited {
	font-family:Verdana, Geneva, sans-serif;
	text-decoration:underline;
	color:#000;}
A:active {
	font-family:Verdana, Geneva, sans-serif;
	text-decoration:line-through;
	color:#000;}
A:hover {
	font-family:Verdana, Geneva, sans-serif;
	text-decoration:line-through;
	color:#66F;}