@charset "UTF-8";

#usuarios-ie {font-family: Verdana, Arial, sans-serif; background: #FFFFDE;color:#000; border-bottom: 2px solid #7F0C00;margin: 5px;padding: 5px;}
#usuarios-ie p {font-size: 1.3em; margin: 0; padding: 5px 0; line-height: 1.5em;}
#usuarios-ie a {text-decoration: underline; font-weight: bold; color: #D64411;}


@font-face {
  font-family: 'Myriad Pro';
  src: url(./myriad/MyriadPro-Regular.otf) format("opentype");
}

*{
	margin: 0px;
}

body{
color: #000;
margin: 0px;
text-align: center;
background: #000 url(/img/fondo.jpg) repeat center top;
font: 100 12px Arial, Helvetica, Geneva, sans-serif;
}

a, a:visited {
	color: #FFF;
	text-decoration: none;
	cursor: pointer;
}

a:hover {
	text-decoration: underline;
	
}
a img {
	border: none;
}

#fondo {
	width: 962px;
	background: url(/img/web_01.png) no-repeat;
	margin-right: auto;
	margin-left: auto;
}

#logo{
	width: 250px;
	height: 100px;
	float: right;
	background: url(/img/pixel.png) repeat;
	margin: 0 370px 0 0;
}

#idiomas {
	width: 962px;
	height: 103px;
}

#idioma {
	float: right;
	margin: 10px 30px 0 0;
}







#menu {
	width: 962px;
	height: 78px;
	margin-left: 45px;
	margin-right: 45px;
}
#menu ul {
	margin: 0px;
	padding: 0px;
}
#menu ul li {
	list-style-type: none;
	display: inline;
}
#menu ul li a {
	color: #FFF;
	line-height: 30px;
	width: 100px;
	float: left;
	text-align: center;
	height: 57px;
	margin-left: 20px;
	font-size: 16px;
	margin-top: 4px;
}
#menu ul li a:hover {
	border-top-style: ridge;
	border-top-width: 1px;
	border-bottom-style: ridge;
	border-bottom-width: 1px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
}
#menu ul li a.activado {
	border-top-style: ridge;
	border-top-width: 1px;
	border-bottom-style: ridge;
	border-bottom-width: 1px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
}

#subboton {
	float: left;
	font-size: 10px;
	text-align: center;
	color: #bd1218;
	width: 100px;
	margin-top: -5px;
}

#contenido {
	width: 962px;
	background: url(/img/web_04.png) repeat-y;
	height: 100%;
	float: left;
	margin: 0;
}

#contenidoizq {
	width: 600px;
	margin: 15px 0 20px 50px;
	background: rgba(253,0,44,0.15) repeat-y;
	float: left;
	text-align: left;
	padding: 10px;
}

#titulo {
	font-size: 30px;
	color: #FFF;
	width: 500px;
	float: left;
}

#titulo2 {
	font-size: 28px;
	color: #FFF;
	width: 200px;
	float: left;
}

#fecha {
	font-size: 10px;
	color: #FFF;
	float: left;
}

#texto {
	font-size: 12px;
	color: #b0b0b0;
	width: 600px;
	float: left;
}

#texto2 {
	font-size: 10px;
	color: #dfdfdf;
	width: 200px;
	float: left;
}

#texto3 {
	font-size: 12px;
	color: #fff;
}

#imagentexto {
	float: left;
	margin: 10px 10px 10px 0;
}

#imagen2 {
	float: left;
	margin: 10px 0;
	width: 200px;
}

#imagen3 {
	float: right;
	margin: 0 0 10px 10px;
}

#fotosgaleria {
	float: left;
	margin: 10px;
}



#contenidoder {
	width: 200px;
	margin: 15px 0 20px 20px;
	background: rgba(12,127,127,0.15) repeat-y;
	float: left;
	text-align: right;
	padding: 10px;
}





#pie {
	width: 862px;
	height: 103px;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
	float: left;
	text-align: left;
	padding-left: 100px;
	padding-top: 20px;
	font-size: 10px;
	color: #cacaca;
	background: url(/img/web_07.png) no-repeat;
}

#contadordevisitas {
	float: right;
	margin: 30px 50px 0 0;
	
}


