body {
	margin:0px; background-color: #645F3F;
	background-image: url('imgs/fondo.jpg');
	background-repeat:  repeat-x;
	background-position: center top;
}
.texto {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	line-height: 160%;
	font-size: 11px;
}
.titulito {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #333333;
	line-height: normal;
	font-weight: bolder;
}
.titulito_2 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #654116;
	line-height: 160%;
	font-size: 13px;
	font-weight: bolder;
}
a:link {
        text-decoration: none;
        font-family:Verdana, Arial, Helvetica, sans-serif;
	    color: #654116;
	    line-height: 160%;
	    font-size: 11px;
	    
}
a:visited {
        text-decoration: none;
        text-decoration: none;
        font-family:Verdana, Arial, Helvetica, sans-serif;
	    font-size: 11px;
		color: #654116;
	    line-height: 160%;
	    
}
a:hover {
        text-decoration: underline;
        text-decoration: none;
        font-family:Verdana, Arial, Helvetica, sans-serif;
	    color: #654116;
		font-size: 11px;
	    line-height: 160%;
	    
}
.subtitulos {
		font-family: Trebuchet MS, Helvetica, sans-serif;
        font-size: 15px;
        color: #FFFFFF;
        font-weight: bolder;
}
.direccion {
    	font-family: Trebuchet MS, Helvetica, sans-serif;
        font-size: 11px;
        color: #FFFFFF;
        font-weight: bolder;
}
.botonlogin {
        height: 19px; background-position: center;
}
.texto_capitalize {
	font-family: Trebuchet MS, Helvetica, sans-serif;
	color: #333333;
	font-size: 12px;
	text-transform: capitalize;
}
.titulodepelicula {
	font-family: Trebuchet MS, Helvetica, sans-serif;
	font-size: 18px;
	color: #654116;
	line-height: normal;
}
.titulos_grandes {
	font-family: Trebuchet MS, Helvetica, sans-serif;
	font-size: 20px;
	color: #663300;
	line-height: normal;
	font-weight: bold;
}
.grilla {
	font-family: Trebuchet MS, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 12px;
}
.grilla a:link {
        text-decoration: none;
	color: #FFFFFF;
}
.grilla a:visited {
        text-decoration: none;
	color: #FFFFFF;
}
.grilla a:hover {
        text-decoration: underline;
	color: #FFFFFF;
}
.grilla a:active {
        text-decoration: none;
	color: #FFFFFF;
}
input { border: 1px solid black; margin-bottom: .5em;  }
input.error { border: 1px solid red; }
label.error {
		color:#FF0000;
	}