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, th{
	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: 13px;
	color: #000;
	background:#d9d9d1;
	display: table;
}

.contenedor {
	margin-left: auto;
	margin-right: auto;
	width: 970px;
}

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 1px;
}

.pngTrans{margin:0px;padding:0px;}

/*------Validador-------------------------------------------------------*/
.validador{margin-right:10px;}
.validador li {list-style:none; float:left;}
.validador a {
	background:url(../imagenes/valido.gif);
	display:block; 
	height:15px; 
	text-indent:-9000px}
/*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;}








.enlace_2{
	display:block;
	height:20px;
	font-size:15px;
	text-decoration:none;
	color:#4d4d4d;
	font-weight:bold;
	background:url(./imagenes/menuIzquierda.png) no-repeat;
	background-position:0px 0px;
	padding:8px 10px 0px 27px;
}

.enlace_2:hover{color:#f15a24;}

a:link{
	text-decoration:none;
	color:#4d4d4d;
	font-weight:bold;
}
a:visited{
	text-decoration:none;
	color:#4d4d4d;
	font-weight:bold;
}
a:hover{
	text-decoration:none;
	color:#f15a24;
	font-weight:bold;
}
a:active{
	text-decoration:none;
	color:#4d4d4d;
	font-weight:bold;
}

.detalle p azul{color:#0071BC;}

/*
#demotip {
	display:none;
	background:transparent url(./imagenes/tooltip/black_arrow.png);
	font-size:12px;
	height:70px;
	width:160px;
	padding:25px;
	color:#fff;	
}

#demo img {
	border:0;
	cursor:pointer;
	margin:0 8px;
}
*/

.tooltip {
	display:none;
	background:url(./imagenes/tooltip/black_arrow_big.png);
	height:163px;
	padding:40px 30px 10px 30px;
	width:310px;
	font-size:11px;
	color:#fff;
	text-align:left;
}

.tooltip .label {
	color:yellow;
	width:35px;
}

.tooltip a {
	color:#BEE1EF;
	font-size:11px;
	font-weight:bold;
}

/* Estilos nuevo foro*/
.input_foro{
	border: #FFCF60 1px solid;
	font-size:9pt;
	font-family:verdana,Arial;
}
.label{
	font-size:9pt;
	font-family:verdana,Arial;
	font-weight:bold;
}
