/***********************************************/ 
/*               CSS ETYTEC 2008               */
/* CSS2 style sheet  ++++  XHTML tag styles    */
/*          Edited with HTML Kit               */
/*    Hugo Enrique Flores González             */
/*           lenox21@gmail.com                 */
/***********************************************/ 
/* HTML tag styles                             */
/***********************************************/

@charset "UTF-8";
/* CSS Document */

html{
height: 100%;
overflow-x:hidden;
overflow-y: scroll;
}

body {
	font:normal 10pt Arial;	
	text-align: center;
	background:#00496C url(../images/fondo2.jpg) repeat-x left top;
  overflow-y: hidden;
	padding:0px;
	margin:0px;
}

img{border: 0px;}
strong{font-weight:bold;}
em{font-style:italic;}

#pagecontainer{
	margin:0px auto 21px auto;
	padding:0px 0px 0px 0px;
	width: 780px;
	text-align: left;
	display:block;
	background:#F2F2F2;
}
a:link {
	color: #000;
	text-decoration: none;

}
a:visited {
	color: #000;
	text-decoration: none;

}
a:hover {
	color: #000;
	text-decoration: underline;
}
/* overrides decoration from previous rule for hovered links */
h1, h2, h3, h4, h5, h6 {
	font-stretch:narrower;
	font-style: normal;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
  font:bold 13pt Arial;
	color:#000;
}
h1{
 margin: 0px 0px;
 padding: 0px;
 text-transform: normal;
 font-weight: bold;
 color:#000;
}	h1 a:link, h1 a:visited  {
	 color:#000;
	 text-decoration: none;
	}	h1 a:hover  {
	 color:#000;
   text-decoration: none;
	}
text-transform: uppercase;  
text-align: left;}ul{ list-style-type: square;}



ul ul{ list-style-type: disc;}ul ul ul{ list-style-type: none;}p{ margin    : 5px 0px;}form { margin: 0; padding: 0;}


hr {  clear: both; width:560px; margin-left:20px;}


/***********************************************//* Layout Divs                                 
*//***********************************************//* Segment One */

#segment1 {
  clear:both;
	width:780px;
	height:313px;
  color:#000;
	padding:0px 0px 0px 0px;
	margin:0px;
	overflow:hidden;
	float:left;
	background:#000;
	border-bottom:1px solid #C9CACE;
}


#intro{
	padding: 0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	width:515px;
	height: 238px;
	float:left;
	overflow:hidden;
}


/* Segment Two */
#segment2 {
  clear:both;
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background:#FFF;
	color:#000;
  overflow:hidden;
	border-top:1px solid #F8FAF9;	
	border-bottom:2px solid #FFF;	
}
#columna-izquierda #segment2 {
	background:#FFF url(../images/bg_segment2.jpg) repeat-y -7px 0px;
}
	#left_column {
		width: 152px;
		float: left;
		padding:0px 2px 5px 0px;
/*		position:relative;
		z-index:1;*/
		margin:0px 0px 0px 0px;
		color:#000;
	}
	#right_column {
		width: 195px;
		float: right;
		padding:1px 0px 0px 0px;
		position:relative;
		z-index:1;
		margin:0px 0px 0px 0px;
    background:#FFF;		
		color:#000;
		background:#FFF url(../images/bg_segment2_right.jpg) repeat-y right bottom;		
	}	
#searchbox{
	 background:#2D2F2E;
	 color:#FFF ;	
	 width: 175px;
	 padding:5px 10px 10px 10px;
	 position:relative;
	 margin-bottom:1px;
}	
#searchbox input#searchimg{ 
  border:0px solid #000;
	position:relative;
	z-index:1;
	position:relative;
	margin:0px 0px -3px -3px;
}
.cajas_input{
	 width: 143px;
	 height:17px;
}
#searchimg{
   position:relative;
	 z-index:1;
	 margin-top:6px;
}
#principal {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 10px 0px;
	float:right;
	width:152px;
	height:auto;
}

.menu-left {
  margin: 0px 0px 0px 0px;
  padding: 10px 0px 10px 0px;
	float:right;
	list-style-type: none;
	width:152px;
	height:auto;
	font:normal 9pt Arial;
}
		.menu-left li {
			margin: 0px;
			padding: 4px 0px 4px 0px;
			margin-left:0px;
			list-style-type: none;
			float: right;
			width:152px;
		  text-align:left;
			position:relative;
			background:#2D2F2E url(../images/lineaseparacion_submenus.jpg) no-repeat left bottom;						
		}
			.menu-left  li a,.menu-left  li a:link, .menu-left  li a:visited {
				color:#FFF;
				padding: 3px 0px 3px 17px;
				position:relative;
				z-index:1;
				margin:0px 0px 0px 0px;
				width:120px;
				display:block;
				background:#2D2F2E url(../images/dot23.jpg) no-repeat 0px 1px;
				float:right;
				text-transform:uppercase;
			}
			.menu-left li a:hover {
 			   color: #F7B320 ;
				 text-decoration:none;
			}			
			
			
ul.menu-left ul{
   position:absolute; /* Esta posición es relativa al <li> que contiene a este <ul> */
   left:152px; /* Para que no monte sobre el <li> */
   top:-2px;
   display:none;
   list-style:none;
	 background:#2D2F2E;
	 z-index:10000;
	 margin:0px;
	 padding:0px;
	 font:normal 8pt Arial;
	 border:1px solid #FFF;
}
ul.menu-left li:hover > ul{
   display:block;
}
			ul.menu-left li  ul li{
				z-index:10000;
			}		
			ul.menu-left li ul li a,ul.menu-left  li ul li a:link, ul.menu-left  li ul li a:visited {
				z-index:10000;
			}
/*********************************************/
	.categories ul {			
	  list-style-type: none;			
		margin: 0px;			
		padding: 0px;			
		font-size: 90%;		}		
		.categories p {			
		margin: 0px;			
		padding: 3px;			
		font-size: 85%;		}			
		.subcategory, li.subcategory, li.subcategory, .categories ul li {				
		width: 29%;				
		float: left;				
		padding: 5px 1%;				
		margin: 2px 0;				
		text-align:left;			}				
		.subcategory a, .categories ul li a {
				   background: url(../images/dot.jpg) no-repeat 2px 5px;
				   padding-left: 13px;
				}    /* Bars */	
				.a3columns {
		width: 33%;
		float: left;
	}
	.a2columns {
		width: 46%;
		float: left;
		margin: 0px;
		padding: 2px 0px 0px 0px;
	}
	.a4columns {
		width: 110px;
		float: left;
		taxt-align:center;
		overflow:hidden;
		padding-right:8px;
		padding-left:8px;
		padding-bottom:8px;
	}
	#columnas{
		width: 530px;
		float: left;
		taxt-align:center;
		overflow:hidden;
		padding:0px 30px 0px 30px;
	}	
	
		/* C2 end */.properties {	padding: 2px;	clear: both;	font-size:9px;	display: block;	text-align:left;	font-style:italic;	margin-top: 0px;	margin-bottom: 0px;	padding-top: 0px;	padding-bottom: 0px;}.attachments, .attachments_imgs {	padding: 3px 0 0 0;	clear: both;	display: block;}	.attachments ul, .attachments_imgs ul {	  margin: 0px;	  padding: 2px;      list-style-type: none;	}	.attachments li, .attachments_imgs li {	    list-style-type: none;	    background-image: url(../images/dot3.jpg);		background-repeat: no-repeat;		background-position: left;		margin-left: 5px;		padding-left: 15px;	}.attributes {	padding: 0;}	.attributes h3 {	  display: none;	}	.attributes ul {	  margin: 0px;	  padding: 2px;      list-style-type: none;	}	.attributes li {	    list-style-type: none;	}
		.end {	clear: both;	padding: 0px;	margin:0px;
	
	height:1px;
	
	overflow:hidden;}#SimplePanel, #HiddenPanel {	clear: both;	width: 300px;	font-size:100%;	padding: 4px;	margin: 10px;	display:block;	text-align: left;	border: 1px solid #3F3F3F;	margin-left: auto;	margin-right: auto;}	#SimplePanel a, #HiddenPanel a {	   background-image: url(../images/dot.jpg);	   background-repeat:no-repeat;	   background-position: 1px 3px;	   padding-left: 10px;	}/* C1 end */

/************* #siteInfo styles ***************/
#siteinfo{
	padding: 2px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	color:#000;
	width:780px;
	height: auto;
	position:relative;
	z-index:1;
	 background:#2D2F2E;
	float:left;
	overflow:hidden;	
}

	#smartt{
     color:#000;
	 	 padding: 5px 5px 0px 5px;
     float:right;
		 width:290px;
		 height:21px;
		 margin:0px 0px 0px 0px;
		 overflow:hidden;
		 position:relative;
		 z-index:1;
		 font:normal 8pt Arial;
		 text-align: right;	
	}
	#smartt a,#smartt a:link,#smartt a:visited{
	color: #FFF;
	text-decoration:none;
	}
	#smartt a:hover{	
	color:#FFF;
	text-decoration:underline;
	}	

	#copyright{
     color:#FFF;
	 	 padding: 5px 5px 0px 5px;
     float:left;
 		 text-align: left;		 
	 	 margin: 0px 0px 0px 0px;
     width:460px;
		 height:21px;
		 overflow:hidden;	
		 font:normal 8pt Arial;
	}
/* General Customize */
	.indent {
    margin: 0px 0px 0px 0px;
		padding:0px 0px 0px 0px;
		clear:both;
}
.giveme5 {    margin: 5px;
		
		background-color:#EAEAEA;}.icons {	text-align: center;    margin: 5px;	display: block;}.more, .more:link, .more:visited {
	font-size: 90%;
	clear:both;
	margin-top: 5px;
	background-image: url(../images/more.jpg);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 25px;
	vertical-align: middle;
  display:block;
}.more1, .more1:link, .more1:visited, .more2, .more2:link, .more2:visited, a.details:link, a.details:visited {
	font-size: 90%;
	font-weight: bold;
	clear:both;
	margin-top: 5px;
	margin:0px;
	background-image: url(../images/more.jpg);
	background-repeat: no-repeat;
	background-position: left;
  padding: 2px 0px 2px 0px;
	vertical-align: middle;
	text-align: right;
	display:block;
}
a.order {    
  background-image: url(../images/dot4.jpg);	
	background-repeat:no-repeat;	
	background-position: 1px 3px;	padding-left: 12px;
}
	
.fecha {	
  color: #333333;	
	margin: 2px;	
	padding-right: 10px;	
	float: right;
}



.box {	border: 1px solid #cccccc;	padding: 3px;	margin: 5px;	clear: both;}
.resume {	padding: 2px;	margin: 2px;	float: right;	border: 1px solid #3F3F3F;	width: 140px;}
/************** .story styles *****************/
.thumb {  width: 165px;  display:block;  float:left;  text-align:center;  padding:3px;  margin: 3px 6px 3px 0px;  border: 1px solid #EEEEEE;}
.doc_sep {  clear:both;  padding: 5px 0 0 0;  margin: 0;  border-bottom: 1px solid #cccccc;}
.sep {  clear:both;  border-bottom: 1px solid #B3B3B3;  font-size:10%;  margin: 5px 10px;}
.sep1 {  clear:both;  border-bottom: 1px solid #AEAEAE;  font-size:3%;height:2px;}
.sep2 {  clear:both;  border-bottom: 1px solid #AEAEAE;  font-size:50%;  margin-bottom: 5px;}
.sep3 {  clear:both;	height:4px;}
.borderwhite {  
  clear:both;	
	border-bottom:2px solid #FFFFFF;
}
.vsep {  border-left: 1px solid #CCCCCC;  height: 1px;  margin-left: 5px;  padding-left: 5px;}/************** Custom Classes ***********************************/input, select, textarea { border:1px solid #000; font-size: 11px; margin: 1px;}/* aqui van los tabuladores de las tablas de planes...*/


.tabulador {  border-bottom : 1px solid #CCCCCC;  border-left: 1px solid #CCCCCC;  font-size: 85%;  font-size: 10px;  color: #000;  margin: 3px;
	
	margin:0px auto 0px auto;}.tabulador td {  border-top : 1px solid #CCC;  border-right: 1px solid #CCC;}.tabulador th {  text-align:left;  border-right: 1px solid #CCC;
border-top : 1px solid #CCC;
}.tabulador select {  font-size: 10px;  color: #333333;  text-decoration: none;  border: 1px solid #333333;  margin: 3px;}

.freetable {  border-bottom : 1px solid #CCC;  border-left: 1px solid #CCC;  font-size: 100%;}

.freetable td {  border-top : 1px solid #ffffff;  border-right: 1px solid #ffffff;}.buttons { background-color: #7897A0;border:0px;
 font-size: 12px; font-weight:bold; color:#0E0F3F; text-transform: uppercase;}.imgbuttom {
 border: 0px;
 vertical-align: middle;
}.hiddendiv {
 display: none;
}.radio {
 border: 0px;
 padding: 0px;
 margin: 0px;
}
#home #content,
#default #content{
	width: 581px;
	height:auto;
	margin: 0px 0px 0px 0px;
	padding: 1px 1px 5px 1px;
	float: left;
/*	position:relative;
	z-index:1;*/
	color:#000;
	font:normal 9pt Arial;
	overflow:hidden;
}
#content{
	width: 424px;
	height:auto;
	margin: 0px 0px 0px 0px;
	padding: 1px 0px 5px 0px;
	float: left;
/*	position:relative;
	z-index:1;*/
	color:#000;
	font:normal 9pt Arial;
	overflow:hidden;
}
#content div.margen{
  width: 96%; 
	padding-left: 10px;
}
#content h1{
		 color:#000;
		 padding: 5px 0px 0px 5px;
		 display:block;
		 clear:both;
		 text-align: left;
		 width:99%;
		 font:bold 13pt Arial;
		 text-transform:uppercase;
	}
#content h2{
		 color:#000;
		 padding: 5px 0px 0px 5px;
		 display:block;
		 clear:both;
		 text-align: left;
		 width:99%;
		 font:bold 10pt Arial;
		 text-transform:uppercase;
	}
#content h3{
		 color:#000;
		 padding: 5px 0px 0px 5px;
		 display:block;
		 clear:both;
		 text-align: left;
		 width:99%;
		 font:bold 9pt Arial;
		 text-transform:uppercase;
	}
#content h4{
		 color:#000;
		 padding: 5px 0px 0px 5px;
		 display:block;
		 clear:both;
		 text-align: left;
		 width:99%;
		 font:bold 8pt Arial;
		 text-transform:uppercase;
	}
#content h5{
		 color:#000;
		 padding: 5px 0px 0px 5px;
		 display:block;
		 clear:both;
		 text-align: left;
		 width:99%;
		 font:bold 8pt Arial;
		 text-transform:uppercase;
	}
	
		#content h1 a:link, #content h1 a:visited{
			 color:#000;
			 display:block;
		}
		#content h1 a:hover {
			 color:#000;
		}
	#content .story {
		border-bottom:1px solid #C0C0C0;  
		float:left;
		display:block;
		clear:both;
		width:575px;
		padding:0px 3px 0px 3px;
		border:0px;
	}
		.story {
		padding: 5px 0px 5px 0px;
		clear: both;
		font-size: 100%;
		text-align:justify;
	}
	.story_gray{
		clear:both;
		padding: 2px;
	}		.story p{			margin: 0px;			padding: 0px 0px 5px 0px;		}		.story td {		   font-size: 100%;		}		
	
	
	.story table{		 font-size: 100%;		 margin: 0px 0px 0px 0px;		 padding: 10px 0px 10px 0px;		}
	#content table{position:relative;		 font-size: 100%;		 margin: 0px 10px 0px 8px; padding-left:1px;}	
	
td{padding-top:2px;}
	
	
	.note {		padding: 5px;		clear: both;		text-align: left;		font-size: 90%;		color: #ff0000;	}	.redmessage {		padding: 5px;		clear: both;		text-align: center;		font-size: 90%;		color: #AC1117;	}		.red {			color: #AC1117;		}	.centerblock {		padding: 10px;		clear: both;		font-size: 90%;	    text-align:center;	}		.centerblock table {			margin-left: auto;			margin-right: auto;			text-align: left;		}.breadcrumb {  margin-left: 3px;  font-size: 85%;}.ObjectAttributes, .ObjectAttribute, .AttributeName, .AttributeValue {  display: none;}.googleadsence {  margin: 5px 5px 0px 20px;  width: 175px;  height: 100px;}.boxtext {	border: 1px solid #F3C096;	background-color:#FEF7F1;	text-align:left;	padding:3px;	margin: 3px;}	.boxtext p {		text-align:left;	}.link_image_help {
	background: url(../images/ayuda-en-linea1.jpg) no-repeat left;
	width: 219px;
	height: 45px;
}.tinytable, .tinytable tr td {	font-size: 90%;}/* Fading Tooltips */#quickaccess {	padding: 5px;	margin: 0px;}/* new */
.indent .imgbuttom{
  float:right;
}

					#welcome{
						padding:0px 0px 0px 0px;
					}		
					div.informacion{
              padding:0px;
							margin:0px;
					}				div.labeledinput{
						  float:left;
							width:49%;
							color:#304692;
					}		
				div.labeledinput2,div#submitbutton{
						  float:left;
							width:98%;
							clear:both;
              color:#304692;
					}							
				div#errorinform{
						  float:left;
							width:98%;
							clear:both;
              color:#FF0000;
					}							
					
					em.note1{
					  font-size:80%;
						color:#EF9A03;
					}
					.imgbuttom_user{
					  margin-bottom:-3px;
						position:relative;
					}


				#content .imgcolumns h1{
						padding: 3px 0px 3px 0px;
						font-size:90%;
				}
				.imgcolumns{
						width: 18%;
						float: left;
						margin: 0px;
						padding: 0px;
						overflow:hidden;
				}
				.abstractcolumns{
						width: 80%;
						float: left;
						margin: 0px 0px 0px 0px;
						padding: 0px;
				}
	
				.resumenes{
						float: left;
						margin: 0px 0px 0px 0px;
						padding: 3px 4px 3px 0px;
						display:block;
						clear:both;
						width:580px;
						color:#363636;
						border-bottom:1px solid #ccc;
				}
				.resumen3{
					  float: left;
						margin: 0px 0px 0px 0px;
						padding: 3px 4px 3px 0px;
						display:block;
						clear:both;
						width:65%;
				}
				.title4{
				  font:bold 12pt Arial;
					color:#363636;
				}

				
				
	
				.path{
				 width:570px; 
				 height:auto;
				 clear:both;
				 display:both;
				 padding-left:10px;
			}			
			
		
			#formulario{
				 float:left;
				 width:550px;
				 text-align:left;
			}	
			#formulario table#form_{
				 float:right;
				 width:450px;
				 text-align:left;
				 border:1px solid #CCC;
				 padding-left:10px;
			}				
			
#formulario h5{
	padding:0px 0px 0px 10px;
	margin:0px;
	background:url(../images/dot29.jpg) no-repeat 0px 0px;
	font:bold 11pt Arial;
}	

