/* www.ferylee.com */

/*------------------------------------------------------------------------
GENERAL
-------------------------------------------------------------------------*/
* {
	margin:  0;
	padding: 0;
	border: none;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #222;
	background-color: #FFF;
}
p {
	margin-bottom: 50px;
}
a {
	color: #66F;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
/*------------------------------------------------------------------------
CENTER FRAMESET
-------------------------------------------------------------------------*/
#centerframe {
}
table {
	margin: 15px 0 0 0;
}
h3 {
	font-weight: bold;
	font-size: 16px;
	padding-bottom: 15px;
}
#content {
	padding: 18px 20px 0px 0px;
}
.cita {
	font-style: italic;
	font-weight: bold;
	text-align: justify;
	margin: 0 50px 50px 50px;
}
.butPrev {
	margin-bottom: 50px;
}
.formula {
	margin-bottom: 50px;
}
.formula_smalltext {
	font-weight: bold;
	font-size: 11px;
	padding: 14px 0 0 10px;
}
/*------------------------------------------------------------------------
LEFT FRAMESET
-------------------------------------------------------------------------*/
#leftframe {
}
#open_menu, #closed_menu {
	margin-top: 15px;
}
#open_menu table {
	margin: 0;
}
/*------------------------------------------------------------------------
TOP FRAMESET
-------------------------------------------------------------------------*/
#topframe {
	background: url(../content/cabFondo.png) repeat-x;
}
/*------------------------------------------------------------------------
INTRO
-------------------------------------------------------------------------*/
#intro {
	background: #0b001a url(../content/IntroBackImage.png) repeat-x;
	margin: 0 auto;
	width: 800px;
}
