html, body { height: 100%; }		
html, body, h1, h2, h3, h4, form, ul, p, img { margin: 0; padding: 0; border: 0; }
body { font-family:arial, Verdana, sans-serif; font-size: 12px; color: #3b3b3b; background-color: #d1d1d1; background-image: url(images/fondo.jpg); background-repeat: repeat-y; background-position: center 0; text-align: center; }
a { font-family:arial, Verdana, sans-serif; font-size: 12px; color: #3b3b3b; text-decoration: none; }
a:hover { color: #686868; }
#holder { background-image: url(images/fondocontenido.jpg); background-repeat: repeat-y; background-position: center 0; height: 100%; margin: 0 auto; }
#header { background-color: white; background-image: url(images/header.jpg); background-repeat: no-repeat; background-position: center top; bottom: 0; width: 720px; height: 197px; margin: 0 auto; padding: 0; }
#derecha { text-align: left; width: 500px; float: right; margin-left: 20px; display: inline; }
#izquierda { text-align: left; width: 173px; float: left; margin-right: 20px; padding-left: 3px; border-right: 1px dashed #87b064; display: inline; }
#main { background-color: white; background-image: url(images/fondocontenido.jpg); background-repeat: repeat-y; background-position: center 0; margin: 0 auto; width: 720px; }
#pie { font-size: 11px; font-family: arial; background-color: white; background-image: url(images/pie.jpg); background-repeat: no-repeat; background-position: center bottom; margin: 0 auto; width: 720px; height: 50px; padding: 0; }
.clear { clear: both; height: 1px; }


.item { margin: 0 auto 14px; width: 450px; padding: 0; border-bottom: 1px dashed #7a9d57; }
.item_izquierda { text-align: left; width: 130px; float: left; margin-left: 20px; display: inline; }
.item_derecha { text-align: left; width: 250px; float: left; margin-right: 20px; padding-left: 3px; display: inline; }

.titulolistado { font-size: 18px; text-decoration: none; }
.copetelistado { text-decoration: none; }
.titulo { font-size: 18px; text-decoration: none; }
.copete { text-decoration: none; }
#by a { font-size: 9px; float: right; margin-top: 11px; margin-right: 13px; }
input.campo_normal {color:#000;  background:#fff }
			input.campo_ok {color:#000;  background:#fff url(images/ok.png) no-repeat top right; }
			input.campo_mal {color:#000;  background:#f97c66 url(images/bad.png) no-repeat right top;}

/*
	Menu Vertical
*/
.menuv { color: white; width: 170px; font: 14px "Trebuchet MS", Arial, Helvetica, sans-serif; text-decoration: none; height: 1%; }

.menuv ul, li {
	list-style-type: none;
}

.menuv ul {
	margin: 0;
	padding: 0;
}

.menuv li { margin-bottom: 3px; }

.menuv a { text-decoration: none; color: #aaaaaa; font-size: 14px; line-height: normal; display: block; width: 150px; height: 24px; padding-top: 6px; padding-left: 20px; }

.menuv a:hover { color: #444444; }
.buscador { background-color: #d6dde5; width: 450px; padding: 3px; }

