﻿/* CSS Document */
*
{
   border: 0;
   margin: 0;
   padding: 0;
}

li {
	list-style: none;
}

body {
	font-size: 12px;
	font-family:  "Trebuchet MS", sans-serif, Arial, "Times New Roman", Verdana, Georgia, Times;
	color: #FFFFFF;
	background-color: #EEEEEE;
}

a {
	color: #FCB906;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.super_contenedor {
	width: 950px;
	background-color: #333333;
	margin-left: auto; margin-right: auto; margin-top: 15px; margin-bottom: 15px;
	padding: 0px;
	border: 0px solid #333333;
}

.contenedor {
	width: 950px;
	padding: 0px;
}

.logotipo {
	text-align: left;
	width: 950px; height: 100px;
	background-color: #000000;
}
/**************************************/
/* menu-horizontal */
.menu-horizontal {
	font-size:14px;
	color: #E4D18E;
	font-weight: bold;
	/*width: 140px;*/
	/*font-variant: small-caps;*/
	/*float: left;*/
	padding-top: 4px;
	padding-right: 30px;
	padding-bottom: 4px;
	text-align: right;
	background-color: #000000;
	border-color:#000000;
}

.menu-horizontal a {
	color: #FCB906;
	text-decoration: none;
	/*font-weight: bold;*/
}

.menu-horizontal a:hover {
	text-decoration: underline;
}
/* menu-horizontal */
/**************************************/
/* menu-galeria */
.menu-galeria {
	font-size:14px;
	color: #E4D18E;
	font-weight:normal;
	padding-top: 0px;
	padding-right: 30px;
	padding-bottom: 4px;
	background-color: #000000;
	text-align: right;
}

.menu-galeria a {
	text-decoration: none;
	color: #FCB906;
	/*font-weight: bold;*/
}

.menu-galeria a:hover {
	text-decoration: underline;
}
/* menu-galeria */
/**************************************/
/* cuerpo */
.cuerpo {
	width: 920px;
	padding-top: 0px; padding-left: 0px;
	float: left;
}
.cuerpo h1 {
	width: 330px;
	border: 1px solid #FCB906;
	background-color: #284056;
	color: #E4D18E;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 8px;
}
.cuerpo h2 {
	width: 330px;
	color: #E4D18E;
	font-size: 12px;
	font-weight: bold;
	border-bottom: 1px solid #E4D18E;
	margin-bottom: 7px;
}

.cuerpo p {
	font-size: 12px;
	text-align: justify;
	line-height: 15px;
	margin-bottom: 6px;
	padding-left: 6px;
}
/* cuerpo */
/**************************************/
/* col_izquierda */
.col_izquierda {
	width: 330px;
	float: left;
	margin-left: 30px;
}

.col_izquierda p {
	padding-right: 6px;
}

.col_izquierda ul {
	padding-left: 16px;
	margin-bottom: 6px;
}
/* col_izquierda */
/**************************************/
/* col_derecha */
.col_derecha {
	float: left;
	margin-left: 50px;
	margin-right: 0px;
	width: 500px;
}

.col_derecha img {
	vertical-align:top;
}
/* col_derecha */
/**************************************/
/* galeria-fotos */
.galeria-fotos {
	width: 900px;
	margin-left: 25px;	
}

.galeria-fotos h1 {
	width: 900px;
}

.galeria-fotos td {
	vertical-align: bottom;
	text-align: center;
	background-color: #111111;
	width: 300px;
	height: 250px;
	padding-bottom: 5px;
}
/* galeria-fotos */
/**************************************/
/* galeria-fotos2 */
.galeria-fotos2 {
	width: 900px;
	margin-left: 25px;	
}

.galeria-fotos2 h1 {
	width: 900px;
}

.galeria-fotos2 h2 {
	width: 900px;
}

.galeria-fotos2 td {
	vertical-align: middle;
	text-align: center;
	background-color: #111111;
	width: 225px;
	height: 225px;
	padding-bottom: 5px;
	padding-right: 5px;
}
/* galeria-fotos2 */
/**************************************/
/* pie */
.pie {
	margin-top: 60px;
	text-align: right; 
	padding-right: 30px;
	padding-bottom:15px;
	/*background-image: url(../pics/pie.gif); background-position: bottom; background-repeat: no-repeat;*/
}

.pie a {
	color: #FFFFFF;
}
/* pie */
/**************************************/
/* sharethis */
.sharethis {
	text-align: left;
	font-weight: normal;
	font-size: x-small;
}
/* sharethis */
/**************************************/
