/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin: 20px 0;
	padding: 0;
	background: #CECECE url(images/img1.gif);
	font: normal small "Trebuchet MS", Arial, Helvetica, sans-serif;
}

h1, h2, h3 {
	color: #730000;
}

h2 {
	font-size: 1.6em;
	margin-top: 0px;
}

h3 {
	margin: 0;
	font-size: 1em;
}

p, ul, ol, blockquote {
	margin-top: 0;
}

a:link, a:visited {
	color: #730000;
}


a:hover {
	text-decoration: none;
}

img {
	border: none;
}

/* Header */

#header {
	width: 900px;
	height: 150px;
	margin: 0 auto;
	background: url(images/header.jpg);
}

#header * {
	margin: 0;
	text-decoration: none;
	text-transform: lowercase;
	font-weight: normal;
	color: #E8D6BD;
}

#header #headername {
	top: 40px; left: 225px;
	position: relative;
}

#header h1 {
	float: left;
	font-size: 3em;
}

#header h2 {
	float: left;
	padding: 0px 0 0 0;
	font-size: 1em;
}

/* Menu */


#menu {
	text-align: center;
	font-size: 10pt;
	width: 900px;
	height: 41px;
	margin: 0 auto;
	background: url(images/menu.jpg);
}

#menu ul {
	background: url(images/img3t.png)  repeat-x;
	display: inline-block;
	width: 100%;
	height: 41px;
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#menu li {
	display: inline-block;
	float: left;
	height: 41px;
}


#menu a {

	display: inline-block;
	float: left;
	height: 41px;
	padding: 10px 15px 0px 15px;
	text-decoration: none;
	color: #CCCCCC;
}

#menu a:hover, #menu .active a {
	background: url(images/img4t.png) repeat-x;
	color: #FFFFFF;
	height: 41px; 
}

/* Search */

#search {
	bottom: 10px;
	width: 227px;
	position: relative;
}

#search fieldset {
	border: none;
}

#search input {
/*	float: left; */
}

#search #s {
	width: 136px;
	margin-right: 7px;
	padding: 2px 5px;
}

#search #x {
	background: none;
	border: none;
	width: 24px;
}

/* Content */

blockquote {
	margin: 1em 32px 1em 32px;
}

#content {
	width: 900px;
	margin: 0 auto;
	background: url(images/img52.gif);
}

#content1 {
	width: 900px;
	margin: 0 auto;
	background: url(images/img8.gif);
}

#colOne {
	float: left;
	width: 205px;
/*	background-color: #666666; */
	padding: 20px 15px 15px 15px;
}

#lafoto {	
}

#colTwo {
	float: left;
	width: 455px;
/*	background-color: #aaaaaa;*/
	padding: 20px 10px 15px 15px;
}

#colThree {
	float: left;
	width: 160px;
/*	background-color: #666666;*/
	padding: 20px 10px 15px 15px;
}

#colSecond {
	float: left;
	width: 635px;
/*	background-color: #666666;*/
	padding: 20px 15px 15px 15px;
}

#colSecond table td {
	border-collapse: collapse;
	padding: 0px 15px 0px 0px;
}

.nr {/* numerito rojo */
	color: #730000;
}

/* Footer */

#footer {
	width: 900px;
	margin: 0 auto;
	padding: 10px 0;
	background: url(images/img6.gif) repeat-x;
	font-size: smaller;
}

#footer * {
	color: #000000;
}

