@font-face { font-family: mirinda; src: url('MyriadWebPro.ttf'); }
footer, section, aside, nav, article,ban,apnl {
	display: block;
}

html>body footer, section, aside, nav, article,ban,apnl {
	display: block;
}

body {
	font-family: mirinda, Verdana, Geneva, sans-serif;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	font-size: 12px;
	color: #FFF;
	background-color: #000000;
	text-align: center;
	
}

html>body body {
	font-family: mirinda, Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	/*background-color: #FFF;*/
	text-align: center;
	
}



.letra {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}

html>body .letra {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}

.ayuda { width:50px; text-align:center; }
#transparencia
{
	background-color:#FFFFFF; 
	z-index:1; 
	position:absolute;
	width:400px;
	height:260px;
	display:none;
	opacity:0.95; filter:alpha(opacity="95");
}

#transparenciaMensaje
{
	position:absolute;
	width:300px;
	height:100px;
	margin-top:-50px;
	margin-left:-150px;
	top:50%;
	left:50%;
}

/* Mensajes de ayuda */

#mensajesAyuda
{
	width:160px;
	font-family:Verdana;
	font-size:10px;
	border:1px solid #ff0113;
	position:absolute;
	top:0px;
	left:0px;
	display:none;
	text-align:center;
	background-color:#fb9133;
}

#ayudaTitulo
{
	background-color:#fe0007; 
	color:#FFFFFF; 
	padding:1px;
}

#ayudaTexto
{
	vertical-align:middle;
	padding:2px;
}

/*------------------------------
=para las tablas
------------------------------*/
table{
	  margin-left:auto; 
	  margin-right:auto;
	  margin-top:auto;
	  margin-bottom:auto;
	  
		background: transparent url(imagenes/bg2.png) repeat-x;
	  background-position:center bottom; 
  	/*z-index: -1;*/ 
  	width:1000px;
		top: 0; 
		-moz-border-radius: 11px;	
		-webkit-border-radius: 11px;
     behavior: url(border-radius.htc);
		}
html>body table{
	  width:1000px;
	  background: transparent url(imagenes/bg2.png) repeat-x;
	 /* background-position:0% 10%;*/
	   background-position:center bottom; 
  	/*z-index: -1;*/ 
		top: 0; 
		-moz-border-radius: 11px;	
		-webkit-border-radius: 11px;
     behavior: url(border-radius.htc);
		}

td{
	 text-align: justify;
	}
html>body td{
	 text-align: justify;
	}


.fondo2{
		background: transparent url(imagenes/bg.png) repeat-x;
		font-size: 16px;
	  color: #FFF;
	  text-align: center;
	  height:5px;	
		
	}

html>body .fondo2{
		background: transparent url(imagenes/bg.png);
		background-repeat: repeat-x;
	/*	background-repeat: repeat-y; */
		height:5px;
	  font-size: 16px;
	  color: #FFF;
	  text-align: center;	
		padding: 0;
	}

/*------------------------------
=SIDEBAR
------------------------------*/
 aside section {
/*	background: transparent url("imagenes/sidebar_section_background.png") repeat-x;*/
	/* Border-radius not implemented yet */
	text-align: center;	
	-moz-border-radius: 11px;
	-webkit-border-radius: 11px;
	behavior: url(border-radius.htc);
	
}

	aside section ul {
		margin: 0 0 0 22px;
		list-style: none;
	}
	
		aside section ul li a {
			display: block;
			text-decoration: none;
			color: #000;
		}
		
			aside section ul li a:hover {
				text-decoration: underline;
			}


html>body aside section {
/*	background: transparent url("imagenes/sidebar_section_background.png") repeat-x;*/
	/* Border-radius not implemented yet */  
	text-align: center;	
	-moz-border-radius: 11px;
	-webkit-border-radius: 11px;
	 behavior: url(border-radius.htc);
}

html>body	aside section ul {
		list-style: none;
	}
	
html>body		aside section ul li a {
			display: block;
			text-decoration: none;
			color: #000;
		}
		
html>body			aside section ul li a:hover {
				text-decoration: underline;
			}








.somos{
	float: left;
	margin-right: 20px;
	margin-left: 20px;
	width: 544px;
	color: #f6f7fb;
	font-weight: bold ;
	font-size: 10pt;

}



<!--button { width:100px; height:22px; font-family:Verdana; font-size:11px; } -->

.label { width:110px; text-align:left; }

<!--.campo { width:240px; }-->

.ayuda { width:50px; text-align:center; }

.inputNormal { border:1px solid; }

.inputError
{
	border:1px solid #FF0000;
	background-color:#FFF4F0;
	color:#FF0000;
}

/* Capas de transparencia y mensajes de confirmacion */

#transparencia
{
	background-color:#FFFFFF; 
	z-index:1; 
	position:absolute;
	width:400px;
	height:260px;
	display:none;
	opacity:0.95; filter:alpha(opacity="95");
}

#transparenciaMensaje
{
	position:absolute;
	width:300px;
	height:100px;
	margin-top:-50px;
	margin-left:-150px;
	top:50%;
	left:50%;
}



#input {
 background-color: #666699;
 color: #f6f7fb;
	font-weight: bold ;
	font-size: 10pt;
}
	
html>body		input {
 background-color: #666699;
 color: #f6f7fb;
	font-weight: bold ;
	font-size: 10pt;
}

#select {
 background-color: #666699;
 color: #f6f7fb;
	font-weight: bold ;
	font-size: 10pt;
}
	
html>body		select {
 background-color: #666699;
 color: #f6f7fb;
	font-weight: bold ;
	font-size: 10pt;
}


#form_alert_msg {
	
	font-size: 10px;
  background-color: #CCCCCC;
  border: 1px solid #666666; 
	}
	
html>body		form_alert_msg {
	font-size: 10px;
  background-color: #CCCCCC;
  border: 1px solid #666666; 
	}