/* mx.edu.eaf */

* {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}

body {
	background-color: rgb( 132, 132, 132 );
	}

a, a:link, object { outline: none; }

img, object {
	border-width: 0px;
	outline: none;
}

/* --------------- PORTADA --------------- */

#divContenedor {
	background-color: #242424;
	width: 490px;
	height: 490px;
	text-align: left;
	margin-top: 40px;
	margin-right: auto;
	margin-left: auto;
}
#divContenedor #divImagen {
	float: left;
}
#divContenedor #logoEAF {
	padding-top: 54px;
	padding-left: 192px;
	padding-bottom: 45px;
}
#divContenedor p {
	margin-left: 237px;
	color: #848484;
}
#divContenedor a:link,
#divContenedor a:visited,
#divContenedor a:active {
	font-size: 12px;
	font-weight: bold;
	color: #03989C;
	text-decoration: none;
}
#divContenedor a:hover {
	text-decoration: underline;
}


/* --------------- SITIO --------------- */

#tablaContenido {
	border-top: 8px solid rgb( 85, 42, 133 );
	background-color: #FFFFFF;
	width: 800px;
	margin: 0px auto;
	}
#contenidoIzquierda {
	background-color: rgb( 221, 212, 231 );
	width: 180px;
	vertical-align: top;
	}
#contenidoDerecha {
	background-color: rgb( 240, 240, 240 );
	vertical-align: top;
	}
#footerContenido {
	border-top: 8px solid rgb( 85, 42, 133 );
	background-color: rgb( 36, 36, 36 );
	padding: 6px 32px 7px;
	color: rgb( 140, 140, 140 );
	font-size: 9px;
	}
#divBGTotalAlpha {
	background-color: #F0F0F0;
	height: 105%;
	width: 100%;
	position: fixed;
	left: 0px;
	top: 0px;
	display: none;
	filter: alpha( opacity = 90 );
	opacity: 0.90;
}

#tblImgGaleria {
	font-size: 12px;
	color: #505050;
	text-align: left;
	display: none;
	position: fixed;
	left: 50%;
	top: 50%;
}
#tblImgGaleria a:link, #tblImgGaleria a:hover, #tblImgGaleria a:visited, #tblImgGaleria a:active {
	color: #03989C;
	text-decoration: none;
}

#tblImgGaleria #tdImagen {
	background-color: #505050;
	padding: 1px;
}
#tblImgGaleria #tdInfo {
	text-align: left;
	padding-left: 20px;
	width: 180px;
}

#tblImgGaleria #tdInfo p {
	line-height: 1.4em;
	margin-top: 0.8em;
	margin-bottom: 0.8em;
}
