/*
Design by Free CSS Templates and modify by Francisco Artese
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin: 0;
	padding: 0;
	background: #FFebeb url(images/img7.jpg) repeat-x;	               
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #3D515C;
}

/*#wrapper { 
	padding: 20px 0;
	background: url(images/img6.jpg) repeat-x;
} */

#adsense p {
	margin: 0;
	padding-bottom: 10px;	
	text-align: center;
	
}

img {
	border: none;
}

h1, h2, h3 {
	margin: 0;
	padding: 0;
	letter-spacing: -1px;
	font-weight: normal;
	font-style: italic;
	color: #8F3844;
}

p, ul, ol {
	margin-top: 0;
	padding-top: 0;
	line-height: 150%;
}

ul, ol {
	color: #8F3844;
	/*background-color: #e9cbcc;*/
}

ul {
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	list-style-position: inside;
}

ol {
	margin-left: 0;
	padding-left: 1em;
}
li {
	padding-left: 20px;
	background: url(images/img05a.gif) no-repeat left center;
}

a:link, a:active {
	text-decoration: none;
	color: #8F3844;
}

a:visited {
	text-decoration: none;
	color: #8F3844;
}
a:hover {
	text-decoration: none;
	color: #ff0000;
}
/*menus*/
#menus {
  font-family: Georgia, "Times New Roman", Times, serif;
 }

#menus p {
  margin:0px;
  padding:0px;
}

#menus a {
  display: block;
  padding-left: 0px;  
  padding-top: 3px;
  width: 160px;
  /*background-color: #f7f8e8;*/
  border-bottom: 1px solid #eeeeee;
  text-align:left;
}

#menus a:link, #menu a:visited {
  /*color: #ff0000;*/
  text-decoration: none;
}

#menus a:hover {
  background-color: #a94654;
  color: #ffffff;
}
#menus li {
	padding-left: 3px;
	background: none;
	background-color: #e9cbcc;
}
/*fin menus*/
/* Header */

#header {
	height: 200px;
	margin-bottom: 5px;
	margin-left: 300px;
	padding-top: 10px;
	background: url(images/titulonuevo.png) no-repeat left bottom;
}

#header * {
	text-align: left;
	text-decoration: none;
	color: #960c0c;
}

#header h1 {
	padding-top: -10px;
	margin-left: 160px;	
	letter-spacing: -2px;
	font-size: 48px;
}

#header h2 {
	letter-spacing: normal;
	font-size: 18px;
	margin-left: 250px;
	color: #000000;
}

#header h3 {
	letter-spacing: -2px;
	font-size: 68px;
	
}
#header h4 {
	letter-spacing: -2px;
	font-size: 68px;
	margin-left: 145px;
	margin-top: 10px;
	
}
/* Content */

#content {
	width: 770px;
	margin: 0 auto;
}

#colOne {
	float: right;
	width: 162px;
}

#colTwo {
	float: left;
	width: 590px;
}

/* Footer */

#footer {
	clear: both;
	padding: 10px;
	background: #F5EDEE url(images/img1.gif) repeat-x 0px -120px;
}

#footer p {
	margin: 0;
	text-align: center;
	font-size: 11px;
}

/* Boxed */

.boxed {
}

.boxed .title {
	margin: 0;
	padding: 0;
}

.boxed .content {
	padding-left: 0;	
	padding-top: 30px;
	background: url(images/img3.jpg) repeat-x;
}

.boxed .image {
	float: left;
	margin: 5px 20px 0 0;
}
.pcentred {
	margin: 0;
	padding: 0;
	text-align: center;
}

/* formulario de correo */

#formulario { 
	width: 350px;
	background-color: #cc9;
	border: 1px dotted #333; padding: 5px;
	margin: 0px auto;
}

.row {
  clear: both;
  padding-top: 10px;
  }

.row span.label {
  float: left;
  width: 100px;
  text-align: right;
  }

.row span.formw {
  float: right;
  width: 335px;
  text-align: left;
  } 


