﻿
.formulario_registro{
	clear:both;
	margin-top:15px;
}
.formulario h2, .formulario h3{color:#173E2E;}

	.formulario_registro legend{
		color: #666;
		font-size: 13px;
		font-weight:bold;
		margin-bottom:20px;
	}
.formulario_registro ul li
{
    list-style: none;
    text-align: left;
    margin: 10px 0 ;
	display:table;
	width:100%;
}

.formulario_registro ul li .form_label
{
    margin: 0 15px 0 0;
    font-size:12px;
    float: left;
    width:26%;
	color:#666;
	font-weight:normal;
}

.formulario_registro ul li .form_field 
{
        background-color: #E8E8E8;
    border: 1px solid #CCCCCC;
    height: 19px;
    margin-right: 91px;
    width: 49%;
}

.sfield
{
    width:24% !important;
    }
    
.formulario_registro .clear li .form_select
{
    width: 300px;
    float: left;
    margin: 0 10px 0 0;
}
.formulario_registro .clear li .form_label /*cambio*/
{
	text-align:right;
}
.formulario_registro .clear li .form_label, .formulario_registro .clear li .form_field, .formulario_registro .clear li .form_field1
{
	color:#333;
    width: 149px;
}

.formulario_registro ul li input:hover, .formulario_registro ul li input:focus
{
    border: 1px solid #888;
}

.formulario_registro textarea
{
    width: 780px;
    clear: both;
    margin: 0 0 0 0;
    min-height: 130px;
}


.formulario_registro li
{
    display: block;
    margin: 0 0 10px;
}

.formulario_registro .boton_form li
{
    width:100%;
    }
.formulario_registro .signin_submit{margin-top:10px!important;}

.formulario_registro .LOPD, .TextoCondicionesLegales
{
    color:#666!important;
    font-size:11px!important;
    line-height:1.2em!important;
    padding-left:0px;
}
.registro .TextoCondicionesLegales{   padding-left:0px;}
.formulario_registro .boton_form input {
background: url("/portals/0/skins/rivisa/img/bt_bg34.png") repeat-x scroll 0 0 transparent;
border: 1px solid #E4DEDE;
border-radius: 2px 2px 2px 2px;
color: #666666;
cursor: pointer;
height: 36px;
margin-right: 7px;
padding: 0 13px;
font-size:14px;
}

.formulario_registro .boton_form input:hover{color:#333; box-shadow:-2px 2px 8px rgba(0, 0, 0, 0.3); text-decoration:none}


.registro h3{
    background: url("/portals/0/skins/rivisa/img/h2_bg.png") repeat-x scroll 0 2px transparent;
    border-top: 1px solid #EFEEEE;
    display: block;
    height: 33px;
    padding-top:13px;
    padding-left:10px;
   
}
.registro p{padding:5px; color:#666; font-size:12px; padding-left:15px}
.registro .formulario_registro{padding-left:15px}
.registro .formulario_registro a{color:#666; text-decoration:underline}
.formulario_registro .boton_form{float:right; width:69%; position:relative; top:-23px}
.registro select{
    background-color: #E8E8E8;
    border: 1px solid #CCCCCC;
    border-radius: 2px 2px 2px 2px;
    height:23px;
    width:218px
  }