/* Estilo css por y para www.felixblanco.net */

body{
	background-color:#3B3B3B;
	font-family: georgia, arial, verdana, tahoma;
}
a{
	color:#262626;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
	color: #666666;
}
/* Implementación en CSS3 lo quito porque no valida
*::-moz-selection{
   background: #FF9B10;
   color: #FFF;
}

*::selection {
   background: #FF9B10;
   color: #FFF;
}
/* cambia color de la seleccion */

h1{
	font-size: 1.1em;
	margin:0px;
}

h2{
	font-size: 1.1em;
	color:#343434;
	background-image: url(../images/bgh1.gif);
	background-repeat: no-repeat;
	background-position: left;
	margin: 2px;
	padding-left: 13px;
}

p{
	margin:1px;
	padding-left:11px;
	font-size:0.9em;}

.right{
	float:right;
	width:286px;
}
	
.contenedor{
	margin-left:auto;
	margin-right:auto;
	width:748px;
	height:100%;
}

.top{
	width:748px;
	height:119px;
}

.medio{
	background-image: url(../images/bg.jpg);
	padding-top: 5px;
	padding-bottom: 8px;
}
.contenido{
	width:auto;
	margin-right:170px;
	padding-left: 26px;
}

.formulario{
	width:260px;
	margin-top:6px;
}

	label,input {
		font-size: 12px;
		display: block;
		width: 160px;
		float: left;
		margin-bottom: 5px;
	}
	
	label {
		width:235px;
		margin:1px;
	}
	
	input {
		border: 1px solid #ccc;
		color: #000;
	}
	
	textarea{
		border: 1px solid #ccc;
		font-size: 12px;
		color: #000;
		margin-bottom: 5px;
	}	
	
	fieldset {
		border: 0;
		width:270px;
	}

.menu{
	float: right;
	width:170px;
	text-align:right;
	padding-top: 20px;
	height:100%;
}
.menu li{
	list-style-type: none;
	margin-right:23px;
	margin-top: 7px;
	margin-bottom: 7px;
	font-size: 1.2em;
}
.menu li a:hover{
	background-color: #FF9B10;
	color:#FFF;
	margin-right:-23px;
	padding-right:23px;
	padding-top:3px;
	padding-bottom:3px;
	padding-left:13px;
	text-decoration:none;
	background-image: url(../images/bgmenu.jpg);
}

.menuabajo{
	margin-right:23px;
	margin-top: 7px;
	margin-bottom: 7px;
	
}

.menuabajo img{border:none;}

.abajo{
	width:748px;
	height:96px;
}

.textoabajo{
	margin-top:5px;
	text-align:center;
	color: #CCCCCC;
	font-size: 13px;
}
.textoabajo a{
	color: #CCCCCC;
}
