/* @override http://www.colchoninflable.com/css/styles.css */

* {
	
	margin:0;
	padding:0;
}

body {
	font-family:"Courier New", Courier, monospace;
	background:#fff;
	color: #000000;
	font-size:16px;
}

a img {
	border:none;
}

.clear {
	clear:both;
	height:0;
	/* IE6 */
	font-size:0;
	line-height:0;
}

.rojo {
	color:#FF0000;
}

.verde {
	color:#009900;
}

.marcador {
	background-color:#ffff00;
	padding:3px;
}

.txt {
	color:#666;
	font-family:"Courier New", Courier, monospace;
	font-size:14px;
	padding:3px;
	width:240px;
}

textarea.txt {
	width:440px;
}

.btn {
	font-weight:bold;
	padding:3px;
}

#wrapper {
	margin:auto;
	width:780px;
}

#contenedor-cabecera {
	background:#9caebb url(../images/bg-cabecera.gif) left top repeat-x;
	border-bottom:1px solid #6b7a85;
}

#cabecera {
	margin:0 auto;
	padding:10px 0;
	width:780px;
}

#dominio {
	
}

#dominio h1 {
	color:#fff;
	font-size:32px;
}

#dominio h1 .dominio-ext {
	font-size:18px;
	font-weight:normal;

}

#contenedor {
	margin:0 auto;
	padding:30px 0 0 0;
	width:780px;
}

#menu {
	float:left;
	width:250px;
	font-family:"Courier New", Courier, monospace;
	font-size:16px;
	padding-top:20px;
}

#menu ul {
	list-style:none;

}

#menu ul li {
	margin-bottom:24px;
}

#menu ul li a {
	color:#8f9ca5;
	padding:6px 10px;
	text-decoration:none;
}

#menu ul li a:hover {
	background-color:#a6b6c2;
	color:#fff;
}

#menu ul li a.seleccionado, #menu ul li a.seleccionado:hover {
	background-color:#8f9ca5;
	color:#fff;
}

#contenido {
	float:left;
	width:510px;
}

#contenido h1 {
	font: normal 36px "Helvetica Neue", Helvetica, Geneva, sans-serif;
	color:#000000;
	font-weight: bold;
	text-transform: uppercase;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.75);
	margin: 0 0 20px;
	text-align: center;
}

#contenido h2 {
	font: normal 16px;
	color:#000000;
	text-transform: uppercase;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.75);
	margin: 0 0 20px;
	text-align: left;
}

#contenido h3 {
	font: normal 14px;
	color:#333;
	text-transform: uppercase;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.75);
	margin: 0 0 12px;
	text-align: left;
}

#contenido p {
	margin:6px 0 14px;
	text-align:justify;
}

#contenido ul {
	margin:10px 0 20px;
	padding-left:30px;
}

#contenido ul li {
	margin:6px 0 10px;
}

#contenido a {
	color:blue;
	text-decoration:underline;
}

#contenido a:hover {
color:red;

}

#contenido a:visited {
text-decoration: line-through;
color:gray;
}

#pie {
	border-top:1px solid #6b7a85;
	color:#afafaf;
	margin:auto;
	padding:20px 0 30px;
	text-align:center;
	width:780px;
}
