/*
.com:  Hoja de estilos
por David Moya. http://www.atrioweb.com/
Última modificación: 24-01-2008
================================================*/

* {
	margin:0px;
	padding:0px;
}


body, textarea, input, h1,h2,h3,h4, p, a, li {
	font:11px Verdana, arial, helvetica, sans-serif ;
	line-height: 1.4em;
	color:#292020;
}

img {
	border:none;
}

ul li{list-style:none;}

a{
	text-decoration: none;
	color:#831203;
}

a:hover{
	text-decoration: underline;
}

.clear{
	clear:both;
}
/*
--------------------------------------------------------------*/

body {
	background: #4E2A12 url(/img/bg_body.jpg) repeat-x;
}

#container{
	float:left;
	width:100%;
}


#header{
	position:relative;
	width:760px;
	margin:0 auto;
	height: 159px;
	background: transparent url(/img/header2.jpg);
}

#nav{
	position:absolute;
	bottom:0;
	left:0;
	width:760px;
	height:26px;
}


#banner{
	clear:both;
	width:760px;
	margin:0 auto;
	background-color: #fff;
}


#content{
	width:760px;
	margin: 0 auto;
	background-color: #fff;
	background: transparent url(/img/bg_content.jpg) repeat-y;
	overflow:hidden;

}

#main {
	float:left;
	display:inline; /*ie*/
	width: 500px;
	padding:0 0 40px;
	margin:20px 0 0px 22px;
	min-height:400px;
}

#sidebar {
	float:right;
	display:inline; /*ie*/
	width: 198px;
	margin:0 10px 0 0;
	padding: 60px 0 0 ;
}



#footer {
	clear:both;
	width:760px;
	margin: 0 auto;
	padding-top:20px;
	height:40px;
	border-top:10px solid #E1CDA9;
}

/*-------------------------------------------------*/



#logo{
	position:absolute;
	top:0;
	left:-26px;
	width:213px;
	height:98px;
	background: url(/img/bg_logo2.jpg) 0 0 no-repeat;
}

#logo a{
	display:block;
	width:213px;
	height:98px;
	text-indent:-9999px;

}


#album{
	position:absolute;
	top:0;
	right:-19px;
	width:264px;
	height:206px;
	background: url(/img/bg_album2.jpg) 0 0 no-repeat;
}

#album_img{
	position:absolute;
	top:50px;
	left:21px;
	width:223px;
	height:130px;
}

/*-------------------------------------------------*/


#nav ul{
	height:26px;
}

#nav ul li{
	display:inline;
	float:left;
	background:url(/img/nav_left.gif) no-repeat left top;
	margin:0;
	padding:0 0 0 5px;
}

#nav ul li a{
	display:block;
	float:left;
	height:16px;
	margin: 0;
	background: url(/img/nav_right.gif) no-repeat right top;
	padding:6px 20px 4px 15px;
	color:#831203;
	text-transform: uppercase; 
	font-family: georgia, 'times new roman', arial, serif;
}


#nav ul li a:hover{
	color:#000;
	text-decoration: none;
}

/*-------------------------------------------------*/

#main p a,#main li a{
	text-decoration:underline;
}

#main p a:hover,#main li a:hover{
	text-decoration:none;
}

#main h1, #main p {
}

#main h1 {
	font-family: georgia, 'times new roman', arial, serif;
	font-size:1.5em;
	margin-bottom:1em;
	color:#5A0A0A;
}

#main h2 {
	font-weight: bold;
	margin-bottom:1em;
	color:#8B5F20;
}

#main p {
	margin-bottom:1em;
}

#main ul{
	margin:0 0 1em;
}

#main li{
	margin:0 0 0 20px;
	padding:0 0 0 14px;
	background:url(/img/star.gif) 0 4px no-repeat ;
}

#main .tipo2 li{
	margin:0 0 1em 20px;
}


/**/

.fotomarco{
	float:left;
	width:232px;
	height:150px;
	padding:11px 0 0 10px;
	margin: 0 15px 10px 0;
	background:url(/img/bg_fotomarco.jpg) no-repeat left top;

}

ul#fotos_p{
overflow:hidden;
}

ul#fotos_p li{
	float:left;
	display:inline;
	width:163px;
	background:none;
	margin: 0 5px 0 0;
	padding:0;

}

ul#fotos_p li.last{
	margin: 0;
}

ul#fotos_p li div{
	width:155px;
	height:102px;
	background:url(/img/bg_fotomarco_p.jpg) no-repeat left top;
	padding:7px 0 0 8px;
	margin:0 0 4px;
}



ul#fotos_p li div p{
}

ul#fotos_p li p a{
	display:block;	
	width:163px;
	text-align: center;
	margin: 0 auto;
	font-weight: bold;

}




/*tablas--------------------------------------------------------*/

/*
table{width:100%;}
table th {background:#A39A80; color:#FFF;}
table th, table td {border:1px solid #DAD6CB;}
table tr.bg td {background:#F1EEE8;}

*/ 	
	
	/*INICIO TABLA */

	table
	{	width:495px;
	margin: 0 0 2em;
		border-left:1px solid #999;
		border-top:1px solid #999;
		border-spacing:0px;/*por seguridad, ponerlo para eliminar el cellspacing en Mozilla. IE no lo soporta*/
		border-collapse:collapse;
	}

	table thead th
	{
		border-right:1px solid #999;
		border-bottom:1px solid #999;
		background: #EEE2CD url(/img/th-back.gif) top left no-repeat;
		padding:0.2em .5em;
		border-spacing:0;
		vertical-align:top;
		line-height:normal;
		color:#333;
		text-align:left;
	}

	table tbody th
	{
		border-right:1px solid #999;
		border-bottom:1px solid #999;
		padding:0.2em .5em;
		border-spacing:0;
		vertical-align:top;
		line-height:normal;
		color:#333;
		text-align:left;
	}

	table tr
	{
		margin:0;
		padding:0;
		border-spacing:0;
	}

	table td
	{
		border-right:1px solid #999;
		border-bottom:1px solid #999;
		margin:0 1em;/*?*/
		padding:0.2em .5em;
		border-spacing:0;
		vertical-align:top;
	}


	/*FIN TABLA */

/*-------------------------------------------------*/

#sidebar h4{
	padding:3px;
	margin-bottom:0.5em;
}

#sidebar ul{
}

#sidebar ul li{
margin: 0  10px;
}

#sidebar ul li a{
	font-family: georgia, 'times new roman', arial, serif;
	display:block;
	padding: 4px 10px 4px 12px;
	height:1%; /* IE WIN */
	color:#831203;
	background:url(/img/icon_arrow.gif) 0 7px no-repeat ;
border-bottom: 1px solid #ECD6AF;
}

/*-------------------------------------------------*/
#footer #footerul{
	display:none;
	float:left;
}


#footer #xhtml{
	float:right;
	margin: 0 10px 0 0;
}


#footer #footerul li{
	display:inline;
}

#footer #footerul li a{
	display:block;
	float:left;
	margin-right:5px;
	color: #E1CDA9;
}

#footer p {
	font-size:10px;
	color: #E1CDA9;

}

#footer p a {
	font-size:10px;
	color: #E1CDA9;
}

#footer p a:hover {
	color: #fff;
}



/*contacto-------------------------------------------------*/


#contacto form{
margin-bottom:20px;
}

#contacto fieldset{
	border:none;
	padding-top:20px;
}

#contacto legend{
	display:none;
}

#contacto label{
	display:block;
	float:left;
	width:76px;
	height:20px;
	margin-right:10px;
	padding-top:2px;
	padding-right: 4px;
	color:#000;
	text-align: right;
}

#contacto input{
	display:block;
	margin-left:86px;
	margin-bottom:1em;
	border:1px solid #E1CDA9;
	width:250px;
	padding:2px;
}

#contacto textarea{
	display:block;
	width:200px;
	height:100px;
	margin-left:86px;
	margin-bottom:1em;
	border:1px solid #E1CDA9;
	width:250px;
	padding:2px;

}

#contacto input.boton{
	border:none;
	margin-left:90px;
	width:76px;
	height:24px;
	background-color:#831203;
	color:#fff;

}


/* CLEARFIX 
-------------------------------------------------*/

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

