@charset "utf-8";
/* CSS Document */

/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body{
	font-family:Arial;
	color:#ffffff;
	line-height: 1.2em;	
	margin: 0px;
	padding: 0px;
	background-image:url(../imagenes/common/bg.jpg); 
	background-repeat:repeat-x; 
	background-position:top;
	background-color:#D5EAEF;
	margin-top:30px;
	font-family:"Trebuchet MS", Arial;
	color:#6C5A44;
	font-size:12px;
}

/******* hyperlink and anchor tag styles *******/

a:link{
	color: #BC0078;
	text-decoration: none;
}

a:visited{
	color: #BC0078;
	text-decoration:none;
}

a:hover{
	text-decoration: underline;
}


.text_box{
margin-bottom:5px;
border:1px solid #F2C156;
}

.send_buton{
background-color:#FF970F;
color:#FFFFFF;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
border:0px;
}


h4{
 font: 100% Arial,sans-serif;
 color: #333333;
 margin: 0px;
 padding: 0px;
}

h5{
font-family:"Trebuchet MS", Arial;
font-size:16px;
color:#232323;
font-weight:bold;
margin: 0px;
padding: 0px;
}

h5 a:link{
color:#232323;
}

h5 a:visited{
color:#232323;
}


/*************** list tag styles ***************/

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

.centrado {
	margin: 0 auto !important;
}

#pagecell1{
	width:960px;
}

#masthead{
	width:956px;
	height:156px;
	background-image:url(../imagenes/common/header_bg.png);
	background-repeat:no-repeat;
	background-position:left top;
	margin-bottom:10px;
}


#column_left {
	width:210px;
	float:left;
}

#banner_left {
	width:206px;
	height:206px;
	background-image:url(../imagenes/common/banner_left_bg.png);
	background-repeat:no-repeat;
	margin-bottom:10px;
}


#column_central {
	width:526px;
	height:594px;
	float:left;
	margin-left:5px;
	background-image:url(../imagenes/common/main_content_bg.png);
	background-position:top left;
	background-repeat:no-repeat;
}

#column_right {
	width:206px;
	float:right;
	margin-right:3px;
}

#menu_right {
	width:206px;
	height:176px;
	background-image:url(../imagenes/common/menu_right_bg.png);
	background-repeat:no-repeat;
	margin-bottom:10px;
}

#menu_right ul {
margin:0px;
padding:0px;
list-style:none;
}

#menu_right li {
font-family:"Trebuchet MS", Arial;
font-size:13px;
color:#FFFFFF;
font-weight:bold;
border-bottom:1px dotted #FFFFFF;
line-height:2em;
}

#menu_right li a:link {
color:#FFFFFF;
text-decoration:none;
}

#menu_right li a:hover {
color:#FBEF35;
text-decoration:none;
}

#menu_right li a:visited {
color:#FFFFFF;
text-decoration:none;
}

#recomendar {
	width:206px;
	height:599px;
	background-image:url(../imagenes/common/recomendar_bg.png);
	background-repeat:no-repeat;
}


