/* Hoja de estilos CSS predeterminada para un nuevo proyecto de aplicacin Web*/


BODY
{
    margin: 0px;
    word-spacing: normal;
    text-transform: none; /* OLd color 5/07/2008  #6D899F #DDEBE4 */
    background-color: #89ACC6;
    text-align: left;
    font: 10pt Arial,Verdana, Georgia, 'Times New Roman' , Times, serif;
    font-size:0.8em;
   /* line-height: 12pt;*/
   text-align:justify;
}



/*background-color: #ddebe4;    colo de fondo del flah
*/
#BIO
{
    font-weight: normal;
    font-size: 0.8em;
    margin: 0px;
    word-spacing: normal;
    text-transform: none;
    font-family: Verdana, Helvetica, sans-serif;
    letter-spacing: normal;
    background-color: lightgoldenrodyellow;
 
}

A
{	text-decoration: none;
	
    }
A:link
{
	text-decoration: none;
	
}

A:visited
{
	text-decoration: none;
	
}

A:active
{
	text-decoration: none;
	
}

A:hover
{
	text-decoration: underline;
	
}

SMALL
{
	font-size: .7em;
}

BIG
{
	font-size: 1.17em;
}

BLOCKQUOTE, PRE
{
	font-family: 'Courier New', monospace;
}


UL LI
{
	list-style-type: square;
	text-decoration: none;
}

UL LI LI
{
	list-style-type: disc;
}

UL LI LI LI
{
	list-style-type: circle;
}

OL LI
{
	list-style-type: decimal;
}

OL OL LI
{
	list-style-type: lower-alpha;
}

OL OL OL LI
{
	list-style-type: lower-roman;
}

IMG
{
	
	/*margin-left: 10px;
	margin-right: 10px;*/
	text-decoration: none;  
	border:0px;  
 
 

}


FORM
{
	PADDING-RIGHT: 0px;
	 PADDING-LEFT: 0px;
	  PADDING-BOTTOM: 0px;
	   MARGIN: 0px;
	    PADDING-TOP: 0px
	
	
	}
	
	
	
/* PANELES */
#General{
	width:100%;
	height:100%;  
	/*border-style: dashed;   */
	position: absolute;
	top: 0px;
	background-color: white;
float: left;
	

	
}
#PanelIzquierda
{
	float: left;
 width   :30%;
	/*height:100%; */
	

	margin-bottom:2px; 
	text-align: center;
	font-family: Arial;
	font-weight: bold;
	color: #ffffff;
	

	text-indent:5px; 

	background: #5F7F6F ;
	height:265px;

	  
}


#VideoZone
{
    float: left;
    
   /* font-size: 10pt;*/
    width: 100%;
    
 /*  
*/
}
#VideoZone2
{
    float: left;
    line-height: 15pt;
    font-size: 10pt;
    width: 100%;
    
 /*  
*/
}
    
    
#VideoShow
{
    float: left;
    line-height: 15pt;
    font-size: 10pt;
    width: 65%;
    
  /*  border-right: #ffff33 1px groove;
    border-top: #ffff33 1px groove;
    border-left: #ffff33 1px groove;
    border-bottom: #ffff33 1px groove;
*/
}

#TituloVideo
{

	color: #56514f;
	font-family: 'Lucida Sans Unicode' , Century Gothic  ;
    font-size: 9pt;
    width:100%; 
    text-align:left ; 
	
}
.TituloVideo
{

	color: #56514f;
	font-family: 'Lucida Sans Unicode' , Century Gothic  ;
    font-size: 9pt;
    width:100%; 
    text-align:left ; 
	
}
.Titulos
{
    color: #821814; /*#660000;*/
    font-size: 12pt;
    text-align: center;
    margin-top:5px; 
    margin-bottom:5px;
    font-weight: bold;
    font-family: Arial;
}
.Titulos a
{
    color: #821814; /*#660000;*/
    font-size: 12pt;
    text-align: center;
    height: 40px;
     font-weight: bold;
      font-family: Arial;
}

.Pregunta 
{
    color: #821814; /*#660000;*/
    font-size: 12pt;
    width: 100%;
    text-align: center;
    height: 40px;
    width: 100%;
    float: left;
   
    background-color: gainsboro;
    font-weight: bold;
    font-family: Arial;
    background-image: url(images/papel.jpg); 
    background-repeat: repeat-x;
    padding-top:10px; 
  
}

.PanelIzquierda
{
	float: left;
	width:49%;
	height: 350px;
	

	margin-bottom:2px; 
	text-align: center;
	font-family: Arial;
	font-weight: bold;
	color: rgb(255, 255, 255);
	
	position: relative;
	text-indent:5px; 

	background: #5F7F6F ;
	
/*  border-right: #0000ff 1px dotted;
    border-top: #0000ff 1px dotted;
    border-left: #0000ff 1px dotted;
    border-bottom: #0000ff 1px dotted;
*/
}

#PanelIzquierdaVideo
{
	float: left;
 
	/*height:100%; */
	

	margin-bottom:2px; 
	text-align: center;
	font-family: Arial;
	font-weight: bold;
	color: #ffffff;
	

	text-indent:5px; 

	background: #5F7F6F ;
	height:265px;

	  
}

#PanelderechaVideo
{
	float: left;
	
	position: relative;
	overflow:hidden; 
}
#Panelderecha
{
	float: left;
	width:70%;
	position: relative;
	
	
}

#EncuestaIframe
{
    width: 100%;
    height: 309px;
    float: left;
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    margin: 0px;
    padding-top: 0px; 
    float:left; 
}

#PanelCentral
{
	float: left;
    width:80%;
	position: absolute;
	top: 0px;
    left:08%; 
    height:100%;  
	display:  inline;
		z-index:0; 
	background-color: white;
	padding-right:30px; 
	padding-left  :15px; 
    

	
}


.TextoCabecera
{
    font-size: 11px;
    color: #696969;
    font-family: Arial;
    letter-spacing: 0.09pc;
}

#CabeceraHome
{
    /*background-color:white;*/ /*background-color:#CED9F5 ;*/
    background-color: #C8E0E8;
    display: inline;
    float: left;
    left: 5%;
    position: relative;
    top: 0px;
    width: 89.2%;
    background-color: white;
}
#hra_Flash
{
	margin-top: 0px;
	margin-bottom: 0px;
	/*border-left: #ffffff thin solid;*/
	width: 100%;
	height: 156px;
}
#DivLogo
{
float:left;

width:90%;
left:200px;
position:relative;
top:19px;


}
#ImagenBanda
{
	/*overflow:visible; */
	border-bottom :  #cccccc 7px solid;
	z-index:0; 
	border-top:0px; 
	
	}

#Logo60 
{
	clear: none;
	z-index: 5;
	
	float: right;
	visibility: visible;
	width: 300px;
	position: relative;

	height: 134px;
	border-bottom:  #cccccc 4px solid;
	left:0px; 
	
	
}

#Every
{
	clear: none;
	z-index: 5;
	
	float: right;
	visibility: visible;
	
	position: relative;

	
	border-bottom:  #cccccc 4px solid;
	
	
	
}
#CabTitulo
{
	font-size: 25pt;
	left: -85px;
	float: left;
	margin-left: 9px;
	color: #003399;
	line-height: 10pt;
	font-family: 'Arial' , Lucida Console;
	letter-spacing: 1pt;
	background-color: white;
}

#SubCabecera
{
	float: left;
	width: 100%;
	height: 25%;
	background-color: #6699cc;
	background-color: white;
}


/*Menu*/
#MenuSup
{
	display: inline;
	font-size: 10pt;
/*	border-left: #ae0000 1px solid;*/
	width: 100%;
	font-family: 'Arial' ,Lucida Console;
	background-color: #821814;
	float:left;
	
	


}

#MenuSup ul
{
	padding: 0;
	margin: 0;
	
	  
	list-style: none;
	}

#MenuSup ul li{ display:  inline;
	font-weight:bold ;   
	}



#MenuSup li a
{
	padding-right: 0.9em;
	padding-left: 0.9em;
	
	float: left;
	padding-bottom: 0.3em;
	margin: 0px;
	color: #fff;
	padding-top: 0.3em;
	background-color: #821814;
	text-decoration: none;
	
}


#MenuSup li a:hover
{
	color: #cc9900;
	background-color: #821814;
	text-decoration: none;
}

#MenuSup li#selected a{
	background-color: #fff;
	color: #ae0000;
	
}
/* Fin MEn Sup */

/* Inicio Migas*/

#Migas
{
	
	font-size: 9pt;
	float: left;
	text-transform: lowercase;
	color: #3f3583;
	font-family: Georgia, "Times New Roman" ,Times,serif;
	font-family:arial;
     font-size:10px;
     margin-left:5px;
     margin-top:5px;
     overflow:visible; 
     height:20px; 
}
/*Fin Migas*/

#MenuDown
{
	padding-right: 0px;
	
	padding-left: 0px;
 
	padding-bottom: 0px;
   /*  margin-left:25%; */
	 margin-top:5px; 
	
	border-left: #ae0000 1px solid;
	
	padding-top: 0px;
	
background-color: #821814;
	float:right;
	width:100%;
		
}

#MenuDown ul
{
	padding: 0;
	margin:5pt;
	width:100%;
	
	list-style: none;
	
}

#MenuDown ul li{ display:  inline;
text-decoration: none;
}


#MenuDown li a
{

	padding-right: 0.9em;
	padding-left: 0.9em;
	
/*	padding-bottom: 0.7em;*/
	margin: 5px;
	color: #fff;
	/*padding-top: 0.7em;*/
	background-color: #821814;
	text-decoration: none;
}


#MenuDown li a:hover{
	background-color: #fff;
	text-decoration: none;
	color: #ae0000;
		margin: 5px;
		text-decoration: none;

}

#MenuDown li#selected a{
	background-color: #fff;
	color: #ae0000;
	text-decoration: none;
}


/*FinMenu*/

/* Inicio Men Lateral*/


#MenuLat
{
	padding-right: 0px;
	display: inline;
	padding-left: 0px;
 
	padding-bottom: 0px;
  	width:115%;
	padding-top: 0px;
	color: #ffffff;
	
	
	
		
}

#MenuLat ul
{
	padding-right: 0px;
	padding-left: 0px;
	font-size: 10pt;
	padding-bottom: 0px;

	width: 100%;
	color: #ffffff;
	padding-top: 0px;
	list-style-type: disc;
	margin:0pt 0pt 0pt 10px;
}


#Menulat li
{
	border-top-width: thin;
    padding-right: 5px;
	padding-left: 5px;  
	font-weight: bold;
	border-left-width: thin;
	border-left-color: #660000;
	border-bottom-width: thin;
	border-bottom-color: #660000;
	padding-bottom: 5px;
	margin: 5px 0px;
	width: 98%;
	border-top-color: #660000;
	text-indent: 15pt;
	padding-top: 5px;
	list-style-type: none;
	background-color: #5f7f6f;
	text-align: left;
	border-right-width: thin;
	text-decoration: none;
	border-right-color: #660000;
	font-weight: normal ; 
}

#Menulat li a
{
	
	
	text-decoration: none;
	font-weight: bold;
	color: #ffffff;
	font-weight: normal ; 
	
	
}


#MenuLat li a:hover
{
	
	font-weight: normal ; 
	color: #ffffff;
	
	text-decoration: none;
	
}

/*#Menulat li#selected a
{
	color: #191970;
	/*background-color: peachpuff;*/
	/*text-decoration: none;
	font-weight: bold;
}
*/

#Menulat a.BotonLink
{
	text-decoration: none;
	font-weight: bold;
	color: #ffffff;
}
/* 
#Menulat a.subBotonLink4
{
	
	color: #191970;
	background-color: #fff;
	text-decoration: none;
	font-weight: bold;
}

#MenuLat li a.subBotonLink4:hover
{
	font-weight: bold;
	
	color: Gray;
	background-color: #fff;
	text-decoration: none;
	
}

Fin Men Lateral*/
/* footer */
#Footer
{
	
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
  
	 margin-top:2px; 
	
	padding-top: 0px;
	color: #56514f;
	font-family: 'Lucida Sans Unicode' , Century Gothic  ;
    font-size: 8pt;
	float:left;
	
	width:100%;
	background-color:white;
	height:100px; 
	
}
#FooterText
{

	color: #56514f;
	font-family: 'Lucida Sans Unicode' , Century Gothic  ;
    font-size: 8pt;
    width:100%; 
    text-align:center ; 

	

	
	
}
/* footer */



#CabSubtitulo
{
	font-size: 13pt;
	color: #56514f;
	font-family: 'Arial' , Century Gothic ;
	letter-spacing: 1.5pt;
	position: relative;
	top:-2px; 
	left: 350px; 
	overflow:visible; 
	z-index:1; 
	line-height:20px; 
	
}
#Cabecera
{
	
	
background-color:white;

display:inline;
float:left;

left:5%;

position:absolute;
top:0px;
width:90%;


}

/*CONTENIDO*/
#SeccionCentral
{
	/*//border-right: #ddebe4 thin solid;
	border-top: #cccccc 7px solid;*/
	display: inline;
	left: 5%;
	float: left;
	/*border-left: #ddebe4 thin solid;*/
	width: 90%;
	
	position: relative;
	top: 195px;
	background-color: white;

	
}


#SeccionCentralHome
{
    border-right: #ddebe4 thin solid;
	/*border-top: #cccccc 7px solid;*/
	display: inline;
	left: 5%;
	float: left;
	/*border-left: #ddebe4 thin solid;*/
	width: 89.2%;
	
	position:relative; 
	/*top: 129px;*/
	background-color: white;
    }

#Contenido
{
	
	margin-left: 30px;
	width: 58%;
	line-height: 15pt;
	
	font-size:10pt; 


float: right;
padding-right:10px;
   
   
}


#ContenidoDefault
{
	
float: left;	
	
	line-height: 15pt;
	
	font-size:10pt; 
	width: 100%;
	
}

#ContenidoIzquierda{
	text-align: justify; 
	width:70%; 
	padding-right:10px; 
	 height:100%;  
float: left;
}

#lblResumen{
 float: left;
 overflow:hidden;
}
#ContenidoLateral{
	float:left;
	z-index:5; 
	text-indent:5px;	
	font-size:10px; 	
	width: 20%;	
	border-left:  #cccccc 1px solid; 
	 height:100%;  
}

.DivCuadro
{
	
	background: #5F7F6F ;
	margin-bottom: 2px;

	width: 100%;
	color: #ffffff;
	padding-top: 15px;
	top: auto;
	text-align: center;
	font-family: Arial;
float: left;
	font-weight: bold;
	
}

.DivCuadro2
{

	/*background:#5F7F6F;*/
	
	/*Width: 30%;*/
	top: auto;
	margin-bottom:2px; 
	text-align: center;
	font-family: Arial;
	font-weight: bold;
	color: #ffffff;
	margin-left:5px; 
	
/*float: left;	*/
	
}


#Box
{
float: left;
	border-top:  #cccccc 1px solid;
	font-size: 12pt;
	/*float: left;*/
	margin-left: 10px;
	margin-top:25px; 
	/*margin-right:5px; */
	width: 30%;
	color: #56514f;
	border-bottom: #cccccc  1px  solid;
	font-family: 'Arial' , Century Gothic;
	letter-spacing: 1pt;
	padding :15px; 
	
	left:1pt;
	position:relative; 
	overflow:hidden;
/*
-moz-border-radius-bottomleft:6px;
-moz-border-radius-bottomright:6px;
-moz-border-radius-topleft:6px;
-moz-border-radius-topright:6px;
border: #cccccc  1px  solid;
*/	
  
	

}

#BoxMenu
{
	/*border-top:  #cccccc 1px solid;*/
		font-size: 12pt;
	float: left;
	/*margin-left: 10px;*/
	/*margin-top:25px; */
	/*margin-right:5px; */
	width: 100%;
	color: #56514f;
	/*border-bottom: #cccccc  1px  solid;*/
	font-family: 'Arial' , Century Gothic;
	letter-spacing: 1pt;
	/*padding :15px; */
	
	left:1pt;
	/*position:relative; */
/*
-moz-border-radius-bottomleft:6px;
-moz-border-radius-bottomright:6px;
-moz-border-radius-topleft:6px;
-moz-border-radius-topright:6px;
border: #cccccc  1px  solid;
*/	
  
	

}
/*CONTENIDO*/

.BotonesIdioma
{/*
	font-weight: bold;
	font-size: 70%;
	left: 86%;
	width: 5%;
		
	color: #4682b4;
	font-family: 'Myriad Web' ,Verdana,Arial;
	position: relative;
	height: 100%;
	background-color: #ffffff;
	
	*/
	padding-right: 0.9em;
	padding-left: 0.9em;
	
	padding-bottom: 0.7em;
	margin: 0px;
	color: #fff;
	padding-top: 0.7em;
	background-color: #ae0000;
	text-decoration: none;
	
}
.BotonesIdioma:hover
{
	font-weight: bold;
	font-size: 70%;
	left: 86%;
	width: 5%;
	
	color: #ffffff;
	font-family: 'Myriad Web' ,Verdana,Arial;
	position: relative;
	height: 100%;
	background-color: #3366cc;
}

  #Head /*Seccin superior principal*/
      {
		width :100%; 
		height: 20%;  
	}
	
	
  #Cuerpo /* seccin inferior principal */
   {
		width :100%; 

		overflow:visible ; 
		
	}

#Titulo
{
	
	display: inline;
	left: 5%;
	width: 60% ;
	position: relative;
	height: 30%;
	text-align:  left ;
	font-family: 'Copperplate Gothic Light';
	font-size: 18px;
	color: White ;
	font-weight: bold;
	
}
#Titulo a
{
	color: White ;
	text-decoration:none; 
}
#SubTitulo
{
	
	display: block;
	position: relative;
	top:25%; 
	left: 10%;
	text-align: center;
	width: 30%;
	
	height: 30%;
	font-family: 'Copperplate Gothic Light';
	font-size: 14px;
	color: White ;
	font-weight: bold;
}

#ImagenHeader
{
	left: 100px;
	width: 407px;
	position: relative;
	height: 198px;
	text-align: center;
	float: left;
}



#subSeccionCentral
{
	padding-right: 0px;
	padding-left: 0px;
	float: left;
	padding-bottom: 0px;
	margin: 5%; 
	overflow: visible;
	width: 100%;
	padding-top: 0px;
	height: 100%;
	text-align: justify;
	

}

#EditorSeccionCentral
{
	float: left;
	width: 60%;
	height: 100%;
	
}

#LeftMenu
{
	display: inline-block;
	font-weight: bold;
	font-size: 9pt;
	float: left;
	overflow: hidden;
	width: 20%;
	position: relative;
	/*height: 100%;*/
	background-color: #6699cc;
	text-align: center;
	vertical-align:middle ;  
}






#MainText
{
	display: inline;
	font-size: 15pt;
	font-family: Myriad Web;
	position: relative;
	
	left: 5%;
	width: 65%;
	text-align: justify;
	float: left;
	
 
}

#TituloMainText
{
border-bottom: #4682B4 thin solid;
text-align :right ; 
width : 100%; 
	}
	

.TituloText
{
	/*display: inline;
	
	font-size: 15pt;
	color: #666666;
	line-height: 20px;
	font-family: 'Tahoma' , Myriad Web;
	position: relative;*/
	font-size: 14pt; 
	color: #5e5e5e; 
	font-family: Arial; 
	font-weight: bold;
}

.MainText
{
	display: inline;
	font-size: 10pt;
	line-height: 15pt;
	font-family: Myriad Web;
	position: relative;
	height: 90%;
	text-align: justify;
}

.Footer
{
	
	display: inline;
	font-size: 12px;
	line-height: 20px;
	color: #3300cc;
	font-weight: bold;
	position: relative;
	height: 10%;
	text-align: center;

	
	
	
}


.Rotator
{
	clear: right;
	left: 0px;
	float: left;
	width: 95%;
	margin-right:2%; 
	margin-bottom:10%; 
	text-align: justify;
	
	  
}
#ProjectStatusTitle
{
	font-weight: bold;
	font-size: 90%;
	text-align:center ; 
	color: #ffffff;
	font-family: 'Arial Unicode MS' , 'Lucida Sans';
	background-color: #990033;
	width :100%; 
	margin-left:2%; 

}

#ProjectStatusContent
{
	
	
	
	font-weight: bold;
	font-size: 90%;
	
	width: 100%;
	color: #ffffff;
	
	
	
	font-family: 'Arial Unicode MS' , 'Lucida Sans';
	background-color: transparent;
	text-align:left ; 
	
	
	
	
}

#spanContent 
{
	
	font-size: 90%;
	width: 100%;
	color: #ffffff;
	font-family: 'Arial Unicode MS' , 'Lucida Sans';
	background-color: transparent;
	
	 margin-bottom: 35px;  
	 margin:1px;  

	
}
#Correo
{
	
	width: 103%;
    border-style: none ;  
	border-width:0em ;
	height:28em;  
	   
	 
}

.MailTexto
{
	width:85%;
	height:25%;  
	  
	}



/* sECCIN PAGINA BIO*/

.TituloText2
{
	display: inline;
	font-weight: bold;
	font-size: 15px;
	color: #ff0066;
	line-height: 20px;
	font-family: Algerian, 'Copperplate Gothic Light';
	position: relative;
	height: 2%;
}

.MainText2
{
	display: inline;
	font-size: 11pt;
color: #ff0066;
	position: relative;
	height: 90%;
	text-align: justify;
	
}

.Footer2
{
	
	display: inline;
	font-size: 12px;
	line-height: 20px;
	color: #ff0066;
	font-weight: bold;
	position: relative;
	height: 10%;
	text-align: center;

	
	
	
}

.Miro
{
    
    margin-left: 10px; 
    margin-bottom: 10px; 
    color: rgb(86, 81, 79); 
    font-family: 'Lucida Sans Unicode',Century Gothic; 
    font-size: 6.5pt; 
 
   
    
    }

/* Minis pagina de subida de archivos*/ 

TABLE
{
	/*font-size:10pt; 
	line-height:15pt;*/
}


/* Pagína CONTENPLAN*/

#SubMenuRecursos a:hover
{
    font-weight: bold;
}

#SubMenuRecursos a
{
    text-decoration: none; 
}




/* ContentSubMenu  */


/* Inicio Men Lateral*/


#MenuLatContentSubMenu
{
    display: inline;
    width: 120%;
    color: #660000;
    margin-left: -40px;
}

#MenuLatContentSubMenu ul li
{

	width: 100%;
	 font-weight: normal;
	
}


#MenuLatContentSubMenu li
{
   
  
  
    width: 100%;
  
    list-style-type: none;
    
  
    font-weight: normal;
}

#MenuLatContentSubMenu li a
{
	
	
	text-decoration: none;
color: #660000;
  
	
	
}


#MenuLatContentSubMenu li a:hover
{
	
	text-decoration: none;
	
}


.tab {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent url(images/etiqueta2.png) repeat scroll 0 0;
font-weight:bold;
color:#ffffff;
height:23px; 
padding:12px 0 0;
width:100%;
text-align: center;
float:right;

margin-top:5px;


 
}

.MiniContent
{
	 BACKGROUND-IMAGE: url(images/fondo.png);
	 WIDTH: 95%;  
	 BACKGROUND-REPEAT: repeat-x;  
	 FLOAT: left;  
	 OVERFLOW: hidden; 
	 margin-bottom:5px; 
	 padding: 5px;
	 margin-left:3px;
	 
	
	
	
}


