body {
	margin-top:0px;
	margin-left:0px;
}
.login {
	color: red;
	font-family: Verdana;
	font-weight: bold;
	font-size: 10px;
	padding-right: 12px
} 
.izq {
	align:left;
}
.der {
	align: right;
}
.bajada {
	font-family: Verdana;
	font-size: 10px;
	font-color: #c0c0c0;
	display: block;
}
table.list {
	width: 99% !important;
	border: 1px solid #afb8d7;
	border-collapse: collapse;
	border-spacing: 0px;
	margin-left:3px;
}

table.list td {
	font-size: 10px;
	padding: 1px 3px !important;
	vertical-align: middle !important;
	border-right: 1px solid #afb8d7;
	height: 22px;	
	font-family: verdana;
}


table.list tr.headertabla th {
	background:	#F5F5F5 repeat scroll 0%;
	color: #000000;
	font-family: Verdana, Arial, sans-serif;
	font-weight: bold;
	border-top: 1px solid #afb8d7;
}

table.list tr.headertabla td {
	font-size: 14px;
	text-transform: capitalize;
	font-weight:bolder;
}
table.list tr.headertabla2 {
	background:	#F5F5F5 repeat scroll 0%;
	color: #000000;
	font-family: Verdana, Arial, sans-serif;
	font-weight: bold;
	border-top: 1px solid #afb8d7;
}

table.list tr.headertabla2 td {
	font-size: 11px;
	text-transform: capitalize;
	font-weight:bolder;
}

table.list tr.odd td {
	background-color: #ecf0f7;
	border-top: 1px solid #afb8d7;
	font-size:10px;
	font-family: Verdana;
	background-img: url(img/fondo_frame.jpg);
	text-align:justify;
}

table.list tr.even td {
	background-color: #f7f9fc;
	border-top: 1px solid #afb8d7;
	font-size:10px;
	font-family: Verdana;
	text-align:justify;
}

table.list tr.sel td {
	background-color: #FFFFEE;
	border-top: 1px solid #afb8d7;
	background: url(img/fondo_frame.jpg);
	text-align:justify;
	
}

#status {
	
	background: #fff;
	padding-right:5px;
	
	
}

li {
	color:black;
	font-size:10px;
	font-family: verdana;
}
legend {
	color: #ccc;
	font-size:13px;
	font-family: Verdana;
	font-weight: bold;
	text-transform: capitalize;
}

a:hover {
	font-weight:bolder;
}
a, a:visited, a:active {
	color:blue;
}

.textosimple a:hover {
	font-weight:bolder;
	
}
.textosimple a, a:visited, a:active {
	color:blue;
}


#imagen {
	width: 769px;
	height: 40px;
	position: absolute;
	top:130px;
	background: url(img/menuacenor4.png) no-repeat;
}


#imagen a {
	color:#000;
	text-decoration:none;
	position: absolute; /*Muy Importante*/
	width: 109px; /*Tamaņo de todos los rectangulos*/
	height: 38px; /*Tamaņo de todos los rectangulos*/
}
 
#imagen a:hover {
	border: 1px solid #fff;/*Borde interior Blanco*/
	cursor: hand;
}
 
/*Borde exterior amarillo*/
#imagen .cont_acenor{
	display: block;
	width: 109px;
	height: 38px;
	position: absolute;
	top: -3px;
	left: -3px;
}
#imagen .cont_emp{
	display: block;
	width: 109px;
	height: 38px;
	position: absolute;
	top: -3px;
	left: -3px;
}
#imagen .cont_info{
	display: block;
	width: 109px;
	height: 38px;
	position: absolute;
	top: -3px;
	left: -3px;
}
#imagen .cont_proy{
	display: block;
	width: 109px;
	height: 38px;
	position: absolute;
	top: -3px;
	left: -3px;
}
#imagen .cont_links{
	display: block;
	width: 109px;
	height: 38px;
	position: absolute;
	top: -3px;
	left: -3px;
}
#imagen .cont_incs{
	display: block;
	width: 109px;
	height: 38px;
	position: absolute;
	top: -3px;
	left: -3px;
}
#imagen .cont_cont{
	display: block;
	width: 109px;
	height: 38px;
	position: absolute;
	top: -3px;
	left: -3px;
}
#imagen .cont_mapa{
	display: block;
	width: 109px;
	height: 38px;
	position: absolute;
	top: -3px;
	left: -3px;
}
#imagen a:hover #imagen .contorno {
 	border: 1px solid #D4D82D;
}
 
/*Posicion de cada nota*/
#imagen .acenor a{
	top: 0px;
	left: 0px;
}
 
#imagen .informacion a {
	top: 0px;
	left: 110px;
}

#imagen .proyectos a {
	top: 0px;
	left: 220px;
}
 
#imagen .enlaces a {
	top: 0px;
	left: 330px;
}
#imagen .inscripcion a {
	top: 0px;
	left: 440px;
}
#imagen .contacto a {
	top: 0px;
	left: 550px;
}
#imagen .mapa a {
	top: 0px;
	left: 660px;
}

#navi {  
	list-style:none;
	margin:0;
	padding:0;
}
#navi li {
	margin:2px;
	padding:0;
	text-transform: uppercase;

}
#navi li a {
	display:block;
	width:80%;
	padding:4px 0;
	text-decoration:none;
	text-align:left;
	font-size:11px;
	color:#FFFFFF;
	background-color:#295D9C;
	padding-left:5px;
	border-left:10px solid #666666;
}
#navi li a.sel {
	display:block;
	width:80%;
	padding:4px 0;
	text-decoration:none;
	text-align:left;
	font-size:11px;
	color:#99CC00;
	background-color:#003366;
	padding-left:5px;
	border-left:10px solid #99CC00;
}
#navi li a:hover {
	color:#99CC00;
	font-weight:normal;
	background-color:#003366;
	border-left-color:#99CC00; 
}

#loading {
	display:none;
	position:fixed;
	bottom:0;
	text-align:center;
	width:100%;
	background:#333;
	z-index:1;
	padding:2px 0
}
#loading p{
	color:#eee;
	font-size:1.6em;
	background:url('i/ajax.gif') left 2px no-repeat;
	display:inline;
	padding-left:25px
}

#directiva {
	width: 320px;
	height: 240px;
	position: relative;
	/*top:130px;*/
	background: url(imagenes/directorio.jpg) no-repeat;
	border: 1px #c0c0c0 solid;
}


#directiva a {
	color:#000;
	text-decoration:none;
	position: absolute; /*Muy Importante*/
	width: 50px; /*Tamaņo de todos los rectangulos*/
	height: 90px; /*Tamaņo de todos los rectangulos*/
}
 
#directiva a:hover {
	/*border: 1px solid #fff;Borde interior Blanco*/
	-moz-border-radius: 8px;
	cursor: hand;
}
 
/*Borde exterior amarillo*/
#directiva .contorno{
display: block;
width: 53px;
height: 93px;
position: absolute;
top: -3px;
left: -3px;
}
 
#directiva a:hover .contorno {
 /*border: 1px solid #D4D82D;*/
}
/*Posicion de cada nota*/
#directiva .uno a{
top: 15px;
left: 30px;
}
#directiva .dos a{
top: 15px;
left: 95px;
}
#directiva .tres a{
top: 15px;
left: 160px;
}
#directiva .cuatro a{
top: 40px;
left: 220px;
}
#directiva .cinco a{
top: 100px;
left: 70px;
}
#directiva .seis a{
top: 80px;
left: 140px;
}
#directiva .siete a{
top: 80px;
left: 210px;
}
#directiva .texto {
position: absolute;
left: -10000px;
text-align:center;
background-color:#FFFFD3;
width: 53px;
bottom: -10px;
-moz-border-radius: 8px; /*Bordes redondeados, solo FF*/
font-family: Verdana;
font-size: 9px;
}
 
#directiva a:hover .texto{
left: 0;
} 

#bleh a {
	font-weight:normal;
	color:#808080;
	font-family:vernada;
	font-size:9px;
	text-decoration:none;
}
#bleh a:hover {
	font-weight:normal;
	color:#000;
	font-family:vernada;
	font-size:9px;
	text-decoration:none;
}
.respuesta {
	background-color:rgb(239,241,233);
	font-size:10px;
	color:#000;
	font-family:Verdana;
	border: 1px solid #c0c0c0;
}
#titulo {
	text-transform: uppercase;
	font-weight: bolder;
	color: #295D9C; /* color:#003366; */
	font-family: Arial;
	font-size: 16px;
	
}
#subtitulo {
	text-transform: capitalize;
	font-weight: bolder;
	font-size:12px;
	font-size: Verdana;
}

#lista {  
	list-style:none;
	margin:0;
	padding:0;
}
#lista li {
	margin:2px;
	padding:0;
	float:left;

}
#lista li a {
	display:block;
	width:80%;
	padding:4px 0;
	text-decoration:none;
	text-align:left;
	font-size:11px;
	color:#FFFFFF;
	background-color:#295D9C;
	padding:5px;
	
}
#lista li a:hover {
	color:#FFFFFF;
	font-weight:normal;
	background-color:#295D9C;
}

#cal TD  {
	font-family : verdana,arial,helvetica;
	font-size : 10pt;
}

#cal INPUT  {
	font-family : verdana,arial,helvetica;
	font-size : 8pt;
}

#cal TEXTAREA  {
	font-family : verdana,arial,helvetica;
	font-size : 8pt;
}

#cal SELECT  {
	font-family : verdana,arial,helvetica;
	font-size : 8pt;
}

#cal .altn  {
	font-family : verdana,arial,helvetica;
	font-size : 10pt;
	color: #ffffff;
	background-color: #666666;
}

#cal .tit  {
	font-family : verdana,arial,helvetica;
	font-size : 12px;
	color: #ffffff;
	background-color: #333333;
	font-weight: bold;
}

#cal .dia  {
	font-family : verdana,arial,helvetica;
	font-size : 9pt;
	color: #c0c0c0;
	background-color: #fff;
	width:50px;
	margin-top:20px;
}

#cal .numero  {
	font-family : verdana,arial,helvetica;
	font-size : 9px;
	color: #000;
	font-weight: bold;
}
#cal .hoy {
	font-family : verdana,arial,helvetica;
	font-size : 9pt;
	color: #c0c0c0;
	background-color: #FFFF66;
	font-weight: bold;
	width:50px;
	margin-top:20px;
	border: 1px solid #f90;
	
}
#cal a {
	font-family : verdana,arial,helvetica;
	font-size:9px;
	color: #FF8000;
	font-weight: bold;
}
.marqueezina {
	background-color: #0D5280;
	color: #fff;
	display: block;
	font-family:verdana;
	font-size:12px;
	margin-top: 20px;
	height: 60px;
	font-weight: bold;
	border: #000 1px solid;
}
#search_box LABEL {
	color:#000;
	padding:0px;
	margin-left:10px;
	font-family: Arial;
	font-size: 11px;
}
#search_box INPUT {
	color: #000;
	background-color: #f0f0f0;
	font-family: arial;
	font-size: 9px;
	border: #000 1px solid; 
}

#search_box .boton {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #003366;
	color: #CCCCCC;
}

/*  BOTONES BONITOS STANDARD */

button:hover, .buttons a:hover{
    background-color:#dff4ff;
    border:1px solid #c2e1ef;
    color:#336699;
}
.buttons a:active{
    background-color:#6299c5;
    border:1px solid #6299c5;
    color:#fff;
}

.buttons a, .buttons button{
    margin:0 7px 0 0;
    background-color:#f5f5f5;
    border:1px solid #dedede;
    border-bottom:1px solid #aaa;
    border-right:1px solid #aaa;

    font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
    font-size:100%;
    line-height:130%;
    text-decoration:none;
    font-weight:bold;
    color:#565656;
    cursor:pointer;
    padding:5px 10px 6px 7px; /* Links */
}
.buttons button{
    width:auto;
    overflow:visible;
    padding:4px 10px 3px 7px; /* IE6 */
}
.buttons button[type]{
    padding:5px 10px 5px 7px; /* Firefox */
    line-height:17px; /* Safari */
}
*:first-child+html button[type]{
    padding:4px 10px 3px 7px; /* IE7 */
}
.buttons button img, .buttons a img{
    margin:0 3px -3px 0 !important;
    padding:0;
    border:none;
    width:16px;
    height:16px;
}

/* POSITIVE */

button.positive, .buttons a.positive{
    color:#529214;
}
.buttons a.positive:hover, button.positive:hover{
    background-color:#E6EFC2;
    border:1px solid #C6D880;
    color:#529214;
}
.buttons a.positive:active{
    background-color:#529214;
    border:1px solid #529214;
    color:#fff;
}

/* NEGATIVE */

.buttons a.negative, button.negative{
    color:#d12f19;
}
.buttons a.negative:hover, button.negative:hover{
    background:#fbe3e4;
    border:1px solid #fbc2c4;
    color:#d12f19;
}
.buttons a.negative:active{
    background-color:#d12f19;
    border:1px solid #d12f19;
    color:#fff;
}
