html {
	overflow: auto;
}
body {
	margin: 0px;
	padding: 0px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(../images/header_bg.gif);
	background-repeat: repeat-x;
}
/* --------------------------HEADER----------------------------*/
#header {
	/*border-top: 6px solid #2A4F6F;
*/
	/* border-bottom: 1px dotted #B2BCC6;
*/
	height: 7em;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../images/header.png);
	background-repeat: no-repeat;
	background-position: center top;
	margin-top: 0px;
	border: 1px solid red;
	border-bottom: 1px solid black;
	border-right:none;
	border-bottom:none;
}
/*#header .WebTitle {
	font: 120% Georgia, "Times New Roman", Times, serif;
	color: #666;
	float: right;
	margin-right: 2em;
	margin-top: 0.5em;
}
#header .logo {
	float: center;
	margin-left: 1.5em;
	margin-top: 0em;
	margin: 0px;
}
/*img {
	border: 1px solid #11aa33;
}
/* --------------------------NAV----------------------------*/
#nav {
	position: absolute;
	top: 10em;
	left: 1em;
	width: 10em;
}
#nav ul {
	list-style: none;
	margin-left: 1em;
	padding-left: 0;
}
#nav li {
	font-size: 80%;
	border-bottom: 1px dotted #B2BCC6;
	margin-bottom: 0.3em;
}
#nav a {
	text-decoration: none!important;
	color: #2A4F6F!important;
	font-weight: normal!important;
}
#nav a:hover {
	text-decoration: none;
	color: #2A4F6F;
	font-weight: bold!important;
}
#nav h2 {
	font: 110% Georgia, "Times New Roman", Times, serif;
	color: #2A4F6F;
	border-bottom: 1px dotted #cccccc;
}

#gif {display:block;
width:185px;
height:233px;
background-image:url(../images/pinup-doll.gif);
background-repeat: no-repeat;
	background-position: left top;margin-top:150px;
}
#gif a{width:185px; height:233px;}
#gif img{border:none;}
/* --------------------------CONTENIDO----------------------------*/
#content {
	margin-left: 13em;
	margin-right: 2em;
}
#content2 {
	margin-left: 13em;
	margin-right: 12em;
}
h1 {
	font: 150% Georgia, "Times New Roman", Times, serif;
	text-indent: -4000px;
}
h2 {
	font: 150% Georgia, "Times New Roman", Times, serif;
	color: #8d0811;
	font-weight: bold;
}
h3 {
	font: 120% Georgia, "Times New Roman", Times, serif;
	color: #8d0811;display:run-in;margin:0px;
	text-align:center;
}
#content p {
/* , #content2 p*/
	font-size: 80%;
	line-height: 1.6em;
}
#content p img {
/*, #content2 p img */
	float: right;
	margin-left: 20px;
	margin-bottom: 5px;
}
#content em, #content2 em {
	/* color: #a5081e;
*/
	text-decoration: none;
	font-weight: bold;
}
#content a, #content2 a {
	color: #ec626c;
	color: #8d0811;
	text-decoration: none;
	font-weight: bold;
}
#content a:hover, #content2 a:hover {
	text-decoration: underline;
}
.photo {
	margin: 0px 10px 20px 0px;
	display: inline;
	padding-bottom: 30px;
}
.photo2 {
	margin: 0px 0px 0px 0px;
	display: inline;
	padding-bottom: 10px;
}
.photo2 a img {
	border: none;
}
.photo2 a:hover img {
	border: none;
}
.photo a img {
	border: 2px solid #8d0811;
}
.photo a:hover img {
	border: 2px solid black;
}
.center {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
.index {

	margin-bottom: 5px;
	border-bottom:1px dotted #e61625;
		text-align:center;
}
.index a img {
	border: none;
}
.index a img:hover {
	text-decoration: none;
}
.index p.img {
	/*float: left;
	margin-right: 20px;*/
	margin-bottom: 5px;
	border: none;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}
.index:hover {
	background-color: #e8aeb2;background-color: #f1e7e7;
}
.position{position:relative;bottom:40px;}
/*ads--------------------------------------------------------------------------*/
#ads {
	position: absolute;
	top: 10em;
	right: 1em;
	width: 10em;
}
/* FOOTER--------------------------------------------------------------------------*/
#FOOTER {
	display: block;
	margin: 27px 27px 0px 0px;
	padding: 0 0 20px 0;
	clear: both;
	background-image: url(../images/bg_footer.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
#FOOTER ul {
	background-image: url(../images/bg_hline.gif);
	background-repeat: repeat-x;
	list-style: none;
	margin: 0;
	padding: 5px 0 0 0;
	display: block;
}
#FOOTER li {
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline;
}
#FOOTER li a {
	color: #004278;
	text-decoration: none;
	font-size: 9pt;
	font-family: "MS Sans Serif", Geneva, sans-serif;
	margin-left: 6px;
	margin-right: 6px;
}
#FOOTER li a.First {
	margin-left: 0;
}
#FOOTER li a:hover {
	text-decoration: underline;
}
#FOOTER p {
	margin: 5px 0 0 0;
	font-family: "MS Sans Serif", Geneva, sans-serif;
	font-size: 9pt;
}
#FOOTER a {
	font-family: "MS Sans Serif", Geneva, sans-serif;
	font-size: 9pt;
	color: Black;
	text-decoration: none;
}
#FOOTER a:hover {
	text-decoration: underline;
}
/* another things----------------------*/

code{background-color:#f0eded; padding:10px;display:block;text-align:left;margin-bottom:5px;}
