/*//////////////////////////////////////
HOJA DE ESTILOS DE lacieguita
//////////////////////////////////////
Autor: www.lacieguita.com
//////////////////////////////////////*/

* {
	margin: 0;
	padding: 0;
}
body {
	font-size: 13px;
	color:#3c3c3c;
	background-color:#f5f5f5;
	font-family: Georgia, "Times New Roman", Times, serif;
	background-image: url(../img/bck_big.gif);
	background-attachment: fixed;
}
body.section-1 {
}
body.section-2 {
}
body.section-3 {
}
a:link {
	text-decoration: none;
	color:#ff259e;
}
a:active {
	text-decoration: none;
	color:#3c3c3c;
}
a:visited {
	text-decoration: none;
	color:#3c3c3c;
}
a:hover {
	text-decoration:line-through;
	cursor: hand;
}
img{
	border:#FFF 6px solid;
}
a img {
	border:0;
}
#menu0 {
	width: 250px;
	overflow: visible;
	top: 0;
	bottom: 0;
	left: 0;
	position: fixed;
	height: 100%;
}
/*///////////////////////////////
MENU - CONTENEDOR GENERAL
///////////////////////////////*/
.menu-container {
	width:100%;
	margin-top:200px;
	margin-bottom: 25px;
	margin-left:14px;
	position: absolute;
}
/*///////////////////////////////
MENU GENERADO POR INDEXHIBIT
///////////////////////////////*/
#menu {
	width:100%;
}
#menu ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#menu ul li.section-title {
	color:#3c3c3c;
	display:block;
	/*background-image: url(../img/menu.gif);
	background-repeat: repeat-x;*/
	text-align:left;
	font-weight:bold;
	height:46px;
	font-size:24px;
	margin-top:12px;
	margin-bottom:12px;
	letter-spacing:-0.06em;
	background-color:#FFF;
	padding-left:10px;
	line-height:30px;
}
#menu ul li.section-title:hover {
	background-image: url(../img/menu-hover.gif);
}
/*subitems */
#menu ul li a:link, #menu ul li a:visited {
	color:#3c3c3c;
	display:block;
	font-size:16px;
	text-align:right;
	padding-right:25px;
	letter-spacing:-0.05em;
}
#menu ul li a:hover, #menu ul li.active {
	color:#404042;
	font-weight:bold;
}
/*///////////////////////////////
MENU PERSONALIZADO
///////////////////////////////*/
.menu2 {
	width:100%;
	margin:0px;
	padding:0px;
	font-size:24px;
	letter-spacing: -0.06em;
}
.menu2 ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.menu2 ul li {
	text-align:left;
	font-weight:bold;
	height:30px;
	margin-bottom:10px;
	line-height:30px;
	background-color:#FFF;
}
.menu2 ul li a:link, .menu2 ul li a:visited {
	color:#3c3c3c;
	display:block;
}
.menu2 ul li a:hover {
	background-color:#fc008f;
	color:#FFF;
}
/*///////////////////////////////
///////////////////////////////*/
#content {
	width:auto;
	margin: 200px 0 0 248px;
	top: 0;
}
.container {
	margin-top:40px;
	margin-left:30px;
}
#content p {
	width: 612px;
	margin-bottom: 9px;
	line-height:19px;
	text-align:justify;
	background-color:#FFF;
	padding:10px;
}
p {
	margin: 0 0 9px 0;	
}
h1 {
	font-size: 18px;
	font-style:italic;
	font-weight:normal;
	margin-bottom:17px;
}
h2 {
	font-size: 24px;
}
h3 {
	font-size: 16px;
}
h4 {
	font-size: 12px;
}
#once {
	clear: left;
}
/*///////////////////////////////
TOP
///////////////////////////////*/
#logo {
	width:210px;
	height:189px;
	z-index:99;
	position:absolute;
}
/*///////////////////////////////
FOOTER
///////////////////////////////*/
#footer {
	width:auto;
	font-size:12px;
	color:#fc008f;
	background-color:#FFF;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	
}
#footer a:link, #footer a:visited {
	color:#fc008f;
}
#footer a:hover {
	color:#fc008f;
	text-decoration:underline;
}
/*///////////////////////////////
GALERIA FOTOS
///////////////////////////////*/
.title {
	font-size:11px;
}
.caption {
	font-size:11px;
	font-style:italic;
}
#img-container {
	padding: 0px;
}
#img-container p {
	width: 632px;
	margin: 0;
	padding: 0;
	font-size:14px;
	font-weight:bold;
}
#img-container p span {
	padding: 10px 0 10px 10px;
	height:30px;
}
#img-container p:hover {
	background-color:#ff259e;
	color:#FFF;
	width: 632px;
	font-size:14px;
	font-weight:bold;
}
/*///////////////////////////////
///////////////////////////////*/
#tit_page{
	font-size:24px;
	color:#eaeaea;
	font-style:italic;
	letter-spacing:-0.05em;
	width:655px;
	/*border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #292929;
	margin-bottom:25px;*/
}
#img_about{
	width:600px;
	height:125px;
	margin-bottom:10px;
}
#homeslide{
	position:absolute;
	top:30px;
	left:240px;
	z-index:100;
}
/*///////////////////////////////
about
///////////////////////////////*/
#about {
	width:auto;
	font-size:14px;
	font-weight:bold;
	color:#fc008f;
	background-color:#FFF;
	padding: 10px;
	margin-bottom:10px;
}
#about a:link, #about a:visited {
	color:#fc008f;
}
#about a:hover {
	color:#fc008f;
	text-decoration:underline;
}
