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

.fondo5{
	background-image:url(../../img/registro/fondo5.jpg);
	background-repeat:no-repeat;
}
.fondo4{
	background-image:url(../../img/registro/fondo4.jpg);
	background-repeat:no-repeat;
}
.fondo2{
	background-image:url(../../img/registro/fondo3.jpg);
	background-repeat:no-repeat;
}
.fondo_programa{
	background-image:url(../../img/registro/fondo_programa.jpg);
	background-repeat:no-repeat;	
}
.fondo{
	background-image:url(../../img/registro/fondo.jpg);
	background-repeat:no-repeat;
}
.fondo_programa2{
	background-image:url(../../img/registro/fondo_programa2.jpg);
	background-repeat:no-repeat;	
}
.texto{
	 color: #747474;
 	 font-size: 13px;
  	 font-family: arial, helvetica, sans-serif;
 	 font-weight: bold;
 	 text-align:left;
}
.texto1{
	 color: #747474;
 	 font-size: 12px;
  	 font-family: arial, helvetica, sans-serif;
 	 /*font-weight: bold;*/
 	 text-align:left;
}
.hora{
	 color: #606060;
 	 font-size: 13px;
  	 font-family: arial, helvetica, sans-serif;
 	 /*font-weight: bold;*/
 	 text-align:left;
	 vertical-align:top;
	 padding-bottom:3px;
	 padding-top:3px;
}
.hora2{
	 color: #D6D6D6;
 	 font-size: 13px;
  	 font-family: arial, helvetica, sans-serif;
 	 /*font-weight: bold;*/
 	 text-align:left;
	 vertical-align:top;
	 padding-bottom:3px;
	 padding-top:3px;
}
.texto3{
	 color: #747474;
 	 font-size: 13px;
  	 font-family: arial, helvetica, sans-serif;
 	 /*font-weight: bold;*/
 	 text-align:left;
	 vertical-align:top;
	 padding-bottom:3px;
	 padding-top:3px;
}
.texto2{
	 color: #ffffff; /*F2F2F2;*/
 	 font-size: 13px;
  	 font-family: arial, helvetica, sans-serif;
 	 font-weight: bold;
 	 text-align:left;
} 
.texto4{
	 color: #F2F2F2;
 	 font-size: 13px;
  	 font-family: arial, helvetica, sans-serif;
 	 /*font-weight: bold;*/
 	 text-align:left;
	 vertical-align:top;
	 padding-bottom:3px;
	 padding-top:3px;
}
.audi{
	 color: #FFF;
 	 font-size: 10px;
  	 font-family: arial, helvetica, sans-serif;
 	 font-weight: bold;
 	 text-align:center;
	 padding-bottom:3px;
}
.direccion{
	 color: #FFF;
 	 font-size: 10px;
  	 font-family: arial, helvetica, sans-serif;
 	 font-weight: bold;
 	 text-align:center;
	 padding-bottom:3px;
}
.subti{
	 color: #333;
 	 font-size: 12px;
  	 font-family: arial, helvetica, sans-serif;
 	 font-weight: bold;
 	 text-align:center;
	 padding-bottom:3px;
}
.subti2{
	 color: #CCC;
 	 font-size: 12px;
  	 font-family: arial, helvetica, sans-serif;
 	 font-weight: bold;
 	 text-align:center;
	 padding-bottom:3px;
}
.titulo{
	 color: #333;
 	 font-size: 20px;
  	 font-family: arial, helvetica, sans-serif;
 	 font-weight: bold;
	 text-align:center;
	 padding-left:180px;
 	 text-align:left;
}
.titulo2{
	 color: #CCC;
 	 font-size: 20px;
  	 font-family: arial, helvetica, sans-serif;
 	 font-weight: bold;
	 text-align:center;
	/* padding-bottom:5px;*/
}
.campo{
	 font-size:13px;
/* 	 border: 1px solid #999999; */
 	 /*height:14px;*/
 	 width:260px;
	 font-weight:normal;
	 font-family:Arial, Helvetica, sans-serif;
}

.campo2{
	 font-size:13px;
/* 	 border: 1px solid #999999; */
 	 /*height:14px;*/
 	 width:60px;
	 font-weight:normal;
	 font-family:Arial, Helvetica, sans-serif;
}

.campo3{
	 font-size:13px;
/* 	 border: 1px solid #999999; */
 	 /*height:14px;*/
 	 width:160px;
	 font-weight:normal;
	 font-family:Arial, Helvetica, sans-serif;
}
a:link, a:visited {
	color: #BFE1FF; 
	text-decoration: none; 
	font-weight: bold;
}

a:hover {
	color: #8CC6FF; 
	text-decoration: none;
	font-weight: bold; 
}
div.imgRegistrar{
	background-image: url(../../img/registro/registrar.png);
	background-repeat:no-repeat;
	background-position: center top;
	text-align:center;
	height: 22px;
	width:  122px;
	cursor: pointer;	
	margin-left:10px;
	margin-top:10px;
}
div.imgCancelar{
	background-image: url(../../img/registro/cancelar.png);
	background-repeat:no-repeat;
	background-position: center top;
	text-align:center;
	height: 22px;
	width:  122px;
	cursor: pointer;	
	margin-left:10px;	
	margin-top:10px;
}
