/* Created by Igor Penjivrag (www.colorlightstudio.com) - 12.11.2006 */

body {
	margin: 0px;
	background: url(../img/top_bg.gif);
	background-repeat: repeat-x;
	font-family: Verdana, Arial, sans-serif;
    font-size: .75em;
}

p {
	line-height: 17px;
	margin: 11px 0 10px 0;
	padding: 0px;
}

h2 {
	color: #73353A;
	margin:0px;
	padding:0px;
	font-size: 1.1em;
}

h3 {
	color: #73353A;
	margin:0px;
	padding:0px;
	font-size: 2.5em; text-align:center
}

ul {
	font-size: 10px;
	margin:0;
	padding:0;
	list-style-image: url(../img/bullet.gif);
}

a {
	color: #8B0000;
}

a:hover {
	text-decoration: none;
}

blockquote{
	background: #F7FDE3;
	padding: 10px;
}

/**** Tablas ***/

.TableInfo{
	border:1px solid #FFFF99; 
	background-color:#FFFFF2;
	margin-right: 10px;	
	font-size: 10px;
	width: 430px;	
}

th {
	height: 35px; background-color:#F0F0F0
}

td {
	border-bottom:1px solid #E9E9E9; height: 25px;
}

span.error {
	font-weight: bold;
	color: red;
}

/**** Formulario ***/

#formulario {
    padding-left: 100px;
    width: 550px;
}

/**** Main Container ***/

#wrap {

}

#contentwrapper{
	float: left;
	width: 100%;
}

#topcontent {
    text-align: center;
}

#contentcolumn{
	margin: 0 50px 0 50px; /*Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/
}

/**** Top ***/

#top {
	width: 100%;
	height: 88px;
	color: #FFFFFF;
	background: #000000 url("../img/top_bg.gif");
	overflow:hidden;	
}

#top h2 {
	color: White;
	letter-spacing: 3px;
	font-size: 2.4em;
	font-weight: normal;
	position: relative;
	top:33px;
	display:block;
	float:left;
	background: url("../img/logo.jpg") no-repeat; 
	padding-left:60px;
}

#top h2 a {
	color: white;
	text-decoration: none;
}

#top h2 a:hover {
        color: #FF5938;
}


/**** Main Menu ***/


#menu {
	display: block;
	float:right;
}

#menu ul {
	margin: 0;
	list-style: none;
}

#menu li {
	display: block;
	float: left;
	white-space: nowrap;
}

#menu li a {
	display: block;
	padding: 55px 20px 12px 20px;
	text-decoration: none;
	color: #fff;
}

* html #menu a {width:1%;}

#menu li a:hover {
	background: #FF5938;
}

#menu li a.current {
	letter-spacing: 1px;
	color: gray;
}

#menu li a:hover.current {
	color: #fff;
}

/**** Content Container ***/

#content {
	margin-top: 30px;
}

#content h2 {
	margin: 0;
	padding: 10px 0 10px 0;
}


/**** Content ***/

#left ul {
	padding: 15px 0 15px 35px;
	margin: 15px;
}

#left li {
	margin-bottom:15px;
}

#left {
	width: 480px;
	float:left;
	display: block;
    margin-right: 20px;
	display: inline;
}

/**** Sidebar ***/

#right {
	width: 330px;
	float: right;
	display:block;
	margin-top: 10px;
}

#right .box {
	width: 330px;
	background: #F6F9FB;
	border: 1px solid #E1E1E1;
	padding:10px 10px 15px 10px;
	float: right;
}

#right .box h2 {
	font-size: 1.1em;
	margin: 0px 0 0px 0;
	padding:0px 0 5px 0;
}

#right .box a {
	margin: 10px 0 10px 0;
	color: #56677C;
	font-size: 10px;
}

#right .box p {
	margin: 5px 0 10px 0;
	line-height: 15px;
}

#right .box ul {
	padding: 0 0 7px 20px;
	margin:10px 0 10px 0;
}

#right .box li {
	margin-top:5px;
}


/**** Clear Div ***/


#clear {
	display: block;
	clear: both;
	width: 100%;
	height:1px;
	overflow:hidden;
}

/**** Cuadro flotante sobre la derecha ****/

#BoxRight {
	width:330px;
	float: right;	
	padding:10px 10px 15px 10px;
	margin: 10px;
	background: #F6F9FB;
	border: 1px solid #E1E1E1;
}	

/**** Footer ***/

#prefooter {
    text-align: center;
	width: 100%;
    clear: both;
    margin-top: 20px;
    height: 100px;
	display: block;    
}

#footer {
    text-align: center;
	color:#000000; 
	margin-left:auto; 
	margin-right:auto; 
	margin-top:40px; 
	margin-bottom:0; 
	padding-left:0; 
	padding-right:0; 
	padding-top:10px; 
	background: url("../img/footer_bg.png") repeat-x;
	width: 100%;
    clear: both;
    height: 30px;
	display:block;	    
}

#footer p {
	margin: 0px;
	padding: 0;
	font-size: 0.85em;	
	display:block;	
}