@charset "UTF-8";
/* STYLE SHEET . MARMOLES LUIS SANCHEZ */

body, html {
	margin:0 auto;
	padding:0;
	min-height:100%;
	background:#232323 url(../imagenes/bgr/bottom_bgr.gif) top left repeat-x;
}

.idiomas {
	position:absolute;
	left:960px;
	top:5px;
	text-align:left;
	width:20px;
	z-index:1;
}

.idiomas ul, .idiomas li {
	font-family:"Trebuchet MS";
	font-size:10px;
	line-height:16px;
	list-style:none;
	margin:0 auto;
	padding:0;
	color:#cdcdcd;
}

.idiomas a {
	text-decoration:none;
	color:#cdcdcd;
}

.idiomas a:hover {
	text-decoration:underline;
}

a img  {
	border:none;
}


/* Footer */
#footer {
	width:100%;
	right:0;
	bottom:0;
	height:80px;
	float:right;
	clear:both;
}

#footer ul, .footer li {
	font-family:"Trebuchet MS";
	font-size:10px;
	line-height:18px;
	list-style:none;
	margin:0 15px 0 0;
	padding:0;
	color:#7c6f6f;
	float:right;
}

#footer a {
	color:#7c6f6f;
	text-decoration:none;
}

#footer a:hover {
	text-decoration:underline;
}


/* --- ESTILOS INDEX --- */

#wrapper_index {
	text-align:center;
	margin:0 auto;
	padding:0;
}

.idiomas_index {
	position:absolute;
	left:50%;
	top:5px;
	margin-left:230px;
	text-align:left;
	width:30px;
	z-index:0;
}

.idiomas_index ul, .idiomas_index li {
	font-family:"Trebuchet MS";
	font-size:10px;
	line-height:16px;
	list-style:none;
	margin:0 auto;
	padding:0;
	color:#cdcdcd;
}

.idiomas_index a {
	text-decoration:none;
	color:#cdcdcd;
}

.idiomas_index a:hover {
	text-decoration:underline;
}



/* LAYOUT GENERAL */

#wrapper {
	width:100%;
	position:absolute;
	top:0;
	left:0;
}

#header {
	width:980px;
	float:left;
	min-height:125px;
}

#content {
	font-family:"Trebuchet MS";
	width:100%;
	height:100%;
	float:left;
	margin-top:45px;
}

#content .logo {
	margin-left:50px;
	float:left;
}

#content .menu_01 {
	margin-left:55px;
	padding-top:15px;
	padding-left:2px;
	width:94px;
	border-top:solid 1px #3f3f3f;
	float:inherit;
}

.menu_01 ul, .menu_01 li {
	font-size:11px;
	line-height:20px;
	list-style:none;
	color:#019db1;
	padding:0;
	margin:0 auto;
}

.menu_01 a {
	text-decoration:none;
	color:#019db1;
}

.menu_01 a:hover {
	font-weight:bold;
	color:#01c6e0;
}

.menu_01 .select a {
	font-weight:bold;
	color:#01c6e0;
}

#content .menu_02 {
	margin-left:45px;
	padding-top:15px;
	padding-left:2px;
	width:135px;
	border-top:solid 1px #3f3f3f;
	float:inherit;
}

.menu_02 ul, .menu_02 li {
	font-size:10px;
	line-height:16px;
	list-style:none;
	color:#9b9c9c;
	padding:0;
	margin:0 auto;
}

.menu_02 a {
	color:#9b9c9c;
	text-decoration:none;
}

.menu_02 a:hover {
	text-decoration:underline;
}

.menu_02 .select a {
	text-decoration:underline;
	color:#9b9c9c;
}

#content .text {
	margin-left:45px;
	margin-bottom:50px;
	padding-top:15px;
	padding-left:2px;
	width:400px;
	border-top:solid 1px #3f3f3f;
	float:inherit;
}

.text h1 {
	font-size:20px;
	font-weight:bold;
	color:#03a0b5;
	margin:20px 0 -5px -12px;
	padding:0;
}

.text h2 {
	font-size:28px;
	font-weight:bold;
	color:#03a0b5;
	margin:0 0 25px 0;
	padding:0;
}

.text h3 {
	font-size:10px;
	color:#7f7f7f;
	margin:0 auto;
	margin-bottom:-5px;
	padding:0;
	font-weight:normal;
}

.text h3 a {
	color:#7f7f7f;
	text-decoration:underline;
}

.text h4 {
	font-size:9px;
	color:#7f7f7f;
	margin:0 auto;
	padding:0;
}

.text p {
	font-size:11px;
	color:#a0b3b6;
}

.mat {
	margin-top:20px;
	margin-bottom:20px;
}

.text .mini_first {
	float:left;
	margin-right:9px;
	margin-bottom:9px;
	border:none;
	font-size:9px;
	color:#a0b3b6;	
}

.text .mini {
	float:left;
	margin-bottom:9px;
	border:none;
	font-size:9px;
	color:#a0b3b6;
}

.text ul {
	list-style:none;
	float:left;
	width:200px;
	margin:0;
	margin-top:15px;
	padding:0;
}

.text li {
	font-size:11px;
	color:#a0b3b6;
}

.text .lista_formatos {
	clear:both;
}

.text a {
	text-decoration:none;
	color:#a0b3b6;
}


/* - > CONTACTAR < - - - - - */

.text iframe {
	margin-top:20px;
	border:solid 1px #3f3f3f;
}

.text #form {
	margin-top:20px;
}

input[type="text"], textarea{
	width: 399px;
	border: 1px solid #3f3f3f;
	font-family:"Trebuchet MS";
	font-size:10px;
	color:#ccc;
	background:none;
}

select {
	width: 399px;
	border: 1px solid #3f3f3f;
	font-family:"Trebuchet MS";
	font-size:10px;
	color:#ccc;
	background:none;
}

input[type="submit"], input[type="reset"]{
	border: 1px solid #3f3f3f;
	font-family:"Trebuchet MS";
	font-size:10px;
	color: #666666;
	background:none;
}
