* { 
	margin: 0 auto;
	padding: 0px;
}

body {
	background: #000000 url('../imagenes/sitio/bg_main.png') repeat-x;
	font-family: Verdana; 
	font-size: 10px;
	line-height: 22px;
	color: #6699ff;
}

a {
	color: #ffffff;
	text-decoration: underline;
	font-weight: bold;
}

a:focus, a:active { 
	outline: 0; 
}

img {
	border: none;
	padding: 0px;
}

ul {
	list-style: none;
}

h4 {
	font-weight: normal;
	font-size: 14px;
	padding: 0px 0px 20px 0px;
}

#layout {
	width: 1600px;
	height:1000px;
}

#col_izq {
	float: left;
	width: 310px;
	height: 980px;
	background: url('../imagenes/sitio/col_izq.png') no-repeat;
}

#col_centr {
	float: left;
	width: 980px;
	height: 1000px;
	background: url('../imagenes/sitio/col_centr_bg.png') repeat-x;

}

#header {
	width: 980px;
	height: 195px;
	background: url('../imagenes/sitio/header_bg.png') no-repeat;
}

#col_dcha {
	float: left;
	width: 310px;
	height: 980px;
	background-image: url('../imagenes/sitio/col_dcha.png');
	background-repeat: no-repeat;
	background-position: 100% 100%;
	
}

#espacio {
	clear: both;
}

#menu {
	width: 170px;
	padding: 0px 0px 0px 0px;
	float: left;
}

#menu ul {
	list-style: none;
	padding-left: 40px;
	padding-right: 25px;
}

#menu li {
	height: 40px;
}

#galeria { 
	visibility: hidden; 
	margin-right: 50px;
	padding: 0px;
}

#contenido {
	float: right;
	width: 700px;
	height: 750px;
}

#formulario_correo fieldset {
	padding: 30px 0px 0px 0px;
	border: none;
}

#formulario_correo input, textarea {
	border: none;
}

#formulario_correo table {
	float: left;
}

#formulario_correo td {
	padding-right: 25px;
}


#collaborators_table {
	float: left;
}

#collaborators_table td {
	height: 150px;
	padding: 5px;
	vertical-align: top;
}


#paginacion {
	position: relative;
	left: 190px;
	top: 30px;
}

#carousel_title {
	font-weight: normal;
	font-size: 14px;
	height: 25px;
}

#carousel {
	display: hidden;
	text-align: center;
	width:	690px; 
	height:	540px;
	background: #000000;
	overflow: scroll;
}

#footer {
	position: absolute;
	top: 900px;
	width: 980px;
}

#music {
	float: left;
}

.fixed_width {
	width: 300px;
}

.text_caption {
	float: right;
	padding: 15px 50px 0px 0px;
	color: #6699ff;
	float: right;
	text-align: justify;
	font-family: Verdana; 
	font-size: 10px;
	line-height: 30px;
	width: 700px;
	
}

.gallery { 
	float: right; 
}

.loader { 
	background: url('../imagenes/sitio/loader.gif') center center no-repeat;  
}

.overlay-background { 
	
}

.panel  { 
	color: #ffffff; 
	font-family: Verdana, arial; 
	font-size: 11px; 
	text-align: right;
}

.panel-overlay a { 
	color: white; 
	text-decoration: underline; 
	font-weight: bold; 
}

.panel-overlay h3 { 
	padding-right: 10px; 
	
}

.panel-overlay p { 
	padding: 0px 10px 5px 0px; 
	
}

.filmstrip { 
	padding: 0px; 
	margin-top: 50px; 
}

.frame .img_wrap { 
	border: 1px solid #aaa; 
}

.frame.current .img_wrap { 
	border-color: #000; 
}

.frame img { 
	border: none; 
}

.frame .caption { 
	font-size: 11px; 
	text-align: center; 
	color: #888; 
}

.pointer {
	border-color: #000000;
}

.bold {
	font-weight: bold;
}

*html .pointer {
	filter: chroma(color=pink);
}

.warning {
	float: right;
	padding-right: 50px;
	width: 700px;
	height: 750px;
}

.red {
	color: red;
}

.button {
	width: 100px;
	height: 35px;
	background-color: #172b64; 
	color: #6699ff;
}

.collaborator_header {
	font-weight: normal;
	font-size: 14px;
	padding: 0px 0px 5px 0px;
}
.right {
	float: right;
}

.espaciador {
	clear: both;
}

