/* CSS Document */
body {
	overflow:auto;
	margin-top: 0px;
	padding: 0;
    background: #ddd url(../images/bg.jpg) repeat top left;
	text-align: justify;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color:#333333;
}

h1 {font-size: 1.6em; font-weight: normal; color: #8C0209;}

h2 {font-size: 1.6em; margin-top: 0; color: #8C0209;}

h3 {font-size: 1em; margin-top: 0; color:#000;}

.titulo{
	padding:10px;
	text-transform:uppercase;
	background: url(../images/separador3.png) bottom right repeat-x;
}

.titulo2{
	text-transform:capitalize;
	padding:0;
	margin:0;
	font-size:15px;
	font-style:italic;
}

a {text-decoration: none;color: #8C0209;}

a:hover {border-bottom: none;}

a img {border: none;}

/* Header */
#header {
	width: 1150px;
	margin: 0 auto;
	height: 220px;
	background:#FFF;
    /* -webkit-border-top-left-radius: 25px;
	-moz-border-radius: 25px 25px 0px 0px;
	-ms-border-radius: 25px 25px 0px 0px;
	-o-border-radius: 25px 25px 0px 0px;
     border-radius: 25px 25px 0px 0px;*/
	behavior: url(http://www.asezac.gob.mx/entrega/css/PIE.htc); /* Activamos el soporte para IE */
	box-shadow:2px 30px 50px #000000;
	z-index:113;
}

#sesion {
	float:right;
	width: 270px;
	height: 100px;
	margin: 0 auto;
	font-size:14px;
	padding: 80px 15px 0px 0px;
}

#logo {
	float:left;
	width: 360px;
	height: 100px;
	z-index:1;
}

#logo2 {
	float:left;
	width: 770px;
	height:180px;
	margin: 0 auto;
	padding-top:38px;
	padding-left:15px;
	background:url(../images/edificio.png) no-repeat right;
	text-shadow: 2px 2px 2px #000000;
	z-index:100;
	

}

#logo3 {
	float:left;
	width: 100%;
	height: 100px;
	z-index:1;
}
 
#logo2 h1{
	font-size:35px;
	font-weight:bold;
}
/* administrador**************************** */

#menu_admin {
	padding:10px;
	background:#FFFFFF;
	margin-left:-200px;
	width:125%;
	-webkit-box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.9);
	-moz-box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.9);
    -o-box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.9);
    box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.9);
	-webkit-border-top-left-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
    border-radius: 10px;
	behavior: url(http://www.asezac.gob.mx/entrega/css/PIE.htc);
}

#menu_simposio {
	padding:10px;
	background:#FFFFFF;
	margin-left:-200px;
	width:125%;
	-webkit-box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.9);
	-moz-box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.9);
    -o-box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.9);
    box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.9);
	-webkit-border-top-left-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
    border-radius: 10px;
	behavior: url(http://www.asezac.gob.mx/entrega/css/PIE.htc);
}

#menu_admin p a img{
	height:120px;
	opacity:0.8;
	filter: grayscale(70%);
	-webkit-filter: grayscale(70%);
	-moz-filter: grayscale(70%);
	-ms-filter: grayscale(70%);
	-o-filter: grayscale(70%);
}

#menu_admin h1{
	padding:0px;
	text-outline:0px;
}

#menu_admin a img:hover{
	opacity:1;
	filter: grayscale(0%);
	-webkit-filter: grayscale(0%);
	-moz-filter: grayscale(0%);
	-ms-filter: grayscale(0%);
	-o-filter: grayscale(0%);
}

/* fin del administrador**************************** */


/* Simposio**************************** */
#menu_sim{
	background:#600;
	width: 97%;
	margin: 0 auto;
	margin-left:20px;
	margin-top:10px;
	padding: 0px 0px 0px 0px;
	height: 50px;
	
	-webkit-border-top-left-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
     border-radius: 10px;
	behavior: url(http://www.asezac.gob.mx/entrega/css/PIE.htc);
}

#menu_sim ul {
	position:absolute;
	margin: 0 auto;
	padding: 0px 0px 10px 0px;
	list-style: none;
}

#menu_sim li {
	margin: 0 auto;
	margin-top:0px;
	padding: 0px 0px 0px 0px;
	float: left;
	position: relative;
}

#menu_sim a {
	display: block;
    text-decoration: none;
	height: 36px;
	padding: 15px 20px 0px 20px;
	text-transform: capitalize;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color:#CCC;
	
	-webkit-border-top-left-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
     border-radius: 10px;
	behavior: url(http://www.asezac.gob.mx/entrega/css/PIE.htc);
}

#menu_sim a span {
	display:none;
    
}
#menu_sim a:hover span {
	display:block;
	text-align:center;
	margin:-15px;
	margin-top:20px; 
}

#menu_sim a:hover span p {
	color:#900;
	padding:5px;
	font-style: italic;
	font-size: 14px;
	border-radius: 5px;
	pointer-events: none;
	background-position:top 10;
	background:#CCC;
	margin-top:-3px;
}


#menu_sim a:hover {
	background:#993333;
	text-decoration:none;
	color:#FFFFFF;
}

/* fin Simposio**************************** */


#menu {
	background:#600;
	-webkit-box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.9);
	-moz-box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.9);
    -o-box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.9);
    box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.9);
	behavior: url(http://www.asezac.gob.mx/entrega/css/PIE.htc);
	width: 1170px;
	margin: 0 auto;
	margin-left:-10px;
	padding: 0px 0px 0px 0px;
	height: 50px;		
}

 
#menu ul {
	position:absolute;
	margin: 0 auto;
	padding: 0px 0px 10px 0px;
	list-style: none;
}

#menu li {
	margin: 0 auto;
	margin-top:5px;
	padding: 0px 0px 0px 0px;
	float: left;
	position: relative;
}

#menu .inicio {
	margin: 0 auto;
	padding: 0px 0px 0px 0px;
	float: left;
	position: relative;
}

#menu .inicio:hover {
	background:#993333;
	-webkit-border-top-left-radius: 0px;
	-moz-border-radius: 0px;
	-o-border-radius: 0px;
    border-radius: 0px;
}

#menu .activo {
	background:#993333;
	-webkit-border-top-left-radius: 0px;
	-moz-border-radius: 0px;
	-o-border-radius: 0px;
    border-radius: 0px;
	margin: 0 auto;
	padding: 0px 0px 0px 0px;
	float: left;
	position: relative;
}

#menu .activo:hover {
	background:#993333;
	-webkit-border-top-left-radius: 0px;
	-moz-border-radius: 0px;
	-o-border-radius: 0px;
    border-radius: 0px;
	margin: 0 auto;
	padding: 0px 0px 0px 0px;
	float: left;
	position: relative;
}


#menu li:hover {
	background:#993333;
	-webkit-border-top-left-radius: 0px 0px 10px 0px;
	-moz-border-radius: 0px 10px 10px 0px;
	-o-border-radius: 0px 10px 10px 0px;
    border-radius: 10px 10px 0px 0px;
}
#menu li ul{
	display: none;
	-webkit-border-top-left-radius: 0px 10px 0px 0px;
	-moz-border-radius: 0px 10px 0px 0px;
	-o-border-radius: 0px 10px 0px 0px;
    border-radius: 0px 10px 0px 0px;
	-webkit-box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.9);
	-moz-box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.9);
    -o-box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.9);
    box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.9);
	behavior: url(http://www.asezac.gob.mx/entrega/css/PIE.htc);
}
#menu li ul:before{
	content: " ";
    position: absolute;
    display: block;
    z-index: 1500;
    left: 0;
    top: 10px;
    height: 10px;
    width: 100%;
}

#menu li:hover ul{
	position: absolute;
	display: block;
	z-index: 1000;
	left: 0;
	top: 50px;
	padding: 0px 0;
	background:#993333;
}

#menu li ul li{
    float: none;
	border-right:none;                    
    white-space: nowrap;             
}
 
#menu a {
	display: block;
    text-decoration: none;
	height: 36px;
	padding: 10px 20px 0px 15px;
	text-transform: capitalize;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color:#CCCCCC;
}

#menu a:hover {
	text-decoration:underline;
	color:#FFFFFF;
}

/* Submenu */
#submenu {
	position:absolute;
	margin-top:20px;
	padding-bottom:10px;
	float: left;
	width: 200px;
	font-size: 12px;
	margin-left:-10px;
	
}

#submenu ul {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	list-style:none;
    display: block;
    position: relative;
	
}
#submenu ul:after {
	content: "";
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
	
}

 
#submenu li {
	position: relative;
	padding: 3px 0px 3px 0px;
	margin: 5px 0px 0px 0px;
}

#submenu li{
	background:#DDDDCC;
	font-size:16px;
	text-align:left;
	-webkit-transition: all 0.3s ease-out;
    color:#300;
    padding: 7px 15px 7px 15px;
    width: 180px;
    display: block;
    text-decoration: none;
    -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.9);
    -moz-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.9);
	-o-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.9);
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.9);
    -webkit-border-bottom-right-radius: 10px;
	-moz-border-radius: 0px 10px 10px 0px;
    -webkit-border-bottom-right-radius: 10px;
    -o-border-radius: 0 10px 10px 10px;
    border-radius: 0 10px 10px 0px;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.3s ease-out;
	behavior: url(http://www.asezac.gob.mx/entrega/css/PIE.htc);
}

#submenu li2{
	position: relative;
	padding: 3px 0px 3px 0px;
	margin: 5px 0px 0px 0px;
    background:#DDDD9C;
	font-size:16px;
	text-align:left;
	-webkit-transition: all 0.3s ease-out;
    color:#990000;
    padding: 7px 15px 7px 50px;
    width: 180px;
    display: block;
    text-decoration: none;
    -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.9);
    -moz-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.9);
	-o-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.9);
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.9);
    -webkit-border-bottom-right-radius: 10px;
	-moz-border-radius: 0px 10px 10px 0px;
    -webkit-border-bottom-right-radius: 10px;
    -o-border-radius: 0 10px 10px 10px;
    border-radius: 0 10px 10px 0px;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.3s ease-out;
	behavior: url(http://www.asezac.gob.mx/entrega/css/PIE.htc);
}

#submenu li:hover {
	background:#DDDD9C;
    color:#990000;
    padding: 7px 15px 7px 50px;
}

#submenu li ul {
	background:#DDDD9C;
	 -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.9);
    -moz-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.9);
	-o-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.9);
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.9);
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-bottom-right-radius: 10px;
    -o-border-radius: 10px 10px 10px 10px;
    border-radius: 10px 10px 10px 10px;
	padding:10px;
	margin-left:230px;
    display: none;
}

#submenu li ul:before {
	content: " ";
    position: absolute;
    display: block;
    z-index: 1500;
    left: 0;
    height: 10px;
    width: 100%;
}

#submenu li:hover ul {
    position: absolute;
    display: block;
    z-index: 1000;
    left: 0;
    top: 0px;
    padding: 5px 0;
    list-style: none;
}

#submenu li ul li{
	background:none;
    float: none;
	margin-top:-5px;
}

#submenu li ul li{
    box-shadow:none;
    border-radius: none 0px;
}
#submenu li ul li:hover{
     padding: 7px 15px 7px 15px;
	 background:none;
	 text-decoration:underline;
}
/* Page */

#page {
	width: 1150px;
	margin: 0 auto;
	padding: 10px 0px;
	background: #FFFFFF;
	box-shadow:2px 40px 50px #000000;
}


/* Content */

#content {
	

}
#content2 {
	float:right;
	width: 75%;
	margin-right:50px;
}

#content2 h1 {
	font-size:28px;
	
}

.post {
	-webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.9);
    -moz-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.9);
	-o-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.9);
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.9);
	margin-left:30px;
	background:#FFFFFF;
	margin-top:20px;
	padding:10px;
	line-height: 200%;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-bottom-right-radius: 10px;
    -o-border-radius: 10px 10px 10px 10px;
    border-radius: 10px 10px 10px 10px;
}

#foto{
	 border:solid 4px #CCCCCC;
    display:inline-block;
    margin-left:auto;
    margin-right:auto;
	
	text-align: center;
	margin: 0 auto;
	background:#FFF;
	-webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.9);
    -moz-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.9);
	-o-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.9);
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.9);
	padding:10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-bottom-right-radius: 10px;
    -o-border-radius: 10px 10px 10px 10px;
    border-radius: 10px 10px 10px 10px;
}

/* Pagina Inicio******************************** */
/* Columnas */
#columnaizq {
	float:right;
}
#columnaizq ul {
	list-style:none;
	padding:10px;
}

#columnaizq li {
	background:url(images/features_shadow.png) bottom;
	-webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.9);
    -moz-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.9);
	-o-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.9);
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.9);
	-moz-border-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
	margin-bottom:10px;
	padding-bottom:10px;
	
}

#columnaizq a {
	padding:5px;
	display: block;
	text-decoration:none;
	color:#990000;
	font-size:16px;
	text-align:center;
	position: relative;
}

#img1 {
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	-webkit-border-top-left-radius: 10px;
	-moz-border-radius: 10px;
	-o-border-radius: 10px;
     border-radius: 10px;
	margin:0 auto;
}
#img1:hover {
	padding:0px 0px 0px 0px;
	-webkit-box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.9);
	-moz-box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.9);
     -o-box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.9);
     box-shadow: 6px 12px 8px rgba(0, 0, 0, 1);
	-webkit-border-top-left-radius: 10px;
	-moz-border-radius: 10px;
	-o-border-radius: 10px;
     border-radius: 10px;
	margin: 0px 10px 10px 0px;
}

#columnaizq a:hover {	
}

#columnaizq li h1 {
	padding:15px;
	margin:0px -5px 0px -5px;
	background:#600;
	font-size: 14px;
	color:#FFFFFF;
}


#columnaizq li h2 {
	color:#CCCCCC;
}

#columnaizq {
	float:right;
}

#columnacen {
	float:left;
	width:75%;
	margin-top:25px;
	margin-left:10px;
}


/* Cuadro de alerta */
#loading { 
	width: 96%; 
	background:#CCC; 
	vertical-align: center; 
	text-align:center; 
	padding: 15px; 
	box-shadow:10px 10px 10px #FFFFFF;
	-webkit-border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
    -o-border-radius: 10px 10px 10px 10px;
    border-radius: 10px 10px 10px 10px;
	box-shadow:10px 10px 10px black;
	behavior: url(http://www.asezac.gob.mx/entrega/css/PIE.htc);
}

#block{
    width:100%;
    height:100%;
    display: none;
    position:fixed;
    z-index: 1;
    background-color: black;
    opacity:0.4;
    filter:alpha(opacity=40); /* For IE8 and earlier */
    top:0;
    left:0;
}

#alert {
    display: none;
    padding: 10px;
    background-color:#FFF;
    border: 5px solid #601;
	-webkit-border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
    -o-border-radius: 10px 10px 10px 10px;
    border-radius: 10px 10px 10px 10px;
    position:absolute;
    box-shadow:10px 10px 10px black;
    z-index: 2000;
	behavior: url(http://www.asezac.gob.mx/entrega/css/PIE.htc);
}

#nota {
    padding: 10px;
    background-color:#CCC;
    border: 5px solid #601;
	-webkit-border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
    -o-border-radius: 10px 10px 10px 10px;
    border-radius: 10px 10px 10px 10px;
    width: 102%;
	margin-left:-23px;
	margin-top:15px;
}
/* tablas */

#lista{
}

#lista th{
background-color:#600;;
color:#FFFFFF;
font-size:12px;
}

/*#lista tr:nth-child(odd){ background:#999999;}
#lista tr:nth-child(even){ background:#666;}*/


#lista tr{
	color:#000000;
	background:#CCCCCC;
border-right-color: #EBE9BC;
border-bottom-color: #EBE9BC;
}

#lista tr:hover{
background-color:#FFF;
}





#lista2 th{
background-color:#999;;
color:#000;
font-size:14px;
font-style:italic;
}

#lista3 th{
background-color:#FFF;
color:#000;
font-size:12px;
font-style:italic;
}

#lista2 tr{
	color:#000000;
	background:#CCCCCC;
border-right-color: #EBE9BC;
border-bottom-color: #EBE9BC;
}


/* MAPA DEL SITIO*/

#map{
	width: 1110px;
	margin: 0 auto;
	padding: 0 20px;
	padding-bottom:30px;
	padding-top:20px;
	background:#FFF ;
	box-shadow:6px 30px 80px #000000;
}

#map p {
	margin: 0;
	padding: 25px 0 0 0;
	text-align: center;
	font-size: smaller;
}

/* Footer */

#footer {
	width: 1110px;
	height: 70px;
	margin: 0 auto;
	padding: 0 20px;
	padding-bottom:30px;
	background:#FFF ;
	box-shadow:2px 30px 50px #000000;
}

#footer p {
	margin: 0;
	padding: 25px 0 0 0;
	text-align: center;
	font-size: smaller;
}


#footer .link {
	float: right;
}

#footer .copyright {
	float: left;
}



