/* CSS Document */

body
{
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-image: url(../img/fondoindex.jpg);
	background-position: center;
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	text-align: center;
}
	
#contenedor
{
	width: 700px;
	margin: 110px auto;
}

#opciones
{
	width: 550px;
	margin: 0 auto;
}

img
{
	border-width: 0;
}
	
.opcion
{
	background-image: url(../img/opcionintro.png);
	background-repeat: no-repeat;
	text-align: left;
	padding: 7px 50px 7px 30px;
	width: 56px;
	font-size: 12px;
	font-weight: bold;
	float: left;
	cursor: pointer;
}

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

.opcion a:HOVER
{
	color: #000000;
	text-decoration: underline;
}

