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

body{
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background-image:url(../imagenes/elementos_aplicacion/fondo_general.gif);
	background-repeat:repeat;
}

h1{
	color:#900;
}

a{
	color:#900;
}

#contenedor_principal{
	width:900px;
	margin-left:auto;
	margin-right:auto;
	background-color:#FFF;
	margin-top:20px;
	-moz-box-shadow: 0px 0px 20px #666;
	-webkit-box-shadow: 0px 0px 20px #666;
	box-shadow: 0px 0px 20px #666;
}

#facebook{
	padding-left: 20px;
	padding-top: 5px;
}

#cabecera{
	background-image:url(../imagenes/elementos_aplicacion/cabecera.jpg);
	height:110px;
	/*position:relative;
	-moz-box-shadow: 0px 2px 60px #666;
	-webkit-box-shadow: 0px 2px 60px #666;
	box-shadow: 0px 2px 60px #666;*/
}

#menu_principal{
	height:20px;
	width:900px;
	text-align:center;
	padding-top:10px;
	padding-bottom:5px;
}

#menu_principal ul{
	padding:0px;
	margin:0px;
}

#menu_principal ul li{
	display:inline;
	padding-left:4px;
	padding-right:4px;
}

#menu_principal ul li a{
	color:#900;
	text-decoration:none;
	font-size:10px;
	font-weight:bold;
}

#contenedor_data{
	text-align:justify;
	color:#666;
	background-image:url(../imagenes/elementos_aplicacion/fondo_contenido.jpg);
	background-repeat:no-repeat;
	background-position:top;
	/*background-color:#CCC;*/
}

#contenido_principal{
	width:580px;
	padding-right:20px;
	padding-left:25px;
	float:left;
	border-right:dashed;
	border-right-width:1px;
	border-right-color:#C00;
	padding-top:20px;
	min-height:600px;
}

#barra_derecha{
	width:225px;
	float:right;
	margin-right:25px;
	padding-top:20px;
}

#pie_pagina{
	font-size:10px;
	margin-top:20px;
	margin-bottom:20px;
	margin-left:auto;
	margin-right:auto;
	width:900px;
}

.texto_resaltado{
	color:#900;
}

.texto_mini{
	font-size:11px;
}

.texto_negrita{
	font-weight:bold;
}

.separador{
	border-bottom:dashed;
	border-bottom-width:1px;
	border-bottom-color:#C00;
	margin-top:30px;
	margin-bottom:40px;
}



/*EVENTOS*/

#evento{
	min-height:100px;
}

#evento_fecha{
	width:80px;
	height:80px;
	float:left;
	border-color:#666;
	border:solid 1px;
	-moz-box-shadow: 0px 0px 5px #666;
	-webkit-box-shadow: 0px 0px 5px #666;
	box-shadow: 0px 0px 5px #666;
}

#evento_dia{
	height:60px;
	padding-top:5px;
	text-align:center;
	font-size:52px;
	color:#000;
	background-image:url(../imagenes/elementos_aplicacion/fondo_evento_fecha_dia.jpg);
}

#evento_mes{
	height:15px;
	text-align:center;
	background-color:#900;
	color:#FFF;
}

#evento_data{
	width:485px;
	float:right;
}

#evento_titulo{
	text-transform:uppercase;
}

#evento_info{
	margin-top:10px;
}

/*====================*/

/*MUNDO TEXTIL*/

#mundo_textil{
	min-height:150px;
}

#mt_portada{
	width:100px;
	float:left;
}

#mt_data{
	width:470px;
	float:right;
}

#mt_titulo{
	text-transform:uppercase;
}

#mt_info{
	margin-top:10px;
}

/*====================*/

#noticia_intro h2{
	color:#900;
	
}

#noticia_intro_01{
	width:340px;
	float:left;
	border:dashed;
	border-width:thin;
	border-color:#C00;
	padding-left:10px;
	padding-right:10px;
	
}

#noticia_intro_02{
	width:180px;
	float:right;
	border:dashed;
	border-width:thin;
	border-color:#C00;
	padding-left:10px;
	padding-right:10px;
	
}


/* Estilos Albumes Fotograficos */

#photo_album_container{
	width:600px;
	margin-left:auto;
	margin-right:auto;
	min-height:600px;
}

#event_photo_nav{
	position:relative;
}

#event_photo_back{
	position:absolute;
	left:5px;
	top:0px;
}

#event_photo_page_nav{
	position:absolute;
	right:25px;
	top:0px;
	text-align:right;
}

#row{
	position: relative;
	width: 600px;
	height: 90px;
}

#row div{
	width: 100px;
	height: 50px;
	position: absolute;
	top:0px;
	text-align:center;
}

#pos_1{
	left:5px;
}

#pos_2{
	left:155px;
}

#pos_3{
	left:305px;
}

#pos_4{
	left:455px;
}

#pos_5{
	left:480px;
}

#no_link{
	text-decoration:line-through;
}

#photo{
	text-align:left;
	padding-left:5px;
}
