/* CSS Document */
body
	{
	background-image:url(images/fondo.jpg);
	background-position:center;
	background-attachment:fixed;
	background-repeat:no-repeat;
	}
h1
	{
	font-size:20px;
	font-weight:bold;
	text-align:center;
	margin:5px 0px;
	padding:0px;
	}
h2
	{
	text-align:center;
	color:#FF0000;
	font-weight:bold;
	}
p1
	{
	color:#FF0000;
	}
#container
	{
	position:relative;
	margin:10px auto;
	padding:0px;
	width:800px;
	height:auto;
	}
#container form
	{
	font-weight:bold;
	margin:0px 0px 0px 200px;
	padding:0px;
	}
.menu
	{
	background-image:url(images/menu.gif);
	background-repeat:no-repeat;
	float:left;
	width:200px;
	height:40px;
	text-align:center;
	font-size:16px;
	margin:0px;
	padding:0px;
	cursor:pointer;
	}
.menu a:link
	{
	text-decoration:none;
	color:#CCCCCC;
	}
.menu a:hover
	{
	text-decoration:underline;
	color:#CCCCCC;
	}
.menu a:visited
	{
	text-decoration:none;
	color:#CCCCCC;
	}
.menu p
	{
	text-align:center;
	padding-top:10px;
	margin:0px;
	}
#cuerpo
	{
	position:inherit;
	clear:both;
	background-color:#FAFDB5;
	width:800px;
	}
#cuerpo p
	{
	padding-left:15px;
	padding-right:60px;
	}
#footer
	{
	clear:both;
	margin:0px;
	background-color:#006600;
	color:#CCCCCC;
	width:800px;
	height:20px;
	}
#footer p
	{
	text-align:center;
	font-weight:bold;
	font-size:14px;
	margin:0px;
	}
 /*ESTILO DE LOS BOXES DE LAS CASAS*/

.box
	{
	position:relative;
	float:left;
	width:390px;
	background-color:#D7B03E;
	margin:5px;
	height: 335px;
	}
.title
	{
	background-color:#745E18;
	width:auto;
	height:50px;
	text-align:center;
	font-size:18px;
	color:#000000;
	margin:0px;
	padding:0px;
	}
.title p
	{
	font-size:18px;
	margin:0px;
	padding:5px 0px;
	color:#FFFFFF;
	font-weight: bold;
	}
.title a
	{
	color:#000000;
	text-decoration:none;
	}
.columna
	{
	float:none;
	height: 155px;
	}
.columna p
	{
	padding-left:8px;
	padding-top:0px;
	}
.columna img
	{
	border: 1px dotted #006600;
    margin: 5px;
    padding: 2px;
	}
.clear
	{
	clear:both;
	}
.foto
	{
	float:left;
	padding:5px;
	}
#firma
	{
	width:800px;
	background-color:#CCCCCC;
	margin:0px;
	padding::0px;
	height:25x;
	text-align:center;
	color:#000000;
	font-size:10px;
	}
#firma img
	{
	vertical-align:middle;
	}
#firma a
	{
	color:#000000;
	text-decoration:none;
	font-size:11px;
	}
#firma a:hover
	{
	color:#000000;
	text-decoration:none;
	font-size:11px;
	}
#firma a:visited
	{
	color:#000000;
	text-decoration:none;
	font-size:11px;
	}

