/*
	www.gva-abogados.com
	
	CSS: Página index

	Tabla de contenidos:
		Maquetación general
		Listas

*/


/* Maquetación general
----------------------------------------------- */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #fff;
	text-align: center;
	margin: 0;
}

#utilidades {
	background-color: #fff;
	width: 100%;
	height: 17px;
	float: right;
	margin: 0;
}

#escena {
	background: #e8e8e8;
	width: 100%;
	height: 240px;
	float: left;
	margin: 100px 0 0 0;
}

#franja {
	background: url(../imagenes/bg_flash.png);
	text-align: right;
	height: 240px;
	float: left;
}

#franja object {
	float: right;
}

#flecos {
	background: url(../imagenes/bg_fleco.png) repeat-x;
	text-align: right;
	width: 100%;
	height: 170px;
	float: left;
}

#arabesco {
	background: url(../imagenes/arabesco.png) top center no-repeat;
	vertical-align: top;
	width: 100%;
	height: 150px;
	margin: auto;
}

#arabesco img {
	margin: 0 150px 0 0;
}

#copyright {
 	background-color: #fff;
	color: #9e0b0f;
	float: left;
	margin: 0 0 0 10px;
}

/* Listas
----------------------------------------------- */

#utilidades ul {
	line-height: 17px;
	background-color: #fff;
	float: right;
	padding: 0;
	margin: 0;
	list-style: none;
}

#utilidades li {
	float: left;
}

#utilidades li a {
	text-decoration: none;
	display: block;
}

#utilidades li a:hover {
	background-position:bottom;
}

#utilidades li a span {
	display:none;
}

#amail {
	background: url(../imagenes/amail0.png);
	width: 43px;
}

#amapa {
	background: url(../imagenes/amapa.png);
	width: 55px;
}

#afavo {
	background: url(../imagenes/afavo.png);
	width: 54px;
}

#idiomas {
	line-height: 18px;
	background: url(../imagenes/bg_idiom.gif) repeat-x;
	width: 300px;
	height: 18px;
	list-style: none;
	float: right;
	padding: 0;
	margin: 70px 0 0 0;
}

#idiomas li {
	float: left;
	margin: 0 7px 0 0;
}

#idiomas li a {
	text-decoration: none;
	width: 48px;
	display: block;
}

#idiomas li a:hover {
	background-position:bottom;
}

#idiomas li a span {
	display:none;
}

#esp {
 	background-image: url(../imagenes/espanol.gif);
}

#eng {
	background-image: url(../imagenes/english.gif);
}

