/*
	Lab J R Sanchez
	WebMaster: Ronny Badilla
    Designer: Diego Ramos
    WayWebLab 2009
*/

* { padding: 0; margin: 0; }

body {
 font:normal 11px Arial, Helvetica, sans-serif;
 color:#626262;
 overflow-x: hidden; /* ocultamos el scroll inferior debido a la div sombra */
}

a {
 text-decoration:none;
}

a img {
 border:none;
}

.clear {
 clear:both;
 background:none;
}

.boton {
 font-size:9px;
 font-weight:bold;
}
.boton {
 background:#ddd url("../images/bg-btn.gif") repeat-x 0 -10px;
 font:9px "Lucida Grande",Sans-serif;
 width:auto;
 margin:0;
 overflow:visible;
 padding:4px 8px 5px;
 border-width:1px;
 border-style:solid;
 border-color:#ddd;
 border-bottom-color:#ccc;
 -moz-border-radius:4px;
 -khtml-border-radius:4px;
 -webkit-border-radius:4px;
 border-radius:4px;
 color:#333;
 text-shadow:1px 1px 0 #fff;
 cursor:pointer;
 border-color:#999 #999 #888;
 color:#000;
}
.boton::-moz-focus-inner{
 padding:0;
 border:0;
}
.boton:hover,.boton:focus {
 border-color:#999 #999 #888;
 background-position:0 -32px;
 color:#000;
}


/* mensajes */
div.mensaje_error {
 font-size:12px;
 font-weight:bold;
 color:#990213;
 width:100%;
 background:#EFE0E0;
 border:1px solid #990213;
 padding:7px;
}
div.mensaje_true {
 font-size:12px;
 font-weight:bold;
 color:#006729;
 width:100%;
 background:#dbe6bd;
 border:1px solid #006729;
 padding:7px;
}


/* video seccion */
div.videoseccion {
 float:right;
 margin:0 0 0 15px;
}
