/**
* @package      LiveCMS
* @Copyright    Copyright (C) 2002 - 2007 Daniel Calisaya / Live Developers
* @license      http://www.livecms.com
* @author       Daniel Calisaya
* @version      $Id: general.css,v 1.2 2007/10/25 05:43:24 dcali Exp $
* @desc         Estilo llamado general.css
**/



/* Body es para el fondo o centrar el conteido */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align: center;
}
/* Wrapper es para centrar y poner tamaño de la pagina*/
#wrapper {
	text-align: left;
	margin: auto;
	width: 920px;
	font-family: "Lucida Grande", "Geneva CY", Arial, Verdana, sans-serif;
	font-size: 12px;
	background-color: #fce2ef;
	border: 1px solid #000000;
}
/* Header es para la cabecera */

#header {
	color: #FFFFFF;
}
#header h1 {
	margin: 2px;
	padding: 2px;
}
#header h3 {
	margin: 2px;
	padding: 2px;
}
#header .logo {
	width: 300px;
	height: 70px;
	float: left;
}
#header .search {
	margin-left: 400px;
	text-align: right;
	width: 350px;
	margin-top: auto;
	margin-right: auto;
	height: 70px;
	padding-top: 10px;
}
form {
	margin: auto;
	padding: 0px;
}
/* Nav para a nagegacion. Nota: es solo para los princilaes */
#nav {
	padding-left: 0px;
	color: #ec008c;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 10px;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	margin: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	text-align: center;
}
#nav ul li {
	display: inline;
	color: #ec008c;
}
#nav a {
	padding: 0.2em 1em;
	color: #ec008c;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 10px;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	font-weight: bold;
}
#nav a:hover {
	color: #ec008c;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 10px;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-decoration: underline;
	font-weight: bold;
}
#content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #7f7f7f;
	text-align: justify;
	padding: 10px;
}
#sidebar {
	background-position: center bottom;
	background-repeat: no-repeat;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 50px;
	padding-left: 10px;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #423972;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #5e5899;
	text-align: justify;
}
#content h2 {
	margin-top: 6px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #6663A6;
	font-size: 16px;
	color: #6663A6;
}
#content td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #7f7f7f;
	text-align: justify;
}
a {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #5e5899;
}
a:hover {
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #5e5899;
}
#content h3 {
	margin: 2px;
}
.titulo_sub {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #5e5899;
	padding-bottom: 5px;
	text-align: left;
	padding-right: 2px;
	padding-left: 2px;
	margin: auto;
	font-weight: bold;	
}
.caja {
	width: 250px;
	display: block;
	float: left;
	margin-top: 8px;
	margin-right: 8px;
	margin-bottom: 0px;
	margin-left: 10px;
	height: 120px;
}
.banner {
	padding: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	margin-right: 10px;
	margin-left: 10px;
}
.banner img {
	padding: 1px;
	margin: 5px;
	border: thin solid #5e5899;
}
#footer {
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #FFFFFF;
	height: 56px;
	text-indent: 580px;
}
#footer a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #FFFFFF;
	text-decoration: none;
}
#content .thumbimage {
	padding: 2px;
	
}
.thumbdiv {
	height: 100px;
	width: 100px;
	margin:auto;
	float: left;
	padding: 4px;
	margin-right: 2px;
	margin-left: 2px;
}

#sidebar img {
	padding: 2px;
	margin: auto;
}
.titulo {
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #5e5899;
}
#content h3 {
	
	font-size: 14px;
	font-weight: bold;
	color: #5556A6;
}

