@charset "UTF-8";
/* CSS Document */

/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */
* {margin:0px;padding:0px;}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

ul,li {list-style-type:none;}
ol, ul {list-style: none;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {outline: 0;}

/* remember to highlight inserts somehow! */
ins {text-decoration: none;}
del {text-decoration: line-through;}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
img {border:0;}  


html, body { 
  margin: 0; 
  padding: 0; 
  width: 100%; 
} 

body {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
	background:#F0EEE1;
	background: url(./imagenes/fondo.png);
	background-position:center top;
	display: table;
}

.contenedor {
	margin-left: auto;
	margin-right: auto;
	width: 960px;
}

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 1px;
}

.separador {
	clear: both;
	display: block;
	overflow: hidden;
	margin:0px 32px 0px 34px;
	background: url(./imagenes/separadorLateral.png) repeat-x;
	width: 218px;
	height: 2px;
}

.pngtransparente {
	margin:0px;
	padding:0px;
}

/*------Validador-------------------------------------------------------*/
.validador{margin-right:10px;}
.validador li {list-style:none;}
.validador a {
	background:url(./imagenes/valido.png);
	display:block; 
	height:15px; 
	text-indent:-9000%}
/*ESTADO NORMAL*/
.validcss a {
	width:50px; 
	background-position:-70px 0px;}
.validxhtml a {width:70px;}

/*ESTADO ROLLOVER*/
.validcss a:hover {background-position:-70px -15px;}
.validxhtml a:hover{background-position:0px -15px;}
