/*
Default CSS for elements
*/
body {
	font-family:Georgia,Arial,sans-serif;
	color: #000;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	/*background-color: #fffbf6;*/
	font-size: 12px;
	background-image:url(../../common/img/patterns/pattern01.jpg);
}

a img { border:none; }

a {
    outline: 0;
	color: #8a0000;
}

a:hover {
	color: #b50202;
}

a.textDecorationNone {text-decoration:none;}

form {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

h1 {
	font-size: 1.35em;
}

h2 {
	font-size: 1.3em;
}

h3 {
	font-size: 1.1em;
}

hr {
	border: none 0;
	border-top: 1px dashed #C5C5C5;
	height: 1px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

blockquote {
	margin-left: 20px;
	border-left: 20px solid #eee;
	padding-left: 10px;
	font-size: 0.9em;
	clear: left;
}

ul {
	margin:0;
	padding:0;
	list-style-type: none;
}

dt {
	font-weight: bold;
}

dd {
	margin-left: 1.0em;
	font-size: 0.9em;
}

code {
	font-family: Courier New, Courier, Monospace;
	font-size: 1em;
	color: #666666;
}

acronym, abbr {
	cursor: help;
}

fieldset {
	border: 0;
	padding: 0;
	margin: 0;
}

/* End Default CSS */



#wrapper {
	/*min-height: 1120px;
	background: url(../../common/img/bg.jpg) repeat-x;*/
	background:url(../../common/img/gradient.png) no-repeat top;
	width:936px;
	height:500px;
	margin:0px auto;
	/*text-align:center;*/
	padding:30px 0px;
}

#main {
	position: relative;
	width: 930px;
	margin: 0 auto;
}

#main div.body {
	background: url(img/bg-page.gif) repeat-y;
}

#main div.banner {
	border-bottom: 5px solid #febc26;
	height: 132px;
	background-repeat: no-repeat;
	background-color: #082457;
}



/* Header */

#header {
	position: relative;
	width: 930px;
	height: 153px;
	margin: 0 auto;
	background: transparent url(../../common/img/header/logo.png);
}

#header h1 {
	margin: 0;
	padding-left: 22px;
	float: left;
}

#header h1 a {
	display: block;
	width: 305px;
	height: 153px;
	text-indent: -5000px;
	overflow: hidden;
}

#header ul.nav {
    /*position: absolute;*/
    /*position:absolute;
    top: 103px;
    left: 523px;*/
    float:right;
    margin-top:35px;
    width: 405px;
	overflow: hidden;
	
}

#header ul.nav li {
	float: left;
}

#header ul.nav li.regional {
	width: 125px;
	margin-right: 15px;
}
#header ul.nav li.donate {
	width: 125px;
	margin-right: 15px;
}

#header ul.nav li.befriend {
	width: 125px;
}

#header ul.nav li a {
	display: block;
	height: 29px;
	overflow: hidden;
	text-indent: -5000px;
}

/*#header ul.nav li.regional a {
	background: url(../../common/img/header/button-regional.gif) no-repeat;
}
#header ul.nav li.donate a {
	background: url(../../common/img/header/button-donate.gif) no-repeat;
}

#header ul.nav li.befriend a {
	background: url(../../common/img/header/button-befriend.gif) no-repeat;
}*/

#header ul.nav li a:hover {
	background-position: 0px -29px;
}

/* End Header */

/* Toolbar */



#toolbar {
	position: relative;
	padding: 29px 0px 20px 9px;
	overflow: hidden;
	float: right;
	width: 400px; /*fix for FF2.0*/
}
#toolbar ul.flags {
    padding: 4px 4px 0 0;
	float: right;
}

#toolbar ul.flags li {
	float: left;
}

#toolbar ul.flags li a {
	/*display: block;*/
	/*height: 15px;*/
	width: 23px;
	/*text-indent: -5000px;*/
	overflow: hidden;
	/*padding-right: 5px;*/
	cursor: pointer;
	color: #ffffff;
	
}
#toolbar ul.flags li a:hover {
	text-decoration: underline;	
	color: #B50202;
}

#toolbar ul.flags li.portuguese a {
    /*background: url(../img/header/flags/portuguese.jpg) no-repeat;*/
}

#toolbar ul.flags li.spanish a {
    /*background: url(../img/header/flags/spain.gif) no-repeat;*/
}


#toolbar form {
	position: relative;
	width: 232px;
	height: 29px;
	float: right;
	overflow: visible;
	background: url(../../common/img/header/search.gif) no-repeat;
}

#toolbar form input.text {
	position: absolute;
	top: 3px;
	left: 12px;
	width: 150px;
	height: 16px;
	border: 0;
	padding: 0 0 0 0;
	font-size: 12px;
}

#toolbar form input.button {
	position: absolute;
	top: -4px;
	right: 0px;
	width: 39px;
	height: 29px;
	padding: 0;
	float: left;
	background: url(../../common/img/header/go-btn.gif) no-repeat;
}

#toolbar form input.button:hover {
	background-position: bottom left;
}

/* End Toolbar */


/* Main Navigation Bar */

#nav-main {
	height: 49px;
	width: 930px;
	background: url(../../common/img/nav.png) no-repeat;
    clear: left;
}

#nav-main li {
	float: left;
	position: relative;
}

#nav-main li.last {
	margin: 0;
}

/* 
All 3 states (normal, hover, and selected) for the 
main nav bar are contained in nav.png. The images 
of the nav buttons are loaded as backgrounds.
 */
#nav-main li a {
	display: block;
	height: 49px;
	text-indent: -5000px;
	overflow: hidden;
	background: url(../../common/img/nav.png) no-repeat;
}

#nav-main li a.home {
	width: 153px;
}

#nav-main li a.home:hover {
	background-position: left -49px;
}

#nav-main li.section a.home,
#nav-main li.current a.home {
	background-position: left -98px;
}

#nav-main li a.who-we-are {
	width: 191px;
	background-position: -153px 0px;
}

#nav-main li a.who-we-are:hover {
	background-position: -153px -49px;
}

#nav-main li.section a.who-we-are,
#nav-main li.current a.who-we-are {
	background-position: -153px -98px;
}

#nav-main li a.what-we-do {
	width: 169px;
	background-position: -344px 0px;
}

#nav-main li a.what-we-do:hover {
	background-position: -344px -49px;
}

#nav-main li.section a.what-we-do,
#nav-main li.current a.what-we-do {
	background-position: -344px -98px;
}

#nav-main li a.how-you-can-help {
	width: 211px;
	background-position: -513px 0px;
}

#nav-main li a.how-you-can-help:hover {
	background-position: -513px -49px;
}

#nav-main li.section a.how-you-can-help,
#nav-main li.current a.how-you-can-help {
	background-position: -513px -98px;
}

#nav-main li a.news-and-events {
	width: 206px;
	background-position: -724px 0px;
}

#nav-main li a.news-and-events:hover {
	background-position: -724px -49px;
}

#nav-main li.section a.news-and-events,
#nav-main li.current a.news-and-events {
	background-position: -724px -98px;
}

/* End Main Navigation Bar */


/* Body */

#body {
	overflow: hidden;
	background: #fff;
    float: left;
    background-color: Transparent;
    /*_margin-top: -49px;*/
}

#content-wrapper {
	overflow: hidden;
	padding: 0 0 10px 0;
    background-color: Transparent;
    color: #4d4a4a;
	height: 1%; /* IE fix */
	.padding-top: 49px!important;
}

#content-wrapper-int {
background: #FFFFFF;
height:1%;
overflow:hidden;
padding:25px 0 10px;
.padding-top: 74px!important;
_padding-top: 25px;
}

#breadcrumbs {
    font-size: 0.9em;
    float: left;
}

#breadcrumbs a {
	white-space: nowrap;
	/*font-size: 0.9em;*/
	text-decoration: none;
	/*color: #000;*/
}

/* End Body */

/* Sidebar nav */

#sidebar {
	float: left;
	width: 199px;
	padding: 34px 18px 0 15px;
}

#sidebar h2 {
	margin: 0;
	font-weight: normal;
	background: url(../../common/img/divider.gif) repeat-x bottom left;
	padding-bottom: 0.5em;
}

#sidebar h2 a {
    color: #000;
    text-decoration: none;
}

#sidebar ul.nav {
	margin: 15px 0 0 0;
	/*width: 192px;*/
}

#sidebar ul.nav li a {
	color: #000;
	text-decoration: none;
}

#sidebar ul.nav li a.current,
#sidebar ul.nav li a.section,
#sidebar ul.nav li a:hover {
	color: #8a0000;
}

#sidebar ul.nav li.level-1 {
	margin-bottom: 0.5em;
	padding-bottom: 0.5em;
}

#sidebar ul.nav li.level-1 ul {
	margin: 0.5em 0;
}

#sidebar ul.nav li.level-1 ul li.level-2
{
	padding-left: 10px;
	background: url(../../common/img/sidebar/list-arrow.gif) no-repeat 0px 2px;
}

#sidebar ul.nav li.level-1 {
	background: url(../../common/img/divider.gif) repeat-x bottom left;
}

/* End sidebar */

/* Content area */

#content {
	float: left;
	width: 691px;
	padding-right: 6px;
}

#content h3 {
	margin: 0.7em 0 0.3em 0;
	font-size: 2.4em;
	color: #000;
	font-family: Georgia;
	font-weight: normal;
	padding-bottom: 0.2em;
	background: url(../../common/img/divider.gif) repeat-x bottom left;
}
.separator {
	margin: 0.7em 0 0.3em 0;
	font-size: 2.4em;
	padding-bottom: 0.2em;
	background: url(../../common/img/divider.gif) repeat-x bottom left;
	height: 1px;
}

#content.story h3,
#content.donate h3 {
    background: none;
    padding-bottom: 0.1em;
    margin-bottom: 0;
}

#content.event h3 {
    font-size: 2em;
    background: none;
    padding-bottom: 0.1em;
    margin: 0.4em 0 0 0;
}

#content p.story-date {
    margin: 0 0 0.5em 0;
    font-size: 1.4em;
}

#content div.top {
	height: 1%; /* IE Fix */
	padding-bottom: 3px;
}

#content div.top-has-border {
	background: url(../../common/img/divider.gif) repeat-x bottom left;
}

#content div.top div.bg {
	background-repeat: no-repeat;
	background-position: top right;
	padding-bottom: 0.5em;
}

#content div.main-content{
    width: 489px;
    float: left;
    overflow: hidden;
}
#content div.main-content-int{
    width: 489px;
    float: left;
    overflow: hidden;
    margin-top: 25px;
}



#content div.sidebar-statement {
    width: 186px;
    padding-left: 13px;
    float: left;
    overflow: hidden;
}

#content div.sidebar-statement-int {
    width: 186px;
    padding-left: 13px;
    float: left;
    overflow: hidden;
    margin-top: 25px;
}

#content div.headline-img {
    margin-bottom: 14px;
}

#content.event div.headline-img {
    margin-top: 25px;
}

#content div.intro {
	font-size: 1.8em;
	/*padding: 0 16px 0 0;*/
	margin-bottom: 0.5em;
}

#content div.intro p {
	margin: 0;
}

#content div.quote {
    font-size: 1.8em;
    margin-bottom: 0.5em;
}

#content div.quote p {
    text-align: center;
    margin: 0;
}

#content div.quote p.quoted {
    text-align: right;
    margin-right: 40px;
}

#content div.copy {
	padding: 0 16px 0 0;
	margin-bottom: 1em;
}

#content div.copy p {
	line-height: 1.5em;
	margin: 0 0 1em 0;
}

#content div.copy h4 {
	font-size: 1.0em;
	color: #000;
	margin: 1em 0 0.2em 0;
}

#content div.copy h4:first-child {
	margin-top: 0;
}

/* End Content area */

/* Gray emphasized box */

#content div.box-gray {
	background: #fffcfa url(../../common/img/box-bg.png) repeat-x;
	overflow: hidden;
	padding-bottom: 1em;
}

#content div.box-gray div.section
{
    border-top: 1px dotted #000;
    padding: 20px;
}

#content div.box-gray h4 {
	color: #000;
	font-size: 1.1em;
	margin: 1em 0 0.2em 0;
}

#content div.box-gray h4:first-child {
	margin-top: 0;
}

#content div.box-gray p {
	margin: 0 0 0.3em 0;
	line-height: 1.5em;
	clear: both;
}

#content div.box-gray ul.horizontal-list {
    list-style: none;
    margin-left: 0;
}

#content div.box-gray ul.horizontal-list li {
    float: left;
    padding-right: 10px;
}

#content div.copy ul,
#content div.box-gray ul {
	list-style-type: disc;
	margin: 1em 0 1em 1.5em;
}

#content div.copy ul li,
#content div.box-gray ul li {
	margin-bottom: 0.3em;
}

#content div.box-gray ul.section-list
{
    list-style-type: none;
}

#content div.box-gray ul.section-list li
{
    /*background: url(../../common/img/divider.gif) repeat-x;*/
}

/* Red sidebar boxes */
#content div.sidebar-statement
{
    margin-top: 25px;
	 display: none;
}

#content.story div.sidebar-statement
{
    margin-top: 86px;
}

#content.event div.sidebar-statement
{
    margin-top: 25px;
}

#content.donate div.sidebar-statement
{
    margin-top: 25px;
}

#content div.sidebar-statement div.geo-trust
{
    margin-bottom: 20px;
}

#content div.colored-box {
	background-repeat: no-repeat;
	/*width: 216px;*/
	color: #fff;
	/*margin-bottom: 1em;*/
	padding: 16px 16px 1em 16px;
}

#content div.colored-box div.section {
    
    padding: 0;
    margin: 0;
}

#content div.colored-box a {
	color: #fff;
	text-decoration: none;
}

#content div.colored-box a:hover {
	color: #ffcc00;
}

#content div.colored-box h4 {
	font-size: 1.1em;
	font-weight: normal;
	color: #fff;
	padding: 0 0 0.5em 0;
	margin: 0 0 0.5em 0;
	background: url(../../common/img/box/red-divider.gif) repeat-x bottom left;
}

#content div.colored-box p {
    line-height: 1.5em;
	padding: 0 0 1em 0;
	color: #fff;
	background: url(../../common/img/box/red-divider.gif) repeat-x bottom left;
	margin: 1em 0;
}

#content div.box-red {
	background-color: #8b0202;
}

/* Quick links */

#content div.quick-links {
	clear: both;
	background: url(../../common/img/divider.gif) repeat-x;
	margin: 0 0 30px 0;
}

#content div.quick-links h3 {
	background: none;
	font-size: 1.8em;
	padding: 15px 0;
	margin: 0;
}

#content div.quick-links ul {
	overflow: hidden;
}
#content div.li-gala ul {
	height: 143px;
}

#content div.quick-links ul li {
	float: left;
	/*padding-right: 18px;*/
	margin-right: 7px;
	margin-bottom: 4px;
}


#content div.li-gala ul li {
	height: 136px;
	width: 205px;
	margin-bottom: 7px;
}

#content div.quick-links ul li.last {
	margin: 0;
	padding: 0;
	/*background: none;*/
}

#content div.quick-links ul li a {
	display: block;
	padding: 124px 5px 0 5px;
	text-align: center;
	background-repeat: no-repeat;
	color: #000;
	text-decoration: none;
	width: 156px;
}

#content div.quick-links ul li a.donate {
    background: url(../../common/img/quick-links/donate-bg.jpg) no-repeat;
}

#content div.quick-links ul li a.involved {
    background: url(../../common/img/quick-links/involved-bg.jpg) no-repeat;
}

#content div.quick-links ul li a.volunteer {
    background: url(../../common/img/quick-links/volunteer-bg.jpg) no-repeat;
}

#content div.quick-links ul li a.newsletter {
    background: url(../../common/img/quick-links/newsletter-bg.jpg) no-repeat;
}

#content div.quick-links ul li a.current,
#content div.quick-links ul li a:hover {
	background-position: -166px 0px;
	color: #8a0000;
	/*font-weight: bold;*/
}

/* End Quick Links */

/* Donate Table */

#content table.donate
{
    width: 100%;
    padding-top: 20px;
    font-size: 0.9em;
}

#content table.donate td
{
    width: 40%;
    padding: 5px 0;
    vertical-align: top;
}

#content table.donate td.desc
{
    text-align: right;
    padding-right: 10px;
}

#content table.donate input.text
{
    width: 220px;
}

#content table.donate input.medium
{
    width: 100px;
}

#content table.donate input.short
{
    width: 50px;
}

#content table.donate input.phone3
{
    width: 85px;
}

/* End Donate Table */

/* Footer */

#footer {
	color: #ffffff;
	font-size: 0.9em;
	padding: 15px 0;
	/*overflow: hidden;*/
	margin: 0;
}

#footer div.left {
	width: 60%;
	float: left;
	text-align: left;
}

#footer div.right {
	width: 30%;
	float: right;
	text-align: right;
}

#footer a {
	color: #ffffff;
	text-decoration: none;
}

#footer a:hover {
	color: #B50202;
}

#footer p {
	margin: 0;
}

#footer div.right a.bbb {
	margin-left: 10px;
}

#footer div.left p.copyright {
	font-size: 0.8em;
	margin-top: 0.5em;
}

#footer div.left p.copyright-desc {
	font-size: 0.7em;
	margin-top: 0.5em;
	width: 520px;
	
}

#footer ul.links {
	float: right;
}

#footer ul.links li {
	float: left;
	padding: 0.5em 1em;
	margin-top: 34px;
}

#footer ul.links li.report {
	border: 0;
}

#footer ul.links li.bbb {
	padding: 0 0 0 0.5em;
	margin: 0;
}

#footer ul.links li.bbb a {
	display: block;
	width: 37px;
	height: 55px;
	text-indent: -5000px;
	overflow: hidden;
	background: url(../../common/img/bbb.gif) no-repeat;
}

/* Utility */
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}

#content-widget {
	float:right;
	margin-left:10px;
	margin-bottom:10px;
}
#content-top
{
    background: #fff;
    margin-bottom: 0 0 10px 0;
    height: 1%; /* IE fix */
   
}

#content-top img
{
    display: block;
    width: 930px;
    float: left;
}

#content-top div.site-intro
{
    width: 402px;
    float: left;
    padding: 20px 20px 0 20px;
}

#content-top div.site-intro h2
{
    font-size: 2em;
    font-weight: normal;
    margin: 0 0 0.2em 0;
    color: #424241;
}

#content-top div.site-intro p
{
    font-size: 1.3em;
    margin: 0 0 0.5em 0;
}

#content-bottom
{
    margin: 10px 0 0 0;
    height: 1%;
}

#content-bottom div.promo-left
{
    width: 482px;
    padding: 6px;
    background: #fff;
    float: left;
    min-height: 348px;
    overflow: hidden;
    margin-bottom:13px;
    _height: 348px;
}

#content-bottom div.promo-left h4
{
    font-size: 1.4em;
    margin: 0.5em 0 0.2em 0;
}

#content-bottom div.promo-left p
{
    margin: 0 0 1em 0;
    line-height: 1.4em;
}

#content-bottom div.promo-left h4,
#content-bottom div.promo-left p
{
    padding-left: 10px;
}

#content-bottom div.promo-right {
    width: 427px;
    float: right;
   
}

#content-bottom div.promo-right div.block
{
    margin-bottom: 10px;
    padding: 5px;
    background: #fff;
    height: 165px; /* IE fix */
}

#content-bottom div.promo-right img
{
    display: block;
    float: right;
   /* width: 141px;*/
    /*height: 111px;*/
}

#content-bottom div.promo-right h4
{
    font-size: 1.4em;
    /*font-weight: normal;*/
    margin: 0.1em 0 0.5em 0;
}


#content-bottom div.promo-right p
{
    /*font-size: 0.9em;*/
    /*margin: 0 0 0.9em 0;*/
      margin: 0px;
      line-height: 1.4em;
	 text-align: justify;
}

#content-bottom div.promo-right div.block-text
{
    float: left;
    width: 235px;
    padding: 0  0 0 25px;
}
#content-bottom div.promo-right div.block-patrocinadores
{   float: left;
    width: 100%;
	 height: 121px;
}
#content-bottom div.promo-right div.block-patrocinadores img
{   
    /*height: 67px;
	 width: auto;*/
	 margin: 10px 10px 0 0;
    
}
#content-bottom div.promo-right div.block-patrocinadores h4
{  padding-bottom:5px; 
   border-bottom: 1px solid #ccc}

#novedadHome{
    /*min-height: 189px;*/
}
div.novedadHome{
    height: 97px;
    overflow: hidden;
}
div.bannerHome{
	height: 155px;
	overflow: hidden
}
.clear {
    clear: both;
}
.attach_link {
    text-decoration: none;
}
.attach_ico {
   border:none;
   vertical-align: bottom;
   padding-left: 5px;
}
.attach_video {
  margin-bottom: 35px;
  margin-top: 25px;
  text-align: center;
}
.pointer {
  cursor: pointer;
}
.titlenovedad {
  color: #000000;
}
.compartir {
  text-align: center;
  padding: 10px;
}
.more_news {
  text-align: left;
  padding-top: 10px;
  padding-bottom: 10px;
  cursor: pointer;
}
.previousNews {
  text-align: left;
  padding-bottom: 15px;
 }
.bttm_with_pag{
  height: 35px;
  margin: 0 auto;
  border-top: 1px solid #D1D1D1;
  text-align: center;
}
.bttm_pag{
  height: 35px;
  width: 180px;
  margin: 0 auto;
  text-align: center;
}
.bttm_pag .prevall{
  background: url(../img/paginado/btn_pag_prevall.gif) no-repeat center;
  width: 15px;
  height: 35px;
  float: left;
  cursor: pointer;
}
.bttm_pag .prevone{
  background: url(../img/paginado/btn_pag_prevone.gif) no-repeat center;
  width: 15px;
  height: 35px;
  float: left;
  margin-right: 10px;
  cursor: pointer;
}
.bttm_pag span{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #8B0202;
  height: 20px;
  float: left;
  margin: 10px 5px 0px 5px;
}
.bttm_pag a{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  /*color: #B0B0B0;*/
  height: 20px;
  float: left;
  margin: 10px 5px 0px 5px;
  text-decoration: none;
}
.bttm_pag a:hover{
  color: #6C6A67;
  text-decoration: underline;
}
.bttm_pag .nextone{
  background: url(../img/paginado/btn_pag_nextone.gif) no-repeat center;
  width: 15px;
  height: 35px;
  float: left;
  margin-left: 10px;
  cursor: pointer;
}
.bttm_pag .nextall{
  background: url(../img/paginado/btn_pag_nextall.gif) no-repeat center;
  width: 15px;
  height: 35px;
  float: left;
  cursor: pointer;
}
.mandatory{		  
				  font-size: 11px;
				  color: #8A0000;
		}
.content_contacto{
		  float: left;
		}
.content_contacto .left{
		  width: 597px;
		  margin-top: 12px;
		 }
		
.content_contacto .left .tit{		  
		  font-size: 28px;
		  color: #BEBEBE;
		  height: 39px;
		  border-bottom: 1px solid #D1D1D1;
		  width: 579px;
		  display: block;
		  margin: 0 0 18px 18px;
		}
.content_contacto .left .inputs_left{
		  height: 288px;
		  width: 250px;
		  float: left;
		 
		}
.content_contacto .left .inputs_right{
		  height: 288px;
		  width: 250px;
		  float: right;
		}
.content_contacto .input{
		  height: 72px;
		  width: 250px;
		}
.content_contacto .input span, .content_contacto .input_bttm span{		  
		  font-size: 14px;
		  color: #818181;
		}
.content_contacto .input span.rojo{
		  font-size: 12px;
		  color: #8A0000;
		}
.content_contacto .input input{
		  width: 248px;
		  margin-top: 3px;
		}
.content_contacto .input select{
		  width: 254px;
		  margin-top: 3px;
		}
.content_contacto .input_bttm{
		  clear: both;
		  width: 600px;
		}
.content_contacto .input_bttm .btn_enviar{
		  float: right;
		}
.content_contacto .input_bttm .btn_enviar a, .content_contacto .input_bttm .btn_enviar a:link, .content_contacto .input_bttm .btn_enviar a:visited, .content_contacto .input_bttm .btn_enviar a:active{
		  font-size: 18px;
		  color: #8A0000;
		  float: right;
		  text-decoration: none;
		}
.content_contacto .input_bttm .btn_enviar a:hover{
		  color: #F4642D;
		  text-decoration: underline;
		}
.content_contacto .input_bttm textarea{
		  width: 595px;
		  height: 100px;
		  margin: 3px 0 3px 0;
		  .position: relative;
		}
.content_contacto .right{
		  margin-top: 20px;
		  margin-bottom: 10px;
		  height: 50px;
		  text-align:center;
		  color: #8A0000;
		}
.errorValidate {
color:#FF0000;
}
#content div.main-content{
}
.cenatitulo{
     margin-bottom: 10px;
     text-align: center;
 }
.divmesas{
     background: url("../../common/img/divmesas.jpg") repeat-x scroll left bottom transparent;
     height: 22px;
     margin: 15px 0; 
}
table.costos, table.costos tr, table.costos td{
	background-color: #Efefef;
	border: solid 1px #8A0000;
}
