/* RESET!!! */
/*=============================================*/
/*=============================================*/
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,
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-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	vertical-align: baseline;
}
/* remember to define focus styles! */

body{
	background-color:#E6E6E7;
	text-align:center;
	margin:auto;

}

.header{
	height:117px;
	background-image:url('../img/lookandfeel/fdo_cabezal.jpg');
	width:100%;
}

.header_l{
	background-image:url('../img/lookandfeel/cabezal_L.jpg');
	height:117px;
	width:187px;
	float:left;
}

.header_r{
	background-image:url('../img/lookandfeel/cabezal_R.jpg');
	height:117px;
	width:246px;
	float:right;
}

.pagina {
	background-color:white;
	height:100%;
	margin:auto;
	text-align:left;
	width:1024px;
}

.bar{
	background-image:url('../img/lookandfeel/fondo_titulo.gif');
	color:white;
	font-size:19px;
	height:25px;
	padding:2px 8px;
}

.links {
	height:32px;
}

.links ul {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	padding:10px;
}

.links ul li{
	border-left:1px solid #3295AA;	
	float:left;
}

.links ul li a{
	text-decoration:none;
	padding:5px;
	color:#3295aa;
	font-size:12px;
}

.aviso{
	padding:20px;
}

.aviso h2, .aviso p{
	padding:20px;
	color:#3295AA;
	font-size:19px;
}

.aviso h2 span{
	font-style:oblique;
	color:black;
}

.pie{
	border-top:22px solid;
	color:#3295AA;
	font-size:10px;
	margin-top:250px;
	text-align:center;
}
