
/*seccion validator*/

label { width: 10em; float: left; }
label.error { float: none; color: red; padding-left: .5em; vertical-align: top; }
p { clear: both; }
.submit { margin-left: 12em; }
em { font-weight: bold; padding-right: 1em; vertical-align: top; }


/*seccion comentarios*/

label { 
width: 10em; 
float: left; 
}

label.error { 
float: none; 
color: #f00; 
padding-left: .5em; 
vertical-align: top; 
}

.etiqueta span {
color:#f00;
font-size:10px;
}

.tablacomentarios {
width: 40%;
margin-left:auto;
margin-right:auto;
margin-top:10px;
margin-bottom:10px;
padding-top:10px;
padding-bottom:10px;
background-image:url(../images/backgroundVU.jpg);
background-attachment:fixed;
}

table.tablacomentarios .etiqueta {
font-size:12px;
font-weight:bold;
padding-left:12px;
padding-top:3px;
color:#666666;
}

table.tablacomentarios input[type=text]{
font-size: 12px;
color: #66666;
width:500px;
margin-left:12px;
}

table.tablacomentarios textarea {
width:500px;
font-size:12px;
color:#666666;
margin-left:12px;
}

.confirmacion {
width:80%;
margin-top:25px;
margin-bottom:10px;
margin-left:auto;
margin-right:auto;
}

.confirmacion p {
padding: 10px 0 10px 0;
color:#666666;
font-size:14px;
text-align:center;
}

.confirmacionImg {
margin:20px auto 10px auto;
background-image:url(../images/logo-confirmacion.jpg);
background-repeat:no-repeat;
height:200px;
background-position:center;
}

.slogan {
font-size:14px !important;
color:#0077C0 !important;
font-weight:bold;
text-align:center;
margin-top:10px;
}

.buttonSend {
	background-image:url(../images/bSend.png);
    background-repeat: no-repeat;
    width: 80px;
    height: 23px;
    text-align: center;
    position: relative;
    text-decoration: none;
	margin:3px 5px 5px 5px;
    font-size: 12px !important;
    font-weight: bold !important;
    color: #FFFFFF !important;
	float:right;
}

.buttonSend:hover{
	background-position:0px -24px;
}

input[type="submit"], [type="button"], button {
    background: url("../images/button.png") no-repeat scroll 0 0 transparent;
    border: medium none !important;
    color: #FFFFFF !important;
    cursor: pointer;
    font-size: 11px !important;
    font-weight: bold;
    height: 23px;
    margin: 5px 5px 0;
    width: 100px;
}

input[type="submit"]:hover, button:hover {
	background-position: center -24px !important;
	color: #005ca7 !important;
}
