body,ul,li,ol,p,table,tr,td,form,h1,h2,h3,h4,h5,h6,input,textarea {
	padding:0;
	margin:0;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:13px;
	color:#000000;
}
a,input {
	text-decoration:none;
	outline:none;
}
a{color:#0B3C8B;}
a:hover{color:#B53E53;}
img{
	border:0px;
}
ul,li{
	list-style-image: none;
	list-style-type: none;
}
p{
	margin-bottom:20px;
	text-indent:0px;
}
/*-------------------------*/
body {
	height:100%;
	background:#EBEBEB;
}
html {
	height:100%;
}
#contenedor {
	min-height:100%;
	width:980px;
	margin:0 auto;
	background: #EBEBEB url(../imagenes/fondo.png) repeat-y left top;
	text-align:center;
}
* html #contenedor {
	height:100%;
}
#cuerpo {
	position:relative;
	padding-bottom:66px;
	width:900px;
	overflow:hidden;
	background: url(../imagenes/cabecera.png) no-repeat left top;
	margin:0 auto;
}
#pie {
	position:relative;
	line-height:22px;
	width:900px;
	margin:0 auto;
	margin-top:-64px;
	text-align:center;
	font-size:11px;
	color:#4E4E4E;
}
/*-------------------------*/
#cabecera{height:180px;}
#logo{
display:block;
width:198px;
height:85px;
padding-top:40px;
margin:0 auto;
background:url(../imagenes/logo.png) no-repeat left top;
margin-bottom:30px;
text-indent:-9999px;
}
#logo,#logo h1,#logo h2{
color:#0B3C8B;
text-transform:uppercase;
font-weight:normal;
}
#logo h1{font-size:18px;}
#logo h2{font-size:12px;}
#menu{
	font-size:17px;
	color:#0B3C8B;
	text-transform:uppercase;
	width:840px;
	border-top:1px solid #E8E8E8;
	border-bottom:1px solid #E8E8E8;
	margin:0 auto;
	overflow:hidden;
}
#menu ul{
width:660px;
margin:0 auto;
}
#menu li{
font-size:17px;
float:left;
width:220px;
}
#menu a{

}
#textos{
	border:1px solid #E8E8E8;
	margin:30px;
	margin-bottom:0px;
	margin-top:10px;
	width:780px;
	padding:30px;
	text-align:justify;
	line-height:170%;
	color:#282828;
	overflow:hidden;
}
