﻿.registracion
{
    margin-left: 40px;
}

.registracion .tituloBarra
{
    background-image: url(buscar/fondo_negro_titulo.png);
    background-repeat: no-repeat;
    width: 737px;
    height: 31px;
    font-family: Arial;
    font-size: 16px;
    font-weight: bold;
    color: White;
    line-height: 31px;
    text-indent: 10px;
    margin-top: 15px;
}

.registracion .subTitulo
{
    background-color: #E0E5EB;
    width: 737px;
    height: 32px;
    line-height: 32px;
    font-family: Arial;
    font-size: 14px;
    font-weight: bold;
    color: #434343;
    text-indent: 10px;
    margin-top: 15px;
    margin-bottom: 5px;
}

.registracion .subseccionTit
{
    font-family: Arial;
    font-size: 16px;
    font-weight: bold;
    color: White;
    background-color: #A8B726;
    width: 737px;
    line-height: 23px;
    text-indent: 10px;
    margin: 5px 0 5px 0;
    float: left;
}

.registracion .contenidoDatosUsuario
{
    background-image: url(registration/fondo_degrade_datos_usuario.png);
    width: 737px;
    height: 131px;
    float: left;
    padding-top: 10px;
}

.registracion .contenidoDatosPersonales
{
    background-color: #E8ECF0;
    width: 737px;
    height: 355px;
    float: left;    
}

.registracion .campos
{
    margin-left: 55px;
    margin-top: 12px;
    font-family: Verdana;
    font-weight: bold;
    font-size: 11px;
    color: #0096C4;    
}

/*estructura*/
.registracion .campos label
{
    display: block;
    float: left;
    width: 150px;
}
.registracion .campos input, .registracion .campos label, .registracion .campos textarea, .registracion .campos select
{
    margin: 5px 5px 5px 0;
}
.registracion .campos input, .registracion .campos label
{
    height: 16px;
}

.registracion .campos input
{
    width: 245px;
    border: solid 1px #DBE4E5;
}

.registracion .campos textarea
{
    width: 245px;
    border: solid 1px #DBE4E5;
}
.registracion .campos select
{
    width: 245px;
    border: solid 1px #DBE4E5;
}

.registracion .campos label
{
    width: 150px;
}
.registracion .campos textarea
{
    height: 7em;
}

.registracion .campos br
{
    clear: left;
}

.registracion .campos .lblMsg
{
    font-family: Verdana;
    font-weight: bold;
    font-size:11px;
    color: #7B7B7B;
    margin-left: 155px;    
}

.registracion .camposobligatorios
{
    font-family: Verdana;
    font-weight: bold;
    font-size: 11px;
    color: #7B7B7B;
    float: left;
    clear: both;
    padding: 0;
}
.registracion .camposobligatorios span
{
    color: #0096C4;
}

.registracion .campos .botonera .btsend
{
    background-image: url(registration/boton_crear_cuenta.png);
    background-repeat: no-repeat;
    width: 157px;
    height: 21px;
    margin: 15px 0 15px 200px;
}

.registracion .textoerror
{
    width: 715px;
    height: auto;
    padding: 10px;
    border: solid 1px #FF0000;
    background-color: #F8F8F8;
    font-family: Verdana;
    font-weight: bold;
    font-size: 11px;
}

.registracion .textoerror .lblTituloError
{
    font-family: Arial;
    font-size: 14px;
    color: #FF0000;
    margin-bottom: 8px;
}

.registracion .asterisco
{
    margin: 0 5px 0 5px;
    color: #FF0000;
    font-family:Arial;
    font-size: 12px;
}

.graciasReg
{
    width: 737px;
    background-color: #E0E5EB;
    margin-top: 10px;
    padding: 10px 0  15px 0;
    font-family: Arial;
    font-weight: bold;
    color: #0096C4;    
}

.graciasReg .grande
{
    font-size: 18px;    
    margin-left: 10px;
    margin-bottom: 0px;
}

.graciasReg .chico
{
   font-size: 14px;
   margin-left: 12px;
   margin-bottom: 0px;
}

/* Select jquery */

.jquery-selectbox {
	position: relative;
	height: 16px;
	border: 1px solid #DBE4E5;
	
	z-index: 0;
	float: left;
	display: inline;
	margin: 4px 4px 4px 0;	
	color: #434343;
	padding: 0;
	background-color: #FFFFFF;
	font-weight: normal;
}
.jquery-selectbox.selecthover {
	border-color: #DBE4E5;
	background-color: #FFFFFF;	
	z-index: 700;
}	
.jquery-selectbox .jquery-selectbox-currentItem {
	padding: 3px 0px 0px 3px;
	white-space: nowrap;
	display: block;
	overflow: hidden;
	margin-right: 3px;
}

.jquery-selectbox .jquery-selectbox-list {
	display: none;
	position: absolute;
	top: 16px;
	padding: 2px;
	left: 0px;
	background: #ffffff;
	width: 100px;
	height: 120px;
	overflow-x: hidden;
	overflow-y: auto;
	z-index: 1000;
	border: 1px solid #DBE4E5;
}
.jquery-selectbox .jquery-selectbox-moreButton {
	/*
	position: absolute;
	top: 0px;
	right: 0px;
	*/
	float: right;
	background: url("registration/flecha_celeste_combo_desplegable.png");
	width: 20px;
	height: 16px;
	cursor: pointer;
}
.jquery-selectbox .jquery-selectbox-moreButton.morebuttonhover {
	background: url("registration/flecha_celeste_combo_desplegable.png");
}

.jquery-selectbox .jquery-selectbox-item.listelementhover {
	background: #0096C4;
	color: #ffffff;
}
.jquery-selectbox .jquery-selectbox-item {
	display: block;
	cursor: default;
}

/** ERROR classes **/
form .error .jquery-selectbox {
	color: #d00;
	border-color: #d00;
}

/*FIN Select jQuery*/
