*{
    margin:0px;
    padding:0px;
}


/* slider*/

/* Browser Resets */
.flex-container a:active,
.flexslider a:active {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;} 

/* FlexSlider Necessary Styles
*********************************/ 
.flexslider {
	width: 100%;
	width: 570px;
	min-height: 312px;
	margin: 1em 0 0 10px;
	padding: 0;
}
.flexslider .slides > li {display: none; } /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {max-width: 100%; display: block;}
.flexslider .slides p {
	/*padding: 2.5em 27em 2.5em 5em;
	height: 230px;
	width: auto;
	margin:0 0 0.5em 0;
	line-height:120%;
	font-size: 1em;*/
	width: 80%;
	padding: 0 0 0 40px;
}

.flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .slides element */
.slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;} 
html[xmlns] .slides {display: block;} 
* html .slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {display: block;}


/* FlexSlider Default Theme
*********************************/
.flexslider {
	background: #fff;
	padding: 3px;
	border: 1px solid #ccc;
	position: relative;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
	zoom: 1;
	-webkit-box-shadow: 0px 0px 8px #3e5075; /* Saf3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
    -moz-box-shadow: 0px 0px 8px #3e5075; /* FF3.5 - 3.6 */
     box-shadow: 0px 0px 8px #3e5075; /* Opera 10.5, IE9, FF4+, Chrome 6+, iOS 5 */
}
.flexslider .slides {zoom: 1;}
.flexslider .slides > li {position: relative;}
/* Suggested container for "Slide" animation setups. Can replace this with your own, if you wish */
.flex-container {zoom: 1; position: relative;}

/* Caption style */
/* IE rgba() hack */
.flex-caption {background:none; -ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000,endColorstr=#4C000000);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000,endColorstr=#4C000000); zoom: 1;}
.flex-caption {width: 96%; padding: 2%; position: absolute; left: 0; bottom: 0; background: rgba(0,0,0,.3); color: #fff; text-shadow: 0 -1px 0 rgba(0,0,0,.3); font-size: 14px; line-height: 18px;}

/* Direction Nav */
.flex-direction-nav li a {width: 52px; height: 52px; margin: -13px 0 0; display: block; background: url(imag/bg_direction_nav.png) no-repeat 0 0; position: absolute; top: 50%; cursor: pointer; text-indent: -9999px;}
.flex-direction-nav li .next {background-position: -52px 0; right: -21px;}
.flex-direction-nav li .prev {left: -20px;}
.flex-direction-nav li .disabled {opacity: .3; filter:alpha(opacity=30); cursor: default;}

/* Control Nav */
.flex-control-nav {width: 100%; position: absolute; bottom: -30px; text-align: center;}
.flex-control-nav li {margin: 0 0 0 5px; display: inline-block; zoom: 1; *display: inline;}
.flex-control-nav li:first-child {margin: 0;}
.flex-control-nav li a {width: 13px; height: 13px; display: block; background: url(imag/bg_control_nav.png) no-repeat 0 0; cursor: pointer; text-indent: -9999px;}
.flex-control-nav li a:hover {background-position: 0 -13px;}
.flex-control-nav li a.active {background-position: 0 -26px; cursor: default;}


/* estilos formulario */
form{
	padding: 0 0em;
	margin: 0;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 110%;
}

form fieldset{
	margin: 0;
	padding: 0;
    border:none;
    padding-bottom:20px;
}

form h2 {
    margin:0.2em 0;
    padding:10px 20px 6px 40px;
	font-size: 90%;
	color: #32596e;
}

form h3 {
    margin:1em 0 0 0;
    padding:0 0 0 40px;
	font-size: 80%;
	color: #32596e;
	
	border-top: 3px dotted #ddd;
	display: block;
	width: 80%;
	margin: 0.5em 10%;
	padding: 1em 0;
}

form p{
    margin:0.2em 0;
    padding:0 20px;
	max-height: 20px;
	height: 20px;
}

form img {
    margin:0.2em 0;
    padding:0 20px;
}

form p label{
}

form input[type="text"],
form input[type="file"],
form textarea {
	padding: 2px 5px;
	color: #666;
	max-height: 15px;
	height: 15px;
	margin: 0;
	font-family: courier, verdana, arial, helvetica, sans-serif;
}

form input[type="submit"] {
	padding: 3px 5px;
	font-family: verdana, arial, helvetica, sans-serif;
	text-align: center;
	margin:0 0 0 25%;
	background-color: #9db7c3;
	color: #333;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	zoom: 1;
	-webkit-box-shadow: 0px 0px 8px #638c9f; /* Saf3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
    -moz-box-shadow: 0px 0px 8px #638c9f; /* FF3.5 - 3.6 */
     box-shadow: 0px 0px 8px #638c9f; /* Opera 10.5, IE9, FF4+, Chrome 6+, iOS 5 */
	 cursor: pointer;
	font-weight: bold;
}

form input[type="submit"]:hover {
	padding: 3px 5px;
	border: 1px solid red;
	font-family: verdana, arial, helvetica, sans-serif;
	text-align: center;
	margin:0 0 0 25%;
	border: 1px solid #3581a4;
	color: #3581a4;
}

form input:not([type=radio]),
form textarea,
form select{
    background: #ffffff;
    border: 1px solid #ddd;
    outline: none;
}

form input[type="radio"]{
	vertical-align: middle;
}

form input:focus{
    background-color:#FFFEEF;
}

form button {
	border:none;
	outline:none;
    color: #ffffff;
    display: block;
    cursor:pointer;
    margin: 0px auto;
    clear:both;
    padding: 7px 25px;
    font-weight:bold;
    font-size:22px;
    background:#4797ED;
}

form button:hover {
    background:#d8d8d8;
    color:#666;
}

/* contenido form */
/*
#content{
    margin:0.5em auto 0 auto;
    text-align:left;
    width:610px;
    width:580px;
    position:relative;
    padding: 0 0;
    border:1px solid #eee;
    border:1px solid orange;
}

#wrapper{
    width:580px;
    height:230px;
	display: block;
    overflow:hidden;
	padding: 0 0em;
	margin: 1em 0 0 0;
	height: auto;
}
*/
/* leyenda con el paso en el que estamos */
form legend{
    text-align:left;
    color:#666;
    float:left;
    width:580px;
    padding:0;
    margin:0.2em 0 0 0;
	height: 2.5em;
}

legend#paso1 {
	background-image: url(imag/paso1.png);
	background-repeat: no-repeat;
	background-position: -5px top;
	padding: 0em;
	margin:0;
}

legend#paso2 {
	background-image: url(imag/paso2.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-position: -5px top;
	padding: 0em;
	margin:0;
}

legend#paso3 {
	background-image: url(imag/paso3.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-position: -5px top;
	padding: 0em;
	margin:0;
}

legend#paso4 {
	background-image: url(imag/paso4.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-position: -5px top;
	padding: 0em;
	margin:0;
}

legend#paso5 {
	background-image: url(imag/paso5.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-position: -5px top;
	padding: 0em;
	margin:0;
}


#cuota {
	text-align: right;
	display: block;
	height: 5em;
}

#cuota input[type="text"]{
	font-weight: bold;
	color: #3e7792;
}

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

#hide-campo {
	display: none;
}

input[disabled] {
	display:none;	
}

/*-----------------------------------------------------------------------------*/

/*mostrar cosas*/

#mostrar-titulo,
#mostrar-1,
#mostrar-2,
#mostrar-3 ,
#mostrar-4,
#mostrar-5,
#mostrar_Aseg1,
#mostrar_Aseg2,
#mostrar_Aseg3,
#mostrar_Aseg4,
#mostrar_Aseg5
{
	display: none;
}


/* Estilos para Livevalidation  http://www.livevalidation.com/examples  */


.LV_validation_message {
    font-family: arial, Helvetica, sans-serif;
    margin:0em; 
    padding:0.2em 0.5em 0.2em 1.5em;
	/*
	position: relative;
	left: 0.5em;
	top: 0;*/
	font-size: 100%;
	height: 1.2em;
	width: auto;
}

.LV_valid {
    color:#00CC00;
	background-image: url(imag/validated.png);
	background-position: -20px 50%;
	background-repeat: no-repeat;
}
	
.LV_invalid {
    color:#CC0000;
	background-image: url(imag/invalid.png);
	background-position: 0 50%;
	background-repeat: no-repeat;
}
    
.LV_valid_field,
select.LV_valid_field,
input.LV_valid_field:hover, 
input.LV_valid_field:active,
textarea.LV_valid_field:hover, 
textarea.LV_valid_field:active {
    border: 1px solid #00CC00;
	
}
    
.LV_invalid_field, 
input.LV_invalid_field:hover, 
input.LV_invalid_field:active,
textarea.LV_invalid_field:hover, 
textarea.LV_invalid_field:active {
    border: 1px solid #CC0000;
}
/* ---------- fin estilos live validation -----------------------------------*/