* {
	margin: 0;
	padding: 0;
}
body {
	text-align: justify;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
	background: #7a8585;
	background: #2E2E2E;
}
form {
}
input, textarea {
	padding: 2px 5px;
	font: normal 1em "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #333333;
}
h1, h2, h3 {
	margin-top: 1.5em;
	font-weight: normal;
}
h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.4em;
}
h3 {
	font-size: 1em;color:#b44000;font-weight:bold;
}
p, ul, ol {
	margin-top: 1.5em;
	line-height: 160%;
}
ul, ol {
	margin-left: 3em;
}
blockquote {
	/*margin-left: 3em;
*/
	margin-right: 3em;
	border: 2px dotted black;
	margin-top: 3em;
	padding: 15px;
}
a {
	color: #b44000;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #b44000;
}
a img {
	border: none;
}
.enlace{background-color: #b44000;
	color: #ffffff;
	padding:5px;
	text-decoration: none;}
.enlace:hover{color:#e17038;
text-decoration: none;}
img.left {
	float: left;
	margin: 0 20px 0 0;
}
img.right {
	float: right;
	margin: 0 0 0 20px;
}
hr {
	display: none;
}
/* Header */
#header {
	height: 150px;
	margin: 0 auto;
	background: #2E2E2E;
}
#logo {
	width: 778px;
	height: 110px;
	margin: 0 auto;
}
#logo h1, #logo h2 {
	margin: 0;
	letter-spacing: -0.05em;
	text-transform: lowercase;
	font-weight: normal;
	color: #FFFFFF;
}
/*#logo{background-image:url('images/logo.gif');
	background-repeat:no-repeat;	
	width:604px;
	height:96px;}
#logo h1 {
	text-indent:-4000px;
	
}*/

#logo h1 a {
	text-decoration: none;
	color: #FFFFFF;
}
#logo h2 {
	float: left;
	padding: 67px 0 0 8px;
	font-size: 2em;
	font-style: italic;
	color: #858585;
	
}
#logo h1 {
	float: left;
	padding-top: 40px;
	font-size: 4em;
}
/* Page */
#page {
	width: 778px;
	margin: 0 auto;
}
#content {
	background: #F4EDD3;
	border-bottom: 1px #b44000 solid;
}
#contenido {
	background: #ffffff;
	padding-top:10px;
	border-bottom: 1px #000000 solid;
	background: url(images/bg.png) repeat left center;
		
}

#contenido .title {
	margin-top: 0px;
	color:#b44000;
}
h2{margin-top:2px;margin-bottom:5px;border-bottom:2px solid #b44000;color:#b44000;padding-left:20px;}
#contenido ul{margin-top:0px;}
#contenido ul li{list-style: disc inside;color:#b44000;}
ul li{color:#000000;}
#slide {
	position: absolute;
	top: 0px;
	left: 0px;
}
#texto {
	width: 778px;
	margin: 0 auto;
	padding: 0 0 20px 0;
	min-height: 400px
}
#franja {
	margin: 0 auto;
	padding: 5px;
	background: #7a8585;
	font-size: .9em;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	border-top: 3px solid #b44000;
}
.siete {
	width: 778px;
	margin: 0 auto;
}
.pepe {
	border: 1px solid red;
}
#lista {
	list-style: none;
}
#lista li {
	background-image: url(images/icono.gif);
	background-repeat: no-repeat;
	background-position: left center;
	color: red;
	padding-left: 35px;
	font-size: 30px;
	line-height: 2;
}
#lista2 ul {
	list-style: disc url(bullet.gif) inside;
	list-style: none;

	}

#lista2 ul li {
	list-style-type: none;
	background-image: url('images/icon.gif');
	background-repeat: no-repeat;
	background-position: left center;
	
	color: #000000;
	padding-left: 35px;
	font-size: 20px;
	line-height: 2;
}
#texto h1 {
	margin: 0;
	padding: 0;
	margin-bottom:5px;
}
#texto p {
	margin: 0;
	padding-bottom: 15px;
	font-size:14px;
}
#footer {
	text-align: center;
	border-top: 3px solid #b44000;
	background: #2E2E2E;
	color: #858585;
}
#abajo {
	margin: 0 auto;
	display: block;
	text-align: center;
	width: 700px;
	margin-bottom: 20px;
	min-height: 200px;
}
.bloque {
	float: left;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 4px;
	margin-right: 5px;
	display: inline;
	text-align: left;
	font-size: 12px;
	padding-left: 10px;
}
.bloque ul, .bloque li {
	list-style-type: none;
	width: 150px;
}
.bloque li a:hover {
	background-color: #b44000;
	color: #ffffff;
	padding-left: 5px;
	padding-right: 5px;
	text-decoration: none;
}
.bloque ul li {
	/*border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #dddddd;*/
}
.naranja{color: #b44000;}
#texto p{font:1.5em 'Trebuchet MS', Arial, Helvetica, sans-serif;}