﻿/* WIZARD */




.wizard
{
	background: #00AEC3!important;
	color: #FFFFFF !important;
	clear: both;
	float: left;
	width: 100%;
	padding: 0;
	margin: 0px 0px;
	/*background: url(../images/shadow.png) left bottom repeat-x #999;*/
}

.wizard li  
{
	display: inline; 
	width: 19%; 
	float: left; 
	text-align: center; 
	padding: 8px 0px;
	font-size: 14px;
	margin-top: 7px; 
}


/* Inicio cambio, Version 1.0.5, G.V., 03/04/2013 */
.wizard a { text-decoration: none; /*margin-right: 10px;*/ color:#FFFFFF; width: 100%; height: 100%; text-shadow: none !important; }
/* Fin cambio, Version 1.0.5 */

.wizard a:visited { color:#FFFFFF; }  /* visited link */
.wizard a:hover { color:#FFFFFF; }  /* mouse over link */
.wizard a:active { color:#FFFFFF; }  /* selected link */

.wizard li.selected 
{   
    background: url(../images/selected.jpg) left top repeat-x #fff;     
    border-radius: 10px 10px 0 0;
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    text-shadow: none !important;
    
    /* Inicio cambio, Version 1.0.5, G.V., 03/04/2013 */
    /* background: url("../images/flecha.png") no-repeat scroll right center, url("../images/flecha-invert.png")no-repeat scroll left center  #0093dd;   
    background-color:  #0093dd;*/
    /* Fin cambio, Version 1.0.5*/
}

.wizard li.selected a {
    color: #555;
    text-shadow: none !important;
    }
 
.wizard a i { font-size: 0.9em; }

/* COLUMNS */

#column-left 
{
	float: left;
	width: 35%;
	margin: 0;
}

#column-right 
{
	float: right;
	width: 55%;
	margin: 0;
}

.classdiv_twocolumns_form
{
	width: 100%;
	clear: both;
}

.classdiv_twocolumns_form table {
	/* Inicio cambio, Version 1.0.5, G.V., 25/03/2013 */
	float: left;
	/* Fin cambio, Version 1.0.5 */
	width: 100%;    
}


.classdiv_twocolumns_form td(odd)
{
	padding-right: 10px;
}

.classdiv_twocolumns_form td input[type="text"]
{
	width: 358px;
}

.two-columns-fields
{
	width: 100%;
	clear: both;
}

.two-columns-fields p:nth-child(even) 
{
	clear: left !important;
	float: left !important;
	width: 46% !important;
}

.two-columns-fields p:nth-child(odd) 
{
	clear: right !important;
	float: right !important;
	width: 46% !important;
}



.table-step {    
    padding: 15px;
    min-height: 100px;
    border-radius: 0 0 10px 10px;
    /* box-shadow: 0 2px 2px #888;*/
    margin-bottom: 10px;
    text-align: center;
}

#titulo, .titulo {
    margin-top: 40px;
    margin-bottom: 20px;
    /*background-color: #00b1ec;*/
    height: 30px;
    marigin: 1em;
}

#titulo span, .titulo span {
    display: block;
    margin-top:8px; text-align:center; font-weight: bold; font-size: 14px; font-family: Droid Sans;
    line-height: 2;
}

td.alignright {
    text-align: right;
    padding-right: 8px;
}

td.aligncenter {
    text-align: center;
}

td.alignleft {
    text-align: left;
    padding-left: 8px 
}

.grilla-interna {
    background-color: #00AEC3;
    width: 100%;
    margin: 0 auto;   
}

.grilla-interna th {
    text-align: left;
    padding: 15px;
    font-weight: normal;
}

.grilla-interna td {
    padding: 8px;
}