/*general*/
body{
	font-family: "Lucida Grande", Arial, Verdana, sans-serif;
	color:#6A5667;
	font-size:15px;
	
	margin:0px;
	
	background-image:url(img/fondo.jpg);
	background-color:#2F2627;
	background-repeat:no-repeat;
	background-position:top;
	}

.recuadro{background-color:#E6E6E6; border:#000 1px solid;}
.lupa{border:none; background:url(img/lupa.png); background-repeat:no-repeat; cursor:pointer; width:16px; height:16px;}

img{border:none;}
hr{color:#4A3C48; border:solid 1px;}

a:link{text-decoration:none; color:#FFF;}
a:visited{text-decoration:none; color:#FFF;}
a:hover{text-decoration:underline; color:#FFF;}
a:active{text-decoration:none; color:#FFF;}
select{background-color:#6A5667; border:none;}

/*Alineacion*/
.izq{text-align:left;}
.der{text-align:right;}
.cen{text-align:center;}
.arr{vertical-align:top;}
.med{vertical-align:middle;}
.aba{vertical-align:bottom;}

/*Colores*/
.azul{color:#00F;}
.negro{color:#000;}
.blanco{color:#FFF;}
.verde{color:#006600}
.rojo{color:#FF0000}
.marron{color:#8B5A2B}

.sombra{text-shadow: 0.1em 0.1em 0.05em #000}
.sombra{text-shadow: 0.1em 0.1em 0.2em #000}

/*Tamaņos*/
.t10{font-size:10px;}
.t11{font-size:11px;}
.t12{font-size:12px;}
.t13{font-size:13px;}
.t14{font-size:14px;}
.t15{font-size:15px;}
.t16{font-size:16px;}
.t17{font-size:17px;}
.t18{font-size:18px;}
.t19{font-size:19px;}
.t20{font-size:20px;}
.t21{font-size:21px;}
.t22{font-size:22px;}
.t23{font-size:23px;}
.t24{font-size:24px;}
.t25{font-size:25px;}
.t30{font-size:30px;}

.w100{width:100px;}
.w118{width:118px;}
.w120{width:120px;}
.w150{width:150px;}
.w200{width:200px;}
.w250{width:250px;}
.w350{width:350px;}
.w400{width:400px;}
.w500{width:500px;}
.w600{width:600px;}
.w800{width:800px;}

.h10{height:10px;}
.h50{height:50px;}
.h100{height:100px;}
.h120{height:120px;}
.h150{height:150px;}
.h200{height:200px;}
.h250{height:250px;}
.h400{height:400px;}
.h500{height:500px;}
.h700{height:700px;}
