/* HTML general */
html, body {font-family: Verdana, Arial, Sans-Serif; font-size: 12px; }
body {
	margin: 0px;
	padding: 0px;
	background: #F7FAFF url(imgs/genbg.png) left bottom repeat-x;
	background-attachment: fixed;
	}

#contenedor {
	width: 700px;
	padding: 10px;
}

#portada {
	width: 730px;
	height: 420px;
	top: 50px;
	position: relative;
}

#portada .pt_botones { background-color: #DEDEDD; height: 40px; padding: 0 20px; text-align: right;}
#portada .pt_silla	 { background-color: #71706E; width: 180px; }
#portada .pt_pie	 { background: #DEDEDD url(imgs/fondo_blanco.jpg) top left no-repeat; }
#portada .pt_cuerpo  {
	background: #71706E url(imgs/fondo_gris.jpg) top left no-repeat;
	height: 221px;
	text-align: right;
	padding-right:25px;
	color: #DDDDDD;
	font-family: Arial;
	font-size: 18px;
	color: #FFFFFF;
	font-weight: normal;
	letter-spacing: 8px;
	}


#contactar { height: 130px;  background-color: #EAEEF4; font-size: 12px;}
#info	{ height: 170px; background-color: #ECEFF2; font-size: 11px;}

#portada .pt_botones a {
	margin: 0px 15px;
	font-family: Arial;
	font-size: 13px;
	color: #666666;
	font-weight: bold;
	text-decoration: none;
}
#portada .pt_botones a:hover { color: #FFFFFF; }
