@charset "utf-8";
/* CSS Document */

/*background
{
width:1400px;
height:930px;
background-color:#666666;
}*/

*
{
	margin:0;
	padding:0;
}

body
{
	background-color:#FFFFFF;
}

main
{
	width:1400px;
	height:930px;
	background-color:#FFFFFF;
	margin:auto;
}

header
{
	width:948px;
	height:150px;
	background-color:#FFFFFF;
	margin:auto;
}

header a
{
	text-decoration:none;
	color: #333333;
}

#submenuprovincias
{
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	color:#333333;
	text-align:right;
	padding-right:80px;
	text-decoration:none;
	padding-top:30px;
}

#submenuprovincias a
{
	text-decoration:none;
	color: #333333;
}

#submenuprovincias a:hover
{
	font-weight:bold;
	color:#003366;
}

#idioma a:hover
{
	font-weight:bold;
}

.menu
{
	width:758px;
	height:50px;
	background-color:#FFFFFF;
	margin:o auto;
}

.boton
{
	width:108px;
	height:28px;
	background-image:url(../images/menuboton.jpg);
	text-align:center;
	float:left;
}

.boton a
{
	color:#000000;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:13px;
	text-decoration:none;
	line-height:2;
	/*Las etiquetas display Inline no soportan ancho ni alto*/
	display:inline-block;
	width:108px;
	height:28px;
}

.boton a:hover
{
	background-repeat:no-repeat;
	background-image:url(../images/menubotonover.jpg);
}

.boton5
{
	width:108px;
	height:28px;
	background-image:url(../images/menuboton.jpg);
	float:left;
	text-align:left;
}

.desplegable
{
	width:108px;
	height:160px;
	background-color:#000000;
	display:none;
	position:relative;
}

.boton:hover > .desplegable
{
	display:block;
}

.boton5:hover > .desplegable
{
	display:block;
}

.desplegable2
{
	width:108px;
	height:28px;
	background-color:#000000;
	display:none;
	position:relative;
	left:105px;
	top:-28px;
}

.boton:hover > .desplegable2
{
	display:block;
}

.boton5:hover > .desplegable2
{
	display:block;
}

.desplegable3
{
	width:108px;
	height:50px;
	background-color:#000000;
	display:none;
	position:relative;
	left:105px;
	top:-28px;
}

.boton:hover > .desplegable3
{
	display:block;
}

.desplegable4
{
	width:108px;
	height:80px;
	background-color:#000000;
	display:none;
	position:relative;
	left:105px;
	top:-28px;
}

.boton:hover > .desplegable4
{
	display:block;
}

.boton5:hover > .desplegable4
{
	display:block;
}

#content
{
	width:948px;
	margin:auto;
	text-align:center;
}

.desplegable5
{
	width:108px;
	height:80px;
	background-color:#000000;
	display:none;
	position:relative;
	left:105px;
	top:-28px;
}

.boton:hover > .desplegable5
{
	display:block;
}

.boton5:hover > .desplegable5
{
	display:block;
}

.desplegable7
{
	width:108px;
	height:50px;
	background-color:#000000;
	display:none;
	position:relative;
	left:105px;
	top:-28px;
}

.boton:hover > .desplegable7
{
	display:block;
}

.boton5:hover > .desplegable7
{
	display:block;
}

.desplegable9
{
	width:108px;
	height:50px;
	background-color:#000000;
	display:none;
	position:relative;
	left:105px;
	top:-28px;
}

.boton:hover > .desplegable9
{
	display:block;
}

.botondiscos
{
	width:150px;
	height:28px;
	background-image:url(../images/menubotondiscos.jpg);
	text-align:center;
	float:left;
}

.botondiscos a
{
	color:#000000;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:14px;
	text-decoration:none;
	line-height:2;
	/*Las etiquetas display Inline no soportan ancho ni alto*/
	display:inline-block;
	width:150px;
	height:28px;
}

.botondiscos a:hover
{
	background-repeat:no-repeat;
	background-image:url(../images/menubotonoverdiscos.jpg);
}


.desplegable6
{
	width:108px;
	height:80px;
	background-color:#000000;
	display:none;
	position:relative;
	left:105px;
	top:-28px;
}

.boton:hover > .desplegable6
{
	display:block;
}

#provincia
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#666666;
	text-align:left;
	padding-left:30px;
	padding-top:15px;
}

p
{
	padding-left:40px;
	padding-top:15px;	
}

#box
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666666;
	text-align:left;
	padding-left:50px;
}

#bannerinterno
{
	width:935px;
	height:190px;
	margin:auto;
	text-align:center;
}

#footer
{
	width:948px;
	height:100px;
	margin:auto;
	text-align:center;
	background-image:url(../images/bottominterno.jpg);
}

#menusuperior a
{
	color:#FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration:none;
	text-align:center;
}

#textbottom a
{
	color:#FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration:none;
	text-align:center;
}