body, html {
	margin:0px;
	background-color:#000000;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#FFFFFF;
}
a{
color:#FFFFFF;
text-decoration:none;
}
h1{
margin-top:0px;
font-size:24px;
font-weight:normal;
height:35px;
background-image:url(../images/hr.jpg);
background-repeat:no-repeat;
background-position:bottom;
}
.current_submenu{
color:#9e263f;
font-weight:bold;
}
.marco_imagen{
border:solid 1px #606060; margin-right:15px; margin-bottom:8px; padding:4px; overflow:hidden; float:left; width:150px; height:75px;
}
marco_imagen img{
height:75px; width:150px;
}

/* formularios */
.textfield{
font-size:10px;
height:15px;
}
.input, .textarea, .button{
	background-color: transparent; #000000;
	border:none;
	border-bottom: 1px solid #B5AFA6;
	width: 180px;
	color: #FFFFFF;
	float:right;
}
.textarea{
	border:1px solid #B5AFA6;
	width: 180px;
	height: 30px;
	font-family:Verdana, Arial, Helvetica, sans-serif;	
}
.error{
color:#990000;
font-size:10px;
width:180px;
float:right
}
.button{
background-color:#751025;
	border:1px solid #B5AFA6;
	margin-top:15px;
}
label{
float:left;
width:60px;}
#campo{
float:right; width:250px;
}
/* layout */

#mascara{
	position:fixed;
	z-index:0;
	background-image:url(../images/mascara.png);
	background-position:center -23px;
	width:100%;
	height:100%;
	background-repeat:no-repeat;
	background-color:#000000
}
#layout_1{
width:100%; height:100%;
}
#layout_1_1{
width:780px; height:100%; margin:auto;
}
#layout_logo{
	position:fixed;
	width:522px;
	margin-top:20px;
	z-index:6;
	padding-left:258px;
}
#layout_menu{
	position:fixed;
	width:100%;
	height:104px;
	margin-left:-62px;
	padding-left:60px;
	padding-right:50px;
	max-width:850px;
	min-width:780px;
	background-image: url(../images/menuSup.png);
	background-repeat:no-repeat;
	margin-top:140px;
	z-index:6;
	background-repeat:no-repeat;
	overflow:hidden;
	padding-top:20px;
}
#layout_imagen{
	position:fixed;
	width:490px;
	height:345px;
	margin-top:230px;
	margin-left:409px;
	z-index:0;
	overflow:hidden;
}
#layout_foot{
	position:fixed;
	width:100%;
	height:60px;
	margin-left:-61px;
	padding-left:60px;
	padding-right:50px;
	max-width:850px;
	min-width:780px;
	background-image: url(../images/menuInf.png);
	background-repeat:no-repeat;
	margin-top:505px;
	z-index:6;
	background-repeat:no-repeat;
	overflow:hidden;
	padding-top:10px;
	z-index:3
}
#layout_foot_izda{
	float:left;
	padding-top:5px;
	padding-left:0px;
	font-size:14px;
	position:relative;
}
#layout_foot_izda span{
	margin:0px;
	padding:0px;
	color:#737373;
	font-size:20px;
	font-weight:0px;
}
#layout_foot_dcha{
	float:right;
	padding-top:15px;
	padding-right:20px;
	font-size:13px;
	position:relative;
	text-align:right
}
#layout_foot_dcha span{
font-size:12px; color:#a7a7a7
}
#layout_fondo{
	position:fixed;
	width:643px;
	height:290px;
	margin-top:225px;
	margin-left:-44px;
	z-index:1;
	background-image:url(../images/fndAsfalto.png);
}

#layout_banda{
	position:fixed;
	width:174px;
	height:325px;
	margin-top:250px;
	margin-left:425px;
	z-index:4;
	background-image:url(../images/blanco.png);
	background-repeat:no-repeat;
}

#layout_body{
	width:450px;
	margin-left:50%;
	left:-380px;
	top:0px;
	position:absolute;
	padding-top:253px;
	padding-bottom:286px;
	color:#FFFFFF;
	z-index:1
}
#layout_2{
width:100%; height:100%; overflow:hidden; z-index:2;
}
#layout_2_1{
	position:fixed;
	width:100%;
	z-index:2;
	height:235px;
	margin:auto;
	margin-bottom:250px;
	background-image:url(../images/mascara.png);
	background-position:center -23px;
}
#layout_2_2{
	width:780px;
	z-index:2;
	background-image:url(../images/mascara1.png);
	height:90px;
	margin:485px auto auto;
	background-position:center -460px;
	background-repeat:no-repeat;
	position:relative;
}
#layout_2_3{
height:10000px; background-color:#000000; width:780px; margin:auto; z-index:3; position:relative; 
}
/* galeria */
div.overlay {          /* growing background image */
	background-image:url(../images/white.png);          /* dimensions after the growing animation finishes  */
                  /* initially overlay is hidden */
	display:none;          /* some padding to layout nested elements nicely  */

	padding-left:35px;
	padding-top:35px;	
	padding-right:35px;
}  /* default close button positioned on upper right corner */
div.overlay div.close {
	background-image:url(../images/close.png);
	position:absolute;
	right:0px;
	top:0px;
	cursor:pointer;
	height:33px;
	width:33px;
}

/* menus */
.idiomas {
	float:right;
	position: relative;
	margin:0px;
	margin-right:10px;
	padding:0px;
}
.idiomas li {
	float:left;
	list-style: none;
	position:relative;
	margin:-9px 5px 0 5px;
}
.submenu {
	float:left;
	position: relative;
	margin:0px;
	margin-left:10px;
	padding:0px;
}
.submenu li {
	float:left;
	list-style: none;
	position:relative;
	margin:-9px 5px 0 5px;
}
.subemnu li a {
	position: relative;
	overflow: hidden;
	text-decoration: none;
	text-transform: uppercase;
	font: bold 11px georgia;
	color: #a7a7a7;
	outline: none;
	text-align: center;
	letter-spacing: 0;
	display: block;
	margin: auto 0px;
}
.lavaLamp {
	position: relative;
	height: 18px;
	padding:0px;
            overflow: hidden;
}
/* Force the list to flow horizontally */
    .lavaLamp li {
		float:left;
	list-style: none;
	margin:auto;
	position:relative;
	z-index:6;
}
/* Represents the background of the highlighted menu-item. */
	.lavaLamp li.back {
	background:url(../images/lava.png) no-repeat right -18px;
	width: 9px;
	height: 18px;
	z-index: 5;
	position: absolute;
	top:0px;
}
.lavaLamp li.back .left {
	background: url(../images/lava.png) no-repeat top left;
	height: 18px;
	margin-right: 9px;
}
/* Styles for each menu-item. */
        .lavaLamp li a {
	position: relative;
	overflow: hidden;
	text-decoration: none;
	text-transform: uppercase;
	font: bold 11px georgia;
	color: #fff;
	outline: none;
	text-align: center;
	height: 18px;
	top: 2px;
	z-index: 6;
	letter-spacing: 0;
	display: block;
	margin: auto 5px;
}
.p{margin-top:-25px;}
