/*
	CSS - Screen
	Javier Gonzalez, Rafael Pastor
	TechTour consulting  -- http://www.techtourconsulting.com
	07 - 2006
*/

body{
	margin:0px;
	text-align:center;
	font-size: 90%;
	background-image: url(/images/background.gif);
	background-repeat: repeat-y;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	padding-bottom: 40px;
	background-position: center;
}

#contenedor {
	width: 765px;
	margin: auto;
	padding:0px 35px 0 0;
	text-align:justify;
}

.categorias{
   text-align:left;
}

.categorias a{
	color: #C5700A;
	text-decoration: none;
}

.categorias a:hover{
    text-decoration: underline;
	color: #C5700A;
}



ul{
   padding: 0;
	}
	
li{
   margin: 15px 0 15px 20px;
   padding-left: 2px;
  }
	
li a{
   color:#000000;
	text-decoration:none;
	}
li a:hover{
    color: #C5700A;
    text-decoration:underline;
	}
	
li a:link
{
   text-decoration:underline;
}	

li a:visited
{
   text-decoration:underline;
}	

#cabecera {width:755px;float:left;margin:10px 15px -5px 0px;height: 120px;}	
#cabecera img{float: left;margin-left: 30px;border: 0;}
#banderas{
      float: right;
      margin-right: 5px;
      border: 0;
	  margin-top: 6px;	  
}

#validacion{
      float: right;
      margin-right: 0px;
      border: 0;
	  margin-top: -7px;	  
}


h1 {
	width: 320px;
	float: right;
	margin-top: 20px;
	font-size: 25px;
	font-family: Georgia, Arial, Times, serif;
	color: #707070;
	background-color:#FFFFFF;
	font-weight: normal;
	text-decoration: none;
	text-align: right;
}

h2 {
	width: 500px;
	float: right;
	font-weight: normal;
	margin-top: 0px;
}

h2 a{
	background-color: #FFEDC5;
	padding-right: 5px;
	padding-left: 30px;
	text-align: right;
	color: #C5700A;
	font-size: 20px;
	float: right;
	margin-left:10px;
	}

h3 {
   font-size: 12px;
	float: left;
	font-weight: bold;
	margin-bottom: 5px;		
}	

h3 a{
	color: #000000;
	text-decoration: underline;
	background-color:#FFFFFF;
}

h3 a:hover{
    text-decoration: underline;
	 color: #C5700A;
	 background-color:#FFFFFF;
}



h4 {	
    color: #905106;
	font-size: 12px;
	font-weight: normal;
    text-align: justify;
}

h4 a{
   color: #000000;
	font-size: 12px;
}

h4 a:link{
    color: #C5700A;
}
h4 a:visited{
    color: #C5700A;
}

h5 a{
    color: #C5700A;
	font-size: 9px;
	font-weight: normal;
	text-decoration: underline;
	
}

h5 a:hover{
    color: #000000;
}

h6 {
    color: #000000;
	font-size: 15px;
	font-weight: bold;
	margin:5px;
}

h6 a{
    color: #C5700A;
	font-size: 13px;
	font-weight: normal;
}

h6 a:link{
	text-decoration: underline;
}

h6 a:hover{
    color: #000000;
}

h7 a:link{
  color: #000000;
  text-decoration: underline;
}
h7 a:hover{
  color: #C5700A;
}

.seccion{
	border-top: 1px solid #C5700A;
	float:right;
	width: 95%;
	padding-top: 2px;
	margin-left: 15px;
	margin-bottom: 40px;
}

.texto1
{
	color:#C5700A;
}

.texto1:hover
{
	color:#000;
}

.subseccion{
	float: left;
	width: 145px;
	margin: 20px 0px 10px;
	font-weight: normal;
	padding-right: 35px;	
}

.subseccion2{
	float: left;
	width: 185px;
	height:220px;
	margin: 40px 0px 10px;
	font-weight: normal;
	padding-right: 35px;
	text-align: justify;
}

.subseccion3{
	float: left;
	width: 145px;
	height:440px !important;
	height:460px;
	margin: 0px 0px 10px;
	font-weight: normal;
	padding-right: 35px;
	text-align: justify;	
}

.noticias{
	float: left;
	width: 500px;
	margin: 0px 0px 10px;
	font-weight: normal;
	padding-right: 35px;
}

.subseccion img{
	border: 0;	
}

.subseccion2 img{
	border: 0;	
}

.resumen{
   float: left;
   width: 95%;
   margin-top: 5px;   
}

.boton1{
   float: left;
   width: 95%;
   margin-top: 25px; 

}

/* FORMULARIO */
fieldset {
   float:left;
	width: 95%;
	border-width: 0px;
	margin: 5px 0px 0px 0px;
	}

	
input, select, textarea {
	font: 11px/16px Verdana, Geneva, Arial, Helvetica, sans-serif;
	border: 1px solid #000;
	}
	
#datos_personales div {
	margin: 0px 0px 5px 0px;
	height: 20px;
	background-color: #F2F1F6;
	color: #000;
	}

#datos_personales label {
	display: block;
	float: left;
	clear: both;
	width: 180px;
	text-align: right;
	margin: 3px 5px 0px 0px;
	}

#datos_personales input {
	display: block;
	float: left;
	width: 360px;
	height: 15px;
	color: #666;
	border:1px #000000;
	background-color: #FFF;
	padding: 2px 0px 0px 0px;
}

#datos_personales textarea {
	display: block;
	float: left;
	width: 360px;
	height: 55px;
	color: #666;
	border:1px #000000;
	background-color: #FFF;
	padding: 2px 0px 0px 0px;
}

	
#datos_login div {
	margin: 0px 0px 5px 0px;
	height: 15px;
	background-color: #F2F1F6;
	color: #000;
}

#datos_login label {
	display: block;
	float: left;
	clear: both;
	width: 30px;
	text-align: right;
	margin: 3px 5px 0px 2px;
	}

#datos_login input {
	display: block;
	float: right;
	width: 90px;
	height: 15px;
	color: #666;
	border:1px #000000;
	background-color: #FFF;
	padding: 2px 0px 0px 0px;
	margin: 0px 4px 0px 0px;
}

#enviar div {
	margin: 0px 0px 0px 0px;
	height: 27px;
	background-color: #DCDAE3;
	color: #000;
	}
#enviar input {
	display: block;
	float: left;
	width: 100px;
	height: 22px;
	color: #FFF;
	font-weight:bold;
	background-color: #FF9900;
	margin:2px 0px 0px 0px;
}

#enviar2 div {
	margin: 0px 0px 0px 0px;
	height: 22px;
	background-color: #DCDAE3;
	color: #000;
	}

#enviar2 input {
	display: block;
	float: left;
	width: 80px;
	height: 18px;
	color: #FFF;
	font-weight:bold;
	background-color: #FF9900;
	margin:2px 0px 0px 0px;
}


.subseccion ul li {
  text-align: justify;
}

.h2page {
	width: 700px;

	font-weight: normal;
	margin-top: 0px;
}

