/* ************************************************************************ */
/*                     Declaraciones generales                              */
/* ************************************************************************ */
* {
	padding: 0;
	margin: 0; 
}
body {
	font-family: "Lucida Grande", "Trebuchet MS", Tahoma, Verdana, Arial, sans-serif;
	font-size: 11px;

	background-color:#FFFFFF;
	color: #f2f2f2;
	line-height: 16px;
	height: 100%;
}
a:link {
	color: #999999;
	background-color: inherit;
	text-decoration: none;
}
a:visited {
	color: #999999;
	background-color: inherit;
  text-decoration: none;
}
a:hover {
	text-decoration: none;
	background-color: inherit;
	border-bottom: 1px dotted #ff3399;
	color: #ff3399;
}
h1 {
	font-size: 16px;
	color: #CCCCCC;
	background-color: inherit;
	font-weight: normal;
	margin: -16px 0px 15px -200px;
}
h2 {
	font-size: 13px;
	color: #FF3399;
	background-color: inherit;
	font-weight: normal;
	margin: 0px 0px 5px 0px;
}

hr {
  margin: 0px 0px 20px 0px;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid #444444;
}

ul, li {
  margin: 0;
  padding: 0;
  list-style-type: square;
  list-style-position: inside;
 	font-family: "Lucida Grande", "Trebuchet MS", Tahoma, Verdana, Arial, sans-serif;
}

/* Le sacamos el subrayado a las imagenes que son un link */

span a, img a{
border:0 !important;
} 

/* ************************************************************************ */
/*                     Diseño de la página                                  */
/* ************************************************************************ */

#contenedor {
  width: 100%;
  margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: 100%;
}

#menu {
	text-align: right;
	margin: 0px 25px 0px 0px;
}

#izquierda {
  width: 400px;
  float: left;
	margin: 0px 35px 0px 0px;
	background-color: #fff8eb;
	color: inherit;
  height: auto;
}

#derecha {
 	margin: 0px 0px 0px 0px;
	padding: 20px 0px 0px 0px;
 	width: 500px;
 	float: left;
 	height: auto;
}

/* ************************************************************************ */
/*                     Estilos especiales                                   */
/* ************************************************************************ */

/* Izquierda */

.textomenu {
	font-size: 13px;
	line-height: 24px;
	font-weight: normal;
	margin: 0px 0px 10px 0px;
	color: #FF3399;
	background-color: inherit;
}
.textomenu a:link {
	color: #666666;
	background-color: inherit;
	text-decoration: none;
}
.textomenu a:visited {
	color: #666666;
	background-color: inherit;
	text-decoration: none;
}
.textomenu a:hover {
	color: #ff3399;
	background-color: inherit;
	border-bottom: 1px dotted #FF3399;
	text-decoration: none;
}

.bajada_menu {
	margin: 35px 0px 0px 0px;
	width: 310px;
	float: right;
	color: #333333;
	background-color: inherit;
}
.bajada_menu a:link {
	color: #666666;
	background-color: inherit;
	border-bottom: 1px dotted #666666;
	text-decoration: none;
}
.bajada_menu a:visited {
	color: #666666;
	background-color: inherit;
	border-bottom: 1px dotted #666666;
	text-decoration: none;
}
.bajada_menu a:hover {
	color: #ff3399;
	background-color: inherit;
	border-bottom: 1px dotted #ff3399;
	text-decoration: none;
}

.latin {
	color: #999999;
	background-color: inherit;
	margin: 0px 0px 10px 0px;
}

/* Esto le hace el bordecito a la imagen */

.folioimg {
	border-width: 2px;
	border-style: solid;
	border-color: #999999;
	padding: 2px 2px 2px 2px;
	margin: 10px 0 10px 0px;
	width: 452px;
	height: 274px;
}
.folioimg img{
	border-width: 1px;
	border-style: solid;
	border-color: #999999;
}

/* Derecha */

.descripcion {
	margin: 0px 0px 40px 0px;
	width: 500px;
	float: left;
}
.footer {
	margin: 0px 0px 40px 0px;
	width: 500px;
	float: left;
	text-align: right;
	color: #666666;
	background-color: inherit;
}

.titulos {
  margin: 0px 0px 40px 0px;
  width: 500px;
  color:#FF0000;
}

.titulos1 {
  font-size:18px;
  font-family:Arial, Helvetica, sans-serif;
  color:#666666;
  margin: 0px 0px 40px 0px;
  width: 500px;
}

.columna1 {
	margin: 0px 50px 0px 0px;
	width: 225px;
	float: left;
}

.columna2 {
	margin: 0px 0px 0px 0px;
	width: 225px;
	float: left;
}

.descricao{
float:left;
font-family: Arial, Verdana, Times;
font-size: 12px;
Font-color: #ffffff;
padding: 9px, 5px, 9px, 5px;
text-align: left;
}
