@charset "UTF-8";
body {
	background: url(../images/fondo.jpg) top left repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 11px;
}
/* CONTENEDORES */
#wrap {
	width: 960px;
	height: auto;
	margin: 0 auto 0 auto;
	background-color: #FFF;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-ms-border-radius: 10px;
	-khtml-border-radius: 10px;
	padding: 10px 0 10px 0;

	top:250px;
}
#header {
	text-align: center;
	width: 940px;
	height: 95px;
	position: relative;
	margin: 0 10px 0 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-ms-border-radius: 10px;
	-khtml-border-radius: 10px;
	position: relative;
}
#header_left {
	float: left;
	width: 250px;
	height: 95px;
	position: relative;
	margin: 0 10px 0 10px;
	background-color: #FFF;
	vertical-align: middle;
}
#header_right {
	width: 690px;
	margin-left: 260px;
	height: 95px;
	position: relative;
	background-color: #FFF;
	vertical-align: middle;
}
#header_left1 {
	float: left;
	width: 370px;
	height: 250px;
	position: relative;
	margin: 0 10px 0 10px;
	background-color: #FFF;
	vertical-align: middle;
}
#header_right1 {
	width: 550px;
	margin-left: 390px;
	height: 250px;
	position: relative;
	background-color: #FFF;
	vertical-align: middle;
}
#header_left img {
	border: 0px;
	cursor: pointer;
}
#header_right1 img {
	border: 0px;
	margin-left: 320px;
}
#index_text_content {
	width: 900px;
	position: relative;
	margin: 10px 50px 0 10px;
	text-align: center;
	vertical-align: top;
}
#top_mid, #bottom_mid {
	width: 940px;
	position: relative;
	margin: 10px 10px 0 10px;
	text-align: center;
	vertical-align: top;
	display: inline-block;
}
#izquierda { position:absolute; top:5px; left:10px; bottom: 30px; width:430px; height:inherit; }
#derecha { margin-left:450px; right:10px; bottom: 30px; min-width:400px; }
#mid, #mid_blk {
	width: 940px;
	position: relative;
	margin: 10px 10px 0 10px;
	padding: 10px 0 10px 0;
	text-align: center;
	height: auto;
	vertical-align: top;
}
#mid_blk {
	background-color: #000 !important;
}
#mid1 {
	width: 940px;
	position: relative;
	margin: 10px 10px 0 10px;
	padding: 10px 0 10px 0;
	text-align: center;
	height: auto;
	vertical-align: top;
	display: inline;
}
#left_mid {
	width: 290px;
	margin: 0 0 0 10px;
	text-align: center;
	position: absolute;
}
#right_mid {
	margin-left: 300px;
	width: 615px;
	margin-right: 5px;
	text-align: center;
}
#left_bottom_mid {
	width: 430px;
	margin: 0;
	text-align: center;
	position: relative;
	border: #000 1px solid;
}
#right_bottom_mid {
	margin-left: 450px;
	width: 430px;
	vertical-align: top;
	position: relative;
	border: #000 1px solid;
}
#footer {
	text-align: center;
	width: 940px;
	height: auto;
	position: relative;
	margin: 50px 10px 10px 10px;
	padding: 2px 0 5px 0;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	background-color: #CF0072;
	-ms-border-radius: 10px;
	-khtml-border-radius: 10px;
	color: #FFF;
	font-weight: bold;
}
#footer2 {
	text-align: center;
	width: 180px;
	height: auto;
	position: absolute;
	margin: 20px 10px 10px 10px;
	padding: 2px 0 5px 0;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	background-color: #CF0072;
	-ms-border-radius: 10px;
	-khtml-border-radius: 10px;
	color: #FFF;
	font-weight: bold;
}
/* /CONTENEDORES */

/* CAJAS DE TEXTO E IMÁGENES */
.box {
	background: #FFF;
	padding: 0px 10px 1px 10px;
	text-align: left;
	position: relative;
}
.box2 {
	background: #FFF;
	padding: 0px 10px 1px 10px;
	text-align: left;
	position: relative;
}
.box3 {
	background: #FFF;
	padding: 0px 10px 1px 10px;
	text-align: left;
	position: relative;
	width: 250px;
}
.box4 {
	background: #FFF;
	padding: 0px 10px 1px 10px;
	text-align: left;
	position: relative;
	width: 250px;
	margin-left: 300px;
}
.box5 {
	background: #FFF;
	padding: 0px 10px 1px 10px;
	text-align: left;
	vertical-align: text-top;
}
#index_text_content .box {
	margin-left: 40px;
}
.box h1 {
	font-size: 1.2em;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFE600;
	background: #CF0072;
	margin: -10px -10px 0 -10px;
	padding: 6px 12px;
}
.box2 h2 {
	font-size: 1.0em;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFE600;
	background: #CF0072;
	margin: -10px -10px 0 -10px;
	padding: 6px 12px;
}
.box img, .box5 img {
	padding: 2px;
	margin: 2px;
	display: inline;
	float: left;
}
.meta {
	padding: .3em .3em;
	text-align: left;
}
/* /CAJAS DE TEXTO E IMÁGENES */

/* ENLACES Y TEXTOS */
#footer a {
	text-decoration: none;
	color: #FFB612;
	font-weight: bold;
}
#footer a:hover {
	text-decoration: underline;
}
#footer2 a {
	text-decoration: none;
	color: #FFB612;
	font-weight: bold;
}
#footer2 a:hover {
	text-decoration: underline;
}
/* /ENLACES Y TEXTOS */

/* FORMATEO DEL MENU */
#menuslide {
	margin-top: 20px;
	margin-left: 20px;
	margin-bottom: 20px;
	padding-bottom: 10px;
}
#menuslide dl {
	width: 920px;
}
#menuslide dl,dd {
	margin: 0;
}
#menuslide dd {
	margin-bottom: 20px;
	padding-bottom: 10px;
}
#menuslide a {
	color:#000;
	text-decoration:none;
	padding:8px 15px 8px 0;
}
#menuslide a:hover {
	text-decoration:none;
	padding:8px 15px 8px 0;
}
#menuslide a.more, .more {
	color: #CF0072;
	text-decoration: none;
	padding: 8px 15px 8px 0;
}
#menuslide a.more:hover, .more:hover {
	text-decoration: underline;
	padding:8px 15px 8px 0;
}
#menuslide dd ul {
	list-style: none;
	padding: 0px;
	display: block;
}
#menuslide li {
	padding-left:10px;
	display: block;
	margin-bottom: 30px;
	padding-bottom: 30px;
}
.huella {
	border: 0px;
	margin-top: -5px;
	margin-right: 5px;
	vertical-align: top;
}
/* /FORMATEO DEL MENU */

/* ESTILO DE OPCION ACTIVADA */
.optactivado {
	background:transparent url(../images/optactive.png) repeat-x scroll 0 0;
	padding: 4px 0 0 4px;
	margin: 2px;
	height:34px;
	cursor:pointer;
	vertical-align: middle;
	text-transform: uppercase;
	font: bold 14px arial;
	color: #000;
}
/* /ESTILO DE OPCION ACTIVADA */

/* ESTILO DE OPCIONES DESACTIVADAS */
.optdesactivado {
	background:transparent url(../images/optinactive.png) repeat-x scroll 0 0;
	padding: 4px 0 0 4px;
	margin: 2px;
	height:34px;
	cursor:pointer;
	vertical-align: middle;
	text-transform: uppercase;
	font: bold 14px arial;
	color: #000;
}
/* /ESTILO DE OPCIONES DESACTIVADAS */

/* GALERÍA DE VÍDEOS*/
.media_gallery {
	display: inline;
}
span.thumb {
	width: 120px;
	height: 90px;
	display: inline-block;
	margin: 20px 2px 0 2px;
	padding: 0 2px 0 2px;
	background-repeat: no-repeat;
	background-position: center;
	background-attachment: fixed;
}
/* /GALERÍA de VÍDEOS*/

/* CONTROLES FORMULARIO */
#form1 fieldset {
	text-align: left;
	margin-left: 10px;
	width: 350px;
	height: auto;
}
#form1 legend {
	margin-bottom: 0px;
}
#form1 label {
	width: 100%;
	margin-top: 10px;
	margin-bottom: 4px;
	margin-left: 10px;
	padding-bottom: 2px;
}
#form1 textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	width: 225px;
	height: 50px;
}
#form2 fieldset {
	text-align: left;
	margin-left: 10px;
	width: 350px;
	height: auto;
}
#form2 legend {
	margin-bottom: 0px;
}
#form2 label {
	width: 100%;
	margin-top: 10px;
	margin-left: 10px;
	padding-bottom: 2px;
}
#form2 input, #form2 select {
	margin-bottom: 10px;
}
/* /CONTROLES FORMULARIO */

/* PAGINADO PERRETES */
.tdmar {
	text-align: left;
	margin-left: 5px;
}
.tdmar img {
	margin: 2px 5px 2px 5px;
	float: left;
}
.add {
	padding-top: 25px;
	text-align: left;
}
/* /PAGINADO PERRETES */