/* Top Elements */
 *{ margin: 0; padding: 0; outline: 0 }

body {
	font: 11px/165% "Lucida Grande", Geneva, Verdana, Arial, Helvetica, sans-serif;
	/*!---color: #fff;*/
	margin: 0; padding: 0 0 0 0;
	background:url(../../img/bkg.jpg)  no-repeat 0 0 #f3047c; background-position: top;
}
ul{ list-style:none; }
/* Links */
a {
	text-decoration: none;
	color:#000;
	padding: 0 0 0 0;
}
a:hover {
	color: #f10c83;
	border-bottom: 0px dotted #000;
}

/* Headers */

p, dl {	text-align:justify; margin: 5px; padding: 5px 2px 10px 0; }
ul, ol { margin: 10px 20px;	padding: 0 20px; }
dt { font-weight: bold; color: #895F30; }
dd { padding-left: 25px; }
br { line-height: 3px; }

/* Images */
img { background: #fafafa; border: 1px solid #CCC; padding: 3px; /*-moz-border-radius: 8px; -webkit-border-radius: 4px*/ }
img.float-right { margin: 10px 0px 12px 12px; }
img.float-left { margin: 5px 9px 0px 0px; }

blockquote {
	margin: 15px 10px;
 	padding: 10px 10px 10px 35px;  
    border: 1px solid #F0F0F0;
	background: #F0F0F0 url(../../img/quote.jpg) no-repeat 10px 10px;
	font-weight: normal;
	font-size: 17px;
	line-height: 1.5em;
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;	
	color: #555;	
}

/* start - table */
table { border-collapse: collapse; border-spacing:0; border-width: 0px; border: 0px; }
th { color: #555; background: #E6E6E6; height: 38px; padding-left: 12px; padding-right: 12px; text-align: left;	
	 border-width: 1px; border-style: solid; border-color: #ebebeb #d4d4d4 #d4d4d4 #ebebeb; }
tr { height: 34px; background: #fff; }
td { padding-left: 11px; padding-right: 11px; border: 1px solid #ECECEC; }	
/* end - table */

/* form elements */
form { margin: 15px 0; padding: 5px 10px 20px 10px; border: 1px solid #dddcdc; background:#fff; width:625px;}
label { display: block; font-weight: bold; margin: 8px 0 5px 0; color: #000; }
input, select { padding: 4px; font: normal 1em Verdana, sans-serif; color:#000; }
textarea { width: 350px; padding: 4px; font: normal 1em Verdana, sans-serif; height: 100px; display: block; color:#fff; }
input, textarea, select { background: #ffffff; border-width: 1px; border-style: solid; border-color: #e6e6e6 #ebebeb #ebebeb #d4d4d4;
						  color:#000; }

/* search form */
.searchform {
	background-color: transparent;
	border: none;	
	margin: 0; padding: 12px 0 15px 8px;	
	width: 180px;	
}
.searchform p { margin: 0; padding: 0 0 10px 0; }
.searchform input.textbox { 
	width: 115px; color: #000; height: 18px; padding: 2px; vertical-align: top;
}

.searchform input.button { 
	width: 60px; height: 24px; padding: 2px 5px; vertical-align: top;
	margin: 15px 0;
}

/* ----------------- top menu deslizante --------------------- */
#menu_holder {
	height: 58px;
	width: 690;
	display: block;
	position: absolute;
	top: -58px;
}
#nav {
	height: 58px;
	width: 632px;
	margin: 0px 70px auto;
	padding: 0px;
	background-image: url(../../img/right.png);
	background-repeat: no-repeat;
	background-position: right;
}
#hit_area {
	height: 240px;
	width: 940;
	margin: 0px;
	padding: 0px;
	display: block;
}

#hit_area2 {
	width: 940;
	background-image: url(../../img/activate_text.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	display: block;
}

#nav ul {
	margin: 0px;
	padding: 0px 0px 0px 21px;
	height: 58px;
	list-style-type: none;
	background-image: url(../../img/left.png);
	background-repeat: no-repeat;
}
#nav li{
	margin: 0px;
	padding: 0px;
	float: left;
}

#nav li a:link, #nav li a:active, #nav li a:visited {
	background-image: url(../../img/middle.png);
	background-repeat: repeat-x;
	height: 58px;
	width: 100px;
	display: block;
	line-height: 58px;
	font-weight: bold;
	color: #9c0063;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 120%;
}
#nav li a:focus, #nav li a:hover{
	text-decoration : none;
	-moz-outline:0;
	color: #fff;
	background-image: url(../../img/rollOver.png);
	background-repeat: repeat-x;
}
#nav ul li#current a {	
	color: #fff;
	background-image: url(../../img/rollOver.png);
	background-repeat: repeat-x;	
}
/* ----------------- fin top menu deslizante --------------------- */

#content-wrapper {
   /* background: #fff url(img/content-bg.jpg) no-repeat;	*/

	width: 945px;
	margin: 0 auto;	
	text-align: left;
}

#content {
	width: 100%;
	background: #fff;
	float: left;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}
#content-outer {
	width: 100%;
}

/*************** columna two ************* */
.col-two {
	float: left;
	width: 650px;
	margin-left: 32px;
	margin-top: -100px;
}
.col-two-uno {
	float: left;
	width: 315px;
	margin-top: 0px;
	background-color:#fff;
}

.col-two-dos {
	float: right;
	width: 315px;
	margin-left: 0px;
	margin-top: 0px;
}

.col-two img.no-efect { background: #fafafa; border: 0px solid #CCC; padding: 0px; }
.col-two h2 {
	color:#fff;
	padding-bottom: 65px;
	font:normal 22px/52px Georgia, "Times New Roman", Times, serif;
	text-transform: capitalize;
	text-align:center;
	margin-left: 0px;
	padding-left: 0px;
	background-image:url(../../img/barra.png);
	background-repeat: no-repeat;
}
.col-two h3 {
	color:#fff;
	padding-bottom: 1px;
	font:normal 22px/40px Georgia, "Times New Roman", Times, serif;
	text-transform: capitalize;
	text-align: left;
	margin-left: 0px;
	padding-left: 0px;
	background:url(../../img/barra_azul.png) no-repeat;
}
.col-two h4 {
	color:#fff;
	padding-bottom: 1px;
	font:normal 22px/40px Georgia, "Times New Roman", Times, serif;
	text-transform: capitalize;
	text-align:center;
	margin-left: 0px;
	padding-left: 0px;
	background:url(../../img/barra_negro.png) no-repeat ;
}
.col-two h5 {
	color:#fff;
	padding-bottom: 1px;
	font:normal 22px/40px Georgia, "Times New Roman", Times, serif;
	text-transform: capitalize;
	text-align:center;
	margin-left: 0px;
	padding-left: 0px;
	background-image:url(../../img/barra_azul.png);
}
.col-two h6 {
	color:#fff;
	padding-bottom: 1px;
	font:normal 22px/40px Georgia, "Times New Roman", Times, serif;
	text-transform: capitalize;
	text-align:center;
	margin-left: 0px;
	padding-left: 0px;
	background-image:url(../../img/barra_naranja.png);
}

col-two a:active, .col-two a:visited {
	font-size:13px;
	color: #04779f;
}
.col-two a:focus, .col-two a:hover{
	text-decoration : none;
	-moz-outline:0;
	/*<!-- color:#FF0066; -->*/
	font-size:13px;
	color:#000;
}

.col-two ul{
	font:12px/165% "Lucida Grande", Geneva, Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	margin: 7px 5px 8px 0px; padding: 0;
	text-decoration: none;		
	background: url(../../img/dots.gif) repeat-x bottom left;
	color:#000;
}

.col-two ul li {
	list-style-image: url(../../img/red_bullet.gif);
}

.col-two li a{
	color: #0388b6;
	font-size: 100%;
}

.col-two ul li a:hover{ 
	color: #000;
	list-style-image: url(../../img/link.jpg);
}

.col-two div.bkg_pag {
	width: 625px;
   	padding:10px 10px 10px 10px;
	background-color:#ffd5e7;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}
.col-two div.menu_zona_proveedores {
	width: 625px;
   	padding:10px 10px 10px 10px;
	background-color:#f0fce7;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}
.col-two div.menu_zona_coordinadores {
	width: 625px;
   	padding:10px 10px 10px 10px;
	background-color:#e7f6fc;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}
.col-two div.menu_zona_destinos {
	width: 296px;
   	padding:10px 10px 10px 10px;
	background-color:#fceae7;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}
.col-two div.noticias {
	width: 296px;
   	padding:10px 10px 10px 10px;
	background-color:#ececec;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}

.col-two fieldset {
	width: 644px;
	background-color:#fdf0fd;
	border: 0px solid #ccc;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;

	}

.col-two fieldset legend {
		font-weight: bold;
		font-size:13px;
		font-family: trebuchet ms;
		text-transform: uppercase;
		margin: -1px 1px -1px 2px;
		padding: 7px 7px 7px 7px;
		background-color:#fff;
		border: 1px solid #ccc;
		-moz-border-radius: 8px;
		-webkit-border-radius: 4px;
	}

.col-two a:link {
		text-decoration:none;
		font-size:13px;
		color: #0388b6;
}
.col-two a:hover {
		text-decoration:none;
		font-size:13px;
		color:#FF0066;
}

/*************** fin columna two ************* */

/*************** columna three ************* */
.col-three {
	float: left;
	width: 215px;
	margin-left: 12px;
	margin-top: -244px;
	/*background-color:#FF99FF;*/
}
.col-three-uno {
	width: 215px;
	height: 248px;
	margin-top: 0px;	
}

.col-three div.fech_and_cont {
	width: 230px;
	padding:5px 5px 0px 5px;
	background-color:#d0e9ff;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}
.col-three div.menu_principal {
	width: 230px;
	padding:5px 5px 0px 5px;
	background-color:#f9e1fa;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}
.col-three div.login {
	width: 230px;
	padding:5px 5px 0px 5px;
	background-color:#f0f0f0;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}
.col-three h2 {
	/* background:url(img/event_link_bg.png) no-repeat 0 7px; color:#000; */
	padding:6px 0 0px 18px;
	font:normal 20px/36px Georgia, "Times New Roman", Times, serif;}
	
.col-three form.search h2{
	background:url(../../img/usuario.png) no-repeat 0 0;
	width:160px; padding:0 0 1px 33px; float:left;
	font:normal 22px/38px Georgia, "Times New Roman", Times, serif;}
	
.col-three form.search h2 span{	font:normal 22px/38px Georgia, "Times New Roman", Times, serif;}
.col-three form.search { background:url(../../img/loginx.png);  width:200px; margin: -3px -2px; padding: 11px 10px 10px 5px; border: 0px}
	
.col-three input, select { padding: 1px; font: normal 1em Verdana, sans-serif; color: #FF3399; }
.col-three textarea { width: 350px; padding: 4px; font: normal 1em Verdana, sans-serif; height: 100px; display: block; color: #f6f6f5; }
.col-three input, textarea, select { background-color: #f6f6f5 ; border-width: 1px; border-style: solid; border-color: #D4D4D4 #ebebeb #ebebeb #d4d4d4;
						  color:#786E4E; }
.col-three form.search input.submit{
	background:url(../../img/submit.png) no-repeat 47px 0; color:#0B0B0B; border:none;
	width:62px; height:13px; float:right; margin:3px 0px 0 0; padding:0px 27px 0 0; cursor:pointer;
	font:normal 10px/13px Arial, Helvetica, sans-serif; text-transform:uppercase;}	

.col-one, .col-two, .col-three {
	padding-bottom: 0px;
}

#content .col-three h3 {
	color: #EF3103;
	font: normal 1.8em "Trebuchet MS", Tahoma, Arial, sans-serif;
	text-transform: none;
	letter-spacing: -0.5px;
	padding: 5px 10px;
	margin: 15px 0 5px 0;
}

/* sidebar menu */
#content .col-three ul.sidemenu {
	text-align: left;
	margin: 0px 5px 8px 0px; padding: 0;
	text-decoration: none;		
	background: url(../../img/dots.gif) repeat-x left top;
}
#content .col-three ul.sidemenu li {
	list-style: none;
	background: url(../../img/dots.gif) repeat-x left bottom;
	padding: 6px 10px;
	margin: 0;		
}
* html body ul.sidemenu li {
	height: 1%;
}
#content .col-three ul.sidemenu li a {
	text-decoration: none;	
	background-image: none;	
	background-color: transparent;
	font-size: 12px;
	border: none;
	color: #9c0063;		
}
#content .col-three ul.sidemenu li#current a {	
	color: #0388b6;	
}

#content .col-three ul.sidemenu li a span {
	color: #666666;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	text-align: justify;
	font-size: 16px;
}
#content .col-three ul.sidemenu li a:hover {	
	color: #999;	
	background: none;
	border: none;
}
ul.sidemenu li a.hover {	
	color: #f10c83;	
	background: none;
	border: none;
}
#content .col-three ul.sidemenu ul { margin: 0 0 0 5px; padding: 0; }
#content .col-three ul.sidemenu ul li { background: none; }


/* footer */
#footer-wrapper {
	clear: both;
	/*width:940px;*/
	margin: 0 auto;
	text-align: left;
	/*background-color:#000000;*/
	font: normal 1em/1.6em 'Trebuchet MS', Tahoma, Sans-serif;
}
#footer-wrapper h3, #footer-wrapper p {
	padding-left: 0;
}
#footer-wrapper h3 {
	font: normal 1.6em/1.6em 'Trebuchet MS', Tahoma, Arial, Sans-serif;
	color: #ABABAB;	
}
#footer-wrapper a {
	color: #ccc;
	background: transparent;
}

#footer-wrapper ul.footer-list {
	border-top: 1px solid #111;
	list-style: none;
	padding: 0;	
	margin-left: 0;	
}
#footer-wrapper ul.footer-list li {
	border-bottom: 1px solid #111;
}
#footer-wrapper ul.footer-list li a {
	display: block;
	width: 98%;
	line-height: 2em;
	font-weight: bold;
	padding: 4px 0;
	border: none;
	margin-left: 0;
	padding-left: 0;
	color: #666666;
}
#footer-wrapper ul.footer-list li a span {
	color: #444;
	font-style: italic;
	font-weight: normal;
	font-family: Georgia, 'Times New Roman', Times, serif;
}
#footer-wrapper ul.footer-list li a:hover,
#footer-wrapper ul.footer-list li a:hover span {
	color: #fff;
	text-decoration: none;	
}

#footer {
	float: left;	
	width: 100%;	
	padding: 0;				
	margin-left: 0px;	
	margin-top: 10px;
	background-color:#000000;
	/*background:url(img/footer.gif) ;*/
	
}
#footer-bottom a.css{
	background-color:#000; color:#FFFFFF; width:38px; height:16px;
	font:bold 13px/16px "Trebuchet MS", Arial, Helvetica, sans-serif;
	display:block; text-align:center; text-decoration:none; float:left; }
#footer-bottom a.css:hover{
	background-color: #FF0000; color:#FFFFFF; width:38px; height:16px;
	font:bold 13px/16px "Trebuchet MS", Arial, Helvetica, sans-serif;
	display:block; text-align:center; text-decoration:none; float:left;}
#footer-bottom a.xhtml{
	background-color:#CC0000; color:#FFFFFF; width:49px; height:16px; margin:0 6px 0 0;
	font:bold 13px/16px "Trebuchet MS", Arial, Helvetica, sans-serif; 
	display:block; text-align:center; text-decoration:none; float:left;}
#footer-bottom a.xhtml:hover{
	background-color:#666666; color:#FFFFFF; width:49px; height:16px; margin:0 6px 0 0;
	font:bold 13px/16px "Trebuchet MS", Arial, Helvetica, sans-serif; 
	display:block; text-align:center; text-decoration:none; float:left;}	
#footer-bottom {
	clear: both;
	border-top: 0px solid #111;
	width: 940px;
	color:#ccc;
	 
}
#footer-bottom .bottom-left {
	float: left;
	padding-left:25px;	
}
#footer-bottom .bottom-right{
	float: right;
	text-align: right;
	padding-right:30px;
}

/* postmeta */
.postmeta {	
	padding: 5px; margin: 20px 10px 15px 10px;	
	font-size: 1em;	
	color: #777;
	border: 1px solid #EBEBEB;
	background: #F5F5F5;
}
.postmeta a { background: transparent; }
.postmeta .date{ margin: 0 10px 0 5px;	}
.postmeta a.comments { margin: 0 10px 0 5px;	}
.postmeta a.readmore { margin: 0 10px 0 5px;	}

.post-info { font-size: .95em; padding-top: 3px; margin-left: 5px; color: #bababa; }
.post-info a { color: #000; }


/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }

/* clearing */
.clearer { clear: both; }
.clear {	display:inline-block; }
.clear:after {
	display:block; 
	visibility:hidden; 
	clear:both; 
	height:0; 
	content: "."; 
}
/*templates*/
.fecha{
	position: absolute;
	float:right;
	padding: 1px;
    margin-top:0px;
	width: 195px;
	left: 707px;
	top: 43px;
}


.clear {
	clear: both;
}


