/* 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: none;
}

/* remember to define focus styles! */
:focus {outline: 0;}

/* remember to highlight inserts somehow! */
ins {text-decoration: none;}
del {text-decoration: line-through;}


table {
	border-collapse: collapse;
	border-spacing: 0;
}
img {border:0;}

/* CSS Document */

html, body { 
  margin: 0; 
  padding: 0; 
  width: 100%;
} 

body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #000;
	background:url(./imagenes/fondo.png);
}

.contenedor {
	margin-left: auto;
	margin-right: auto;
	width: 852px;
}

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 1px;
}

.clear_lateral {
	clear: both;
	display: block;
	overflow: hidden;
	height: 1px;
	background: url(../imagenes/linea_roja_menu_lateral.png) right;
}

.pngtrans {
	margin:0px;
	padding:0px;
}


/*---- iconos validador ----*/
.validador{display:block; float:right; margin-right:15px; margin-top:140px;}
.validador li {float:right;}
.validador a {
	background:url(../imagenes/valido.png);
	display:block; 
	height:15px; 
	text-indent:-9000px}
/*ESTADO NORMAL*/
a.validcss {
	width:50px; 
	background-position:-70px 0px;}
a.validxhtml {width:70px;}

/*ESTADO ROLLOVER*/
a.validcss:hover {background-position:-70px -15px;}
a.validxhtml:hover{background-position:0px -15px;}

/* NECESARIAS */
#texto ul li{
	margin:0px 32px 24px 75px;
	list-style:square;
	text-align:justify;

}
#texto{
padding-top:10px;
}
