/* ++++++++++++++++++++++++++++++++++ */
/* CSS optimizada para DISPLAY SCREEN */
/* ++++++++++++++++++++++++++++++++++ */
	
html {
    color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
    text-align: center;
    width: 100%;
	background: #f9fafc url(../img_css/bkg_html.jpg) repeat-x top;
	}

body {
	margin: 0 auto;	
    margin-bottom: 5px;
    margin-top:10px;
    text-align: center;
	}
	
#contenedor{
   text-align: center;
   width: 770px;
   background: url(../img_css/bkg_body.png) repeat-y;
   margin: auto;
   font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
   font-size: 12px;
   }
	

#header_img {
	background: url(../img_css/hdr_bkgazul.png) transparent;
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	width: 770px;
	height: 105px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	z-index:10;
	}
	
#col_single{
	padding: 0;
	border: 0;
	margin-top: 0px;
	margin-right: 100px;
	margin-bottom: 40px;
	margin-left: 100px;
	width: 600px;
	text-align: left;
	height: 100%;
	z-index: 1;
	}


	
#col_principal{
	padding: 0;
	border: 0;
	margin-top: 20px;
	margin-right: 200px;
	margin-bottom: 40px;
	margin-left: 85px;
	width: 480px;
	text-align: left;
	height: 100%;
	z-index: 1;
	}

	
#col_principal .margin_left {
	margin-left: 50px;
	margin-bottom: 40px;
	}
	
#col_unica{
	padding: 0;
	border: 0;
	margin-top: 20px;
	margin-right: 150px;
	margin-bottom: 40px;
	margin-left: 100px;
	text-align: left;
	height: 100%;
	z-index: 1;
	}

#lateral {
	padding:0px;
	width: 175px;
	margin:20px 15px 0 0px;	
	width: 180px;
	border: 0;
	font-size:11px;
	text-align: left;
	line-height: 140%;
	background: transparent;
	height: 100%;
	float:right;
	}


#lateral ul{
   margin : 0 0 0 20px;
   padding: 0 0 0 0px;
   list-style:square;
   }
   
#lateral li{
	background: transparent;
	margin: 0 0 0 0px;
	padding: 0 0 0 0px;
	font-weight: bold;
	line-height:200%;
	}


#footer_img {
	background: url(../img_css/ftr_bkgazul.png) no-repeat;
	width: 770px;
	height: 60px;
	z-index:10;
	}



#footer_txt {
	clear: both; 
	text-align:center;
	position:relative;
	top:5px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#eaeaea;
	z-index:10;
	text-align:center;
	}
	 
#footer_txt a:active, #footer_txt a:link, #footer_txt a:visited {
  color: #999;
  text-decoration: none;
  }

#footer_txt a:hover {
  color: #fff;
  text-decoration: underline;
  }


	
H1, H2, H3, H4, H5, H6 {
	color:#000;
	font-family: Georgia, Times New Roman, Times, serif;
	font-family: Tahoma, Trebuchet MS, Arial, Helvetica, sans-serif;
	line-height: normal;
	font-weight:bold;
	font-size-adjust:inherit;
	font-style:normal;
	font-stretch:extra-condensed;	
	}
	
H1 {
	FONT-SIZE: 34px;
	TEXT-ALIGN:center;
	font-weight:bold;
	}
	
H2 {
	FONT-SIZE: 24px;
	TEXT-ALIGN:center;
	}
	
H3 {
	FONT-SIZE: 18px;
	TEXT-ALIGN:center;	
	}
	
H4 {
	FONT-SIZE: 16px;
	TEXT-ALIGN:center;	
	}
	
H5 {
	FONT-SIZE: 14px;
	}
	
H6 {
	FONT-SIZE: 13px;
	}
	
.TxtRed {COLOR:#F00;} 
.TxtBlue {color: #039;}
.BkgYellow {background-color: #FF0;}
.TxtSmall {FONT-SIZE:11px;}


H3.right {
	text-align:right;
	}
	
H3.left {
	text-align:left;
	}


			#media
			{
			   margin-top: 40px;
         }
			#noUpdate
			{
				margin: 0 auto;
				font-family:Arial, Helvetica, sans-serif;
				font-size: x-small;
				color: #cccccc;
				text-align: left;
				width: 210px; 
				height: 200px;	
				padding: 40px;
			}
/*
	
#form_box {
	padding:20px;
	padding-top:0px;
	border:3px #000 dashed;
	background-color: #f1f1f1;
	BORDER-COLLAPSE: collapse;
	width:90%;
	text-align:center;}

form {
	padding:0 20px 20px 50px;
	background: transparent;
	text-align:left;
	}

label {
	/*display: block;* /
	}
	
.campo {
	width:200px;
	} 
	
#copyLeft {
  text-align: center;
  color: #868f98;
  vertical-align: middle;
  font-size: 12px;
  margin: 25px 0;
}

/*
3. Una pequeña pista para simular una tabla. Debes tener un DIV que haga las veces del elemento TABLE. Para simular una fila (elemento TR) debes utilizar un DIV. Y las columnas de esa fila (elemento TD) debes simularlas mediante etiquetas SPAN.
* /

.frm_fila {
	width:100%;
	margin-bottom: 20px; 
	}

.frm_columna_a {
	width:80px;
	text-align:left;
	margin:3px 0 0 0;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	font-weight:bolder;
	float: left;
	}

.frm_columna_b {
	width:auto;
	text-align:left;
	}
 
.frm_send {
	width:auto;
	text-align:left;
	margin-left:80px;
	}
	

#ftr_repe, #ftr_peker {
	display:block;
	height:310px;
	text-align: center;
    }
	
#ftr_peker {
	float:left;
	width:50%;
	}
	
#ftr_repe {
	width:50%;
	float:right;		
	}
	
.posdata {
	display:block;
	float:left;
	text-decoration:underline;
	text-transform:uppercase;
	font-weight:bold;
	FONT-SIZE:1.5em;
	width:80px;
	height:20px;
	}


.posdatatxt {
	display:block;
	padding:5px;
    position: relative;
	margin-left:80px;		
	width:390px;
	margin-bottom:20px;
	}

	