@charset "utf-8";
/* CSS Document */

*{
	margin: 0;
	padding: 0;
}

body{
	background: #E0E0E0 url(../img/bg-body.png) repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
}

img{
	border: 0;
}

#contenedor{
	width: 902px;
	margin: auto;
}

#menu-principal{
	width: 700px;
	height: 25px;
	padding-left: 6px;
	padding-top: 108px;
	background-color: #000000;
	float: left;
}

#menu-principal li{
	list-style: none;
	display: inline;
}

#menu-principal li a{
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

#menu-principal li a:hover, #menu-principal li a.activo{
	color: #939598;
}

#menu-principal li.sep{
	width: 8px;
	height: 8px;
	background: url(../img/bt-menu.png) center  no-repeat;
}

#logo{
	width: 196px;
	height: 133px;
	background-color: #000000;
	float: left;
}

#marco{
	width: 864px;
	padding: 18px;
	border: 1px solid #FFFFFF;
	border-top: none;
	clear: left;
}

#contenido-portada{
	width: 848px;
	height: 63px;
	padding-top: 365px;
	padding-left: 10px;
	border: 3px solid #FFFFFF;
}

#tags{
	width: 831px;
	height: 40px;
	padding-top: 11px;
	background: url(../img/bg-tags.png) repeat-x;
	border: 2px solid #FFFFFF;
	color: #FFFFFF;
	text-align: center;
	display:none;
}

#contenido-interior-izq{
	width: 848px;
	height: 420px;
	padding-top: 8px;
	padding-left: 10px;
	border: 3px solid #FFFFFF;
}

#contenido-interior-der{
	width: 318px;
	height: 420px;
	padding-top: 8px;
	padding-left: 540px;
	border: 3px solid #FFFFFF;
}

#contenido-int{
	width: 279px;
	height: 388px;
	padding: 10px;
	background: url(../img/bg-tags.png) repeat !important;
	background-color:#333 ;
	border: 2px solid #FFFFFF;
	color: #FFFFFF;
}

#submenu{
	width: 252px;
	height: 21px;
	padding: 5px 10px 2px 10px;
	margin-bottom: 10px;
	background-color: #000000;
	border: 1px solid #FFFFFF;
}

#submenu li{
	display: inline;
	padding-left: 3px;
	padding-right: 3px;
	color: #FFFFFF;
}

#submenu li a{
	color: #FFFFFF;
	text-decoration: none;
}

#submenu li a:hover, #submenu li a.activo{
	text-decoration: underline;
}

#map{
	margin-left: 20px;
	margin-bottom: 10px;
	width: 220px;
	height: 220px;
	border: 5px solid #FFFFFF;
	color: white;
}

.pie{
	width: 451px;
	color: #666666;
	float: left;
	font-size: 11px;
}

.pie a{
	color: #666666;
	text-decoration: none;
}

.izq{
	text-align: left;
}

.der{
	text-align: right;
}
#logo-autochapistas{  

float:right;
}

/**/
#dContent {
	overflow: auto;
	width: 100%;
	height: 256px;
}

#dGaleria {
	overflow: auto;
	width: 100%;
	height: 80px;
	margin: 10px 0 0 0;
	border: 1px dotted white;
}

.dContacto {
	border: 1px solid white;
	background-color: black;
	padding: 10px;
	margin: 0 0 10px 0;
}

.dContacto a {
	color: white;
	text-decoration: none;
}

.dContacto a:hover {
	color: white;
	text-decoration: underline;
}