/*-- estilo generico para los enlaces --*/
a:link, a:visited, a:active{text-decoration:none;}
a:hover{text-decoration:underline;}

/*--elemento que limpia --*/
.clearfix{clear:both;}
.alinearCenter{text-align:center;}
.alinearRight{text-align:right;}
.alinearLeft{text-align:left;}
.left{float:left;}
.right{float:right;}

/*-- estilos de los titulos --*/
h2{font-size:20px; color:#058113; margin:10px 0;}
h3{font-size:12px; color:#f8b308; margin:10px 0 20px 0; font-weight: bold;}

/*-- enlace de volver --*/
.volver{width:99%; text-align:right; margin-top:10px;}
.volver a{background:url("/public/static/images/vinetas.gif") no-repeat left 4px; padding-left:6px; font-weight:bold; color:#047e11;}

/*-- estilo para las etiqutas pre --*/
pre{
	white-space: pre-wrap; /* css-3 */
	white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
	white-space: -pre-wrap; /* Opera 4-6 */
	white-space: -o-pre-wrap; /* Opera 7 */
	word-wrap: break-word; /* Internet Explorer 5.5+ */
}

/*-- estilo para mensajes de confirmacion --*/
.msgOk{width:81%; padding:15px 5%; border:1px solid #017a11; border-left:5px solid #017a11; font-size:11px; }
.msgOk a{color:#017a11;}
.msgKo{width:81%; padding:15px 5%; border:1px solid #f8b308; border-left:5px solid #f8b308; font-size:11px;}
.msgKo a{background:url("/public/static/images/vinetas.gif") no-repeat left 4px; padding-left:6px; font-weight:bold; color:#047e11;}

.msgAlert{width:78%; padding:15px 5%; border:1px solid #f8b308; border-left:5px solid #f8b308; font-size:11px; background: url('/public/static/images/alert.gif') no-repeat 10px; padding-left: 50px}

/*-- estilo para los campos obligatorios --*/

.obligatoryField{color:#f00;}

.ocultar{display: none;}
.orange{color:#f8b308;}
.negrita{font-weight: bold;}
.margen-top{padding-top:20px;}

#flash-video{margin-top: 20px}
