* {
  margin: 0;
  padding: 0;
}
body {
  font-family: Georgia, Times, serif;
  color: #666;
	font-size: 12px;
	text-align: center;
	/*background: url(images/body.gif);*/
	background: url(images/body.jpg);
}
body.iframe {
  text-align: left;
  padding: 0px 40px;
}
p, li, td {
  font-size: 13px;
  line-height: 1.4em;
}
p {
  margin-bottom: 1em;
}
a {
  text-decoration: none;
	color: #41281B;
}

a:hover {
	text-decoration: underline;
}

div.page li {
  margin-bottom: 1em;
  
}
a:hover {
}
h1 {
  color: #41281B;
  margin: .4em 0 .6em 0;
}

h4 {
  font-size: 14px;
  margin: 1.3em 0 .3em 0;
  text-decoration: none;
}
ul {
  list-style: none;
}
img {
  border: 0;
}
ul.inline li {
	float: left;
}
ul.inline li a {
	display: block;
	float: left;
}
div#main ul {
	padding-left: 2em;
	margin-bottom: 1em;
}
div#main ul li {
	list-style: disc outside;
}
/* clases comunes */
div.clear {
  clear:both;
  display:block;
  height:0px;
  margin:0; padding:0;
  overflow:hidden;
  font-size:0px;
}
.float {
	float: left;
	margin-right: 20px;
}
.floatRight {
	float: right;
	margin-left: 20px;
	margin-bottom: 10px;
}
.floatLeft {
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
}
div.marg_l {
	margin-left: 30px;
}
p.label {
	color: #666;
	font-weight: bold;
	margin-top: 10px;
}
.noMargin {
	margin: 0 0 0 0;
	margin-top: 0;
	margin-bottom: 0;
}
.marginTop {
	margin-top: 1em;
}
.marginTopLite {
	margin-top: .5em;
}
.marginBottom {
	margin-bottom: 1em;
}
.no_margin_left {
	margin-left: 0;
}
.marginRight {
  margin-right: 10px;
}
.marginLeft {
  margin-left: 20px;
}
.pointer {
  cursor: pointer;
}
.tooltip span.top{
  padding: 8px 8px 0 8px;
  width: 200px;
  background: url(images/bt.gif) no-repeat top
}

.tooltip b.bottom{
  padding:3px 8px 15px;
  color: #548912;
  background: url(images/bt.gif) no-repeat bottom
}


/** ************* */
/** Medidas */
/** ************* */

div#body {
  width: 956px;
  margin: 0 auto 20px auto;
  padding: 2px 0 ;
  background: #fff;
  text-align: left;
}
div#navtop_wrapper {
  height: 45px;
  position: relative;
}
div#header {
  height: 115px;
  background: url(images/header.jpg) no-repeat;
  position: relative;
}
div#navmain {
  height: 34px;
  margin: 6px 0;
  overflow: hidden;
}
div#container {
  background: url(images/container.gif) repeat-y;
  width: 956px;
  margin-left:4px;
  position: relative;
}
div#center {
  float: left;
  width: 664px;
  padding: 20px 18px 70px 20px;
  border-top: 1px solid #F5A300;
/*  border: 2px solid #F5A300;
  border-bottom: none;*/
}
div#center {
  height: 400px;
}
html>body div#center {
  min-height: 400px;
  height: auto;
}
div#right {
  float: left;
  width: 234px;
  margin: 0 8px;
  _margin:0 0 0 10px;
}
div#foot {
  position: absolute;
  bottom: 0;
  width: 660px;
  height: 40px;
  background: url(images/navbot.gif) repeat-x 0 12px;
}
div.search {
  float: left;
}

/** ************* */
/** Navegaciones */
/** ************* */
div#navtop {
  float:right;
  height: 40px;
  width: 450px;
  _width:540px;
}
div#navtop ul {
  float: left;
  padding: 10px 0 0 0;
}
div#navtop li {
  float: left;
  margin-right: 10px;
  font-family: "Trebuchet MS",Verdana,Arial,Helvetica,sans-serif
}
ul#navtop_ul li {
  font-size: 13px;
}
ul.navlocale li a {
  font: normal 13px/15px Georgia, "Times New Roman", Times, serif;
}
ul.navlocale li a:hover {
  text-decoration:underline;
}
div#navtop li#inicio{
   margin-right:25px;
}

div#navtop li.level_1 a {
   color: #F5A300;
}
div#navtop li.level_1 a:hover {
   text-decoration:underline;
}

ul.navlocale li.first {
  border-right: 1px solid #F5A300;
  padding-right: 7px;
}
ul#navmain_ul {
  float: left;
  width: 615px;
  margin: 0 9px 0 4px;
  _margin: 0 6px 0 2px;
  background: #E3E4E8;
  height: 34px; 
}
ul#navmain_ul li {
  float: left;
  border-left: 1px solid #F5A300;
  font-size: 16px;
  font-family: "Trebuchet MS",Verdana,Arial,Helvetica,sans-serif
}
ul#navmain_ul li a {
  display: block;
  float: left;
  padding: 6px 10px;
}
ul#navmain_ul li a:hover,
ul#navmain_ul li.current a {
  background: #E8D5AB;
  text-decoration:none;
}
ul#navmain_ul li.first {
  margin-left: 0;
  padding-left: 0;
  border-left: 0;
}
ul#navmain_ul li.last {
  /*border-right: 1px solid #F5A300;*/
}


/** ************* */
/** logos */
/** ************* */
div#logo {
  position: absolute;
  top: 10px;
  left: 10px;
}
div#logo a {
  display: block;
}
div#logo,
div#logo a {
  width: 250px;
  height: 100px;
}

/** ************* */
/** Busqueda box */
/** ************* */
div.search_input {
  background: url(images/search_field.gif) no-repeat 0 5px;
  height: 35px;
}
div.search_input form {
  padding: 0;
}
div.search_input input.text {
  border: none;
  display: block;
  float: left;
  width: 120px;
  margin-top: 13px;
  margin-right: 0px;
  background: none;
  padding: 0 10px;
  font-size: 12px;
}
input.image {
  margin-top: 3px;
  display: block;
  float: left;
}

/** ************* */
/** Foot */
/** ************* */
div.phone {
  float: left;
  width: 120px;
  padding: 5px 0 5px 30px;
  background: #fff url(images/phone.gif) no-repeat;
  color: #3D2109;
  font-size: 15px;
  font-family: "Trebuchet MS",Verdana,Arial,Helvetica,sans-serif
}
ul#navbot_ul {
  float: right;
  background: #fff;
  height: 30px;
  padding-left: 10px;
  margin-top:4px;
}
ul#navbot_ul li {
  float: right;
  border-right: 1px solid #AE9988;
  margin-right: 10px;
  padding-right: 10px;
  height: 16px;
}
ul#navbot_ul li.first {
  border-right: none;
  margin-right: 0;
  padding-right: 0;
}
ul#navbot_ul li a {
  color: #F5A300;
}

/** ************* */
/** Projects */
/** ************* */
div.project_show {
  background: url(images/topo.gif) no-repeat 0 4px;
  padding-left: 25px;
}
div.project_index {
  float: left;
  width: 145px;
  margin: 0 10px 20px 0;
  -moz-opacity: 0.5;
	opacity:.50;
	filter: alpha(opacity=50);
}
div.project_index_full {
  -moz-opacity: 1;
	opacity: 1;
	filter: alpha(opacity=100);
}
div.project_index h2 {
  font-size: 13px;
  font-weight: normal;
  margin: 0;
  letter-spacing: -.03em;
}
div.project_index h2 a {
  color: #222;
}
h3.country_index {
  text-transform: uppercase;
  font-size: 13px;
  margin: 5px 0 0 0;
  color: #222;
}
h3.date {
  font-size: 14px;
  margin-top: 10px;
}

h3.subheader,
h3.subheader_index {
  font-size: 18px;
  color: #41281B;
  margin-bottom: 10px;
}
h3.subheader_index {
  background: url(images/topo.gif) no-repeat 0 2px;
  padding-left: 25px;
}
h3.country {
  font-size: 20px;
  text-transform: uppercase;
}
div.project_show h1,
h3.country {
  color: #41281B;
}
div.project_show h1 {
  font-size: 20px;
}

div.project_contents {
  width: 142px;
  padding: 0 5px;
  border-left: 2px solid #FBD480;
  border-right: 2px solid #FBD480;
  float: right;
  margin: 0 0 20px 20px;
}
h3.project_contents_header {
  font-family: "Trebuchet MS",Verdana,Arial,Helvetica,sans-serif;
  margin: 0 -5px;
  padding: 5px 5px;
  background: url(images/project_contents_top.jpg) no-repeat;
  text-transform: uppercase;
  text-align: center;
  color: #41281B;
}
div.project_contents h1 {
  padding: 0 5px;
}
div.project_contents h1 a {
  font-size: 14px;
  font-weight: normal;
}
div.article_index {
  margin-bottom: 10px;
}
div.article_index h2 {
  font-size: 14px;
}
div.article_index h3.date {
  font-size: 11px;
}
div.article_body {
  float: left;
  width: 280px;
  margin-right: 20px;
}
div.paginator {
  margin-top: 10px;
  border-top: 1px solid #ccc;
}
div.no_photo div.article_body {
  width: auto;
}
div.slideshow {
  float: left;
  width: 330px;
  position: relative;
}
div.slide_buttons {
  margin-bottom: 5px;
}

div.article_search {
  border-bottom: 1px solid #eee;
  margin-bottom: 10px;
}
div.article_search h2 {
  font-size: 14px;
}
p.video_thm {
  position: relative;
}
p.video_thm img {
  display: block;
  padding: 2px;
  border: 1px solid #41281B;
}
  p.video_thm a.play_video {
    position: absolute;
    width: 48px;
    height: 48px;
    top: 25%;
    left: 25%;
    background: url(images/play.png) no-repeat;
  }
div.video {
  margin: 20px 0;
}
/** ************* */
/** Páginas fijas */
/** ************* */
div.page h1 {
  font-size: 24px;
}

div.img_section{
  padding-top: 130px;
}

	#bg_somos{background: url(images/sections/manos_1.jpg) no-repeat 0 0;}
	#bg_mision{background: url(images/sections/chabolas.jpg) no-repeat 0 0;}
	#bg_criterios{background: url(images/sections/nena_sonrisa.jpg) no-repeat 0 0;}
	#bg_presencias{background: url(images/sections/mapamundi.jpg) no-repeat 0 0;}

div.page h3 {
  font-size: 16px;
  color: #333;
  margin: 2em 0 .5em 0;
}
div.links h4 {
  font-size: 14px;
  background: url(images/link.gif) no-repeat;
  margin: 1em 0 0 0;
}
div.links h4,
div.links p {
  padding-left: 20px;
}
div.page ul {
  margin-left: 1em;
  list-style: disc;
}
div.page ol {
  margin-left: 1em;
  list-style: decimal;
}

/** ************* */
/** Content */
/** ************* */
div.content ul,
div.content ol {
  margin-bottom: 1em;
}
div.content ol {
  padding-left: 4.5em;
}
div.content ul {
  padding-left: 4em;
  list-style: disc;
}
div.content strong {
  font-weight: bold;
  color: #41281B;
}
div.block_articles {
  background: #E3E4E6;
  padding: 10px;
}
h3.anteheader {
  background: #FCE3AD;
  padding: 4px 10px;
  color: #41281B;
  text-align: center;
  margin: 20px 0 4px 0;
  font: normal 15px/15px Trebuchet MS;
  text-transform: uppercase;
}
div.block_articles p.photo_block {
  margin: 0 0 5px 0;
}
div.block_article {
  margin-bottom: 15px;
}
h3.block_project_title {
  font-size: 12px;
  font-weight: normal;
}
div.block_articles h2 {
  font: normal 13px/17px Georgia, "Times New Roman", Times, serif;
  margin: 0 0 5px 0;
  text-transform: uppercase;
}
div.block_articles p {
  margin: 0;
  font-size: 12px;
}
div.project_index_finish {
  padding-left: 10px;
  background: url(images/bullet_yellow.gif) no-repeat 0 6px;
}
div.project_index_finish h2 {
  font-size: 14px;
  font-weight: normal;
  margin-bottom: 5px;
}
div.project_index_finish h2 a {
  color: #888;
}
div.project_index_finish h2 a:hover {
  color: #222;
}


/** ************* */
/** Home */
/** ************* */
div.photo_content_photo {
  float: left;
  width: 360px;
  padding: 5px;
  background: #FEF3DD;
  margin-right: 14px;
}
p.photo_content_foot {
  color: #fff;
  background: #F6A800;
  padding: 5px 10px;
  margin-top: 5px;
  font-size: 11px;
}
div.photo_content_text {
  float: left;
  width: 280px;
}
div.photo_content_text h1 {
  font-size: 30px;
  font-weight: normal;
}
p.more_info {
  border-top: 1px solid #D8D8D8;
  padding-top: 5px;
  text-align: center;
}
p.more_info a {
  color: #F8B528;
}
p.more_info a span {
  color: #999;
}

/** ************* */
/** Formulario */
/** ************* */
div.form {
	margin: 30px;
	padding: 20px;
  background: #fff;
}
div.input_field {
	clear: both	;
	margin-bottom: 20px;
	min-height: 0;
	position: relative;
}
h3.legend {
  font-size: 16px;
  font-weight: normal;
  padding-bottom: 5px;
  position: relative;
  text-align: left;
}
div.label {
/*  float: left;*/
	text-align: left;
/*  display: inline;*/
  margin: 20px 0 0 0;
	font-size: 12px;
	font-family: "Trebuchet MS", "MS Trebuchet", Arial, Helvetica, sans-serif;
}
div.input label {
	font-family: "Trebuchet MS", "MS Trebuchet", Arial, Helvetica, sans-serif;
	display: block;
}
div.input {
	float: left;
	width: 320px;
}
div.formbig div.input  {
  width: 331px;
  float: none;
}
div.formbig div.label {
  width: 331px;
  float: none;
}
input.just {
  width: 300px;
}
div.tellfriend input.text {
  width: 224px;
  height: 24px;
  padding: 4px 10px;
  border: 1px solid #999;
  font-size: 12px;
}
div.formbig input.text {
  width: 331px;
}
div.tellfriend textarea.text,
textarea.text {
  width: 224px;
  height: 80px;
  padding: 4px 10px;
  border: 1px solid #999;
  font-family: "Trebuchet MS", "MS Trebuchet", Arial, Helvetica, sans-serif;
  font-size: 12px;
}
div.formbig div.textarea {
  width: 345px;
  height: 168px;
}
div.formbig div.textarea textarea, 
div.textarea textarea {
  background: none;
  width: 330px;
  height: 155px;
  overflow-y: hidden;
  overflow-x: hidden;
  font-family: "Trebuchet MS", "MS Trebuchet", Arial, Helvetica, sans-serif;
}
input.text {
  
}
div.validation-advice,
div.error-message {
  background:transparent url(images/ico_warning.gif) no-repeat scroll 0 0;
  color:#990000;
  font-weight:bold;
  margin-top:4px;
  padding: 2px 0 5px 20px;
  font-family: "Trebuchet MS", "MS Trebuchet", Arial, Helvetica, sans-serif;
	
}

/** ************* */
/** botones */
/** ************* */
ul.buttons {
  margin-bottom: 10px;
}
ul.buttons li {
  float: left;
  margin-right: 5px;
}
ul.buttons li a {
  width: 17px;
  height: 17px;
  display: block;
  float: left;
}
ul.buttons li.icon_send a {
  background: url(images/button_send.gif) no-repeat;
}
ul.buttons li.icon_print a {
  background: url(images/button_print.gif) no-repeat;
}
ul.buttons li.icon_ampliar a {
  background: url(images/button_incres.gif) no-repeat;
}
ul.buttons li.icon_reducir a {
  background: url(images/button_decres.gif) no-repeat;
}



/** ************* */
/** Assets */
/** ************* */
h3.document_category {
  font-size: 14px;
  border-bottom: 1px solid #ccc;
  margin-top: 1em;
  color: #333;
}
div.asset {
  margin-top: 10px;
  border-bottom: 1px solid #eee;
}
div.asset_container div.asset {
  border: none;
}
div.asset div.file {
  float: left;
  width: 30px;
  margin-right: 10px;
}
div.asset div.file p a {
  display: block;
  font-size: 9px;
  color: #999;
  padding-top: 30px;
  width: 30px;
  text-align: center;
}
div.asset div.file p.pdf a {
  background: url(images/pdf.gif) no-repeat;
}
div.asset div.file p.doc a {
  background: url(images/doc.gif) no-repeat;
}
div.asset div.file p.ppt a {
  background: url(images/ppt.gif) no-repeat;
}
div.asset div.file p.xls a {
  background: url(images/xls.gif) no-repeat;
}
div.asset div.description {
  float: left;
  width: 300px;
}
div.file_cover {
  width: 130px;
  float: left;
}
div.asset div.description h3,
div#main div.asset div.description h3 {
  font-size: 14px;
  font-weight: bold;
}
div.asset div.description p {
  font-size: 12px;
}


/** ************* */
/** Galeria */
/** ************* */
div.gallery {
  width: 548px;
  padding: 6px;
  border: 2px solid #937545;
  margin-bottom: 15px;
}
div.slide_canvas {
  width: 548px;
  position: relative;  
}
div.previmg,
div.nextimg {
  position: absolute;
  top: 0;
  width: 18px;
  height: 100%;
  background-color: #E8E5E3;
  background-position: center 50%;
  background-repeat: no-repeat;
  cursor: pointer;
}
div.previmg {
  left: 5px;
  background-image: url(images/slide_prev.gif);
}
div.nextimg {
  right: 5px;
  background-image: url(images/slide_next.gif);
}
div.slideshow_canvas {
  position: absolute;
  left: 34px;
}
/* Solo para cuando está en el artículo */
div.article_show div.slideshow_canvas {
  left: 0;
}

/** SWF Upload */
.progressWrapper,
div.asset_container {
	width: 100%;
}
.progressWrapper {
	overflow: hidden;
}

.progressContainer {
	margin: 5px;
	padding: 4px;
	border: solid 1px #E8E8E8;
	background-color: #F7F7F7;
	overflow: hidden;
}
/* Message */
.message {
	margin: 1em 0;
	padding: 10px 20px;
	border: solid 1px #FFDD99;
	background-color: #FFFFCC;
	overflow: hidden;
}
/* Error */
.red {
	border: solid 1px #B50000;
	background-color: #FFEBEB;
}

/* Current */
.green {
	border: solid 1px #DDF0DD;
	background-color: #EBFFEB;
}

/* Complete */
.blue {
	border: solid 1px #CEE2F2;
	background-color: #F0F5FF;
}

.progressName {
	font-size: 8pt;
	font-weight: 700;
	color: #555;
	width: 323px;
	height: 14px;
	text-align: left;
	white-space: nowrap;
	overflow: hidden;
}

.progressBarInProgress,
.progressBarComplete,
.progressBarError {
	font-size: 0;
	width: 0%;
	height: 2px;
	background-color: blue;
	margin-top: 2px;
}

.progressBarComplete {
	width: 100%;
	background-color: green;
	visibility: hidden;
}

.progressBarError {
	width: 100%;
	background-color: red;
	visibility: hidden;
}

.progressBarStatus {
	margin-top: 2px;
	width: 337px;
	font-size: 7pt;
	font-family: Arial;
	text-align: left;
	white-space: nowrap;
}

a.progressCancel {
	font-size: 0;
	display: block;
	height: 14px;
	width: 14px;
	background-image: url(images/swf_cancelbutton.gif);
	background-repeat: no-repeat;
	background-position: -14px 0px;
	float: right;
}

a.progressCancel:hover {
	background-position: 0px 0px;
}
div.swfupload_button {
  margin: 15px 0;
}
p.delete {
  padding: 0 0 0 20px;
  background: url(images/swf_cancelbutton.gif) no-repeat -14px 0;
  font-weight: bold;
  color: #990000;
}
/* -- SWFUpload Object Styles ------------------------------- */
.swfupload {
	vertical-align: top;
}
div.nota {
  margin-top: 40px;
}
div.nota p {
  font-size: 10px;
  color: #999;
}
div.nota p strong {
  color: #000;
}

/** ************* */
/** Carousel */
/** ************* */
div.thumbs_imgs {
  height: 60px;
  width: 100%;
  z-index: 2;
  overflow: hidden;
}
div.thumbs_imgs li {
  float: left;
}
div.thumbs_imgs li a {
  background: #000;
  display: block;
  overflow: hidden;
  border: 2px solid #fff;
}
div.thumbs_imgs li a.current_photo,
div.thumbs_imgs li a:hover {
  border: 2px solid #41281B;
}
div.shower_thumbs {
  width: 525px;
  height: 7px;
  background: url(images/arrow_thumbails.png) no-repeat 98% 50%;
}
div.shower_thumbs_off {
  background: none;
}
div.slide_indicator {
  position: absolute;
  width: 100%;
  height: 100%;
  -moz-opacity: 0.4;
	opacity: .40;
	filter: alpha(opacity=40);
	background: url(images/ajax_loader_2.gif) no-repeat 50% 50%;
}


#horizontal_carousel  {
  position: relative;
  width: 548px;
  height: 66px;
  z-index: 11;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/themed/errea/css/images/slide_thumbails_bg.png', sizingMethod='scale');
}
html>body #horizontal_carousel {
  background: url(images/slide_thumbails_bg.png);
  filter: none;
}

#horizontal_carousel .container {
  position: relative;
  top: 1px;
  left: 34px;  
  width: 480px;
  height: 66px;
  overflow: hidden; 
}     
#horizontal_carousel .previous_button,
#horizontal_carousel .next_button {
  position: absolute;
  top: 0px;
  width: 22px;
  height: 44px;
  cursor:pointer;
}
#horizontal_carousel .previous_button {
  left: 0px;
  background: url(images/carousel_prev.gif) no-repeat 0 35%;
  z-index: 100;    
}        
#horizontal_carousel .previous_button_disabled,
#horizontal_carousel .next_button_disabled {
  display: none;
}
#horizontal_carousel .next_button {
  right: 0px;
  background: url(images/carousel_next.gif) no-repeat 0 35%;
  z-index: 100;
}   
#horizontal_carousel ul {
  margin: 0;
  padding: 0;
  width: 100000px;
  position: relative;
  left: 0;
}                      

#horizontal_carousel ul li img {
  display:block;             
}                                                  
#horizontal_carousel ul li {
  margin: 0px 10px 0px 0px;
}
#horizontal_carousel ul li,
div.thumbs_imgs li a {
  width: 60px;
  height: 40px;
}
#horizontal_carousel ul a {
  display: block;
}
#horizontal_carousel ul a:hover,
#horizontal_carousel ul a.current_photo {
  padding: 0;
}

/** ************* */
/** loginbox */
/** ************* */
div.user_box p.label {
  color: #fff;
  padding-left: 15px;
  margin: 5px 0 0 0;
  font-weight: normal;
  font-size: 13px;
}
div.user_box input.text {
  border: 1px solid #F5A300;
  background: #fff;
  margin-left: 15px;
  width: 180px;
  padding: 2px 10px;
  font-size: 14px;
}
div.user_box_closed_header {
  background: #51341E;
  color: #fff;
  font-family: "Trebuchet MS",Verdana,Arial,Helvetica,sans-serif;
  font-size: 15px;
  padding: 5px 0 5px 54px;
}
div.user_box_closed_header a {
  color: #fff;
}
div.user_box_tab_open {
  height: 18px;
  background: url(images/userbox_up.gif) left top;
}
div.user_box_tab_close {
  height: 18px;
  background: url(images/userbox_down.gif) left top;
}
div.user_box_opened_header {
  background: #51341E;
}
p.user_box_title {
  color: #F5A300;
  font-family: "Trebuchet MS",Verdana,Arial,Helvetica,sans-serif;
  font-size: 14px;
  padding: 4px 15px;
}
p.user_box_title span {
  font-size: 18px;
  text-transform: uppercase;
}
p.user_box_button {
  margin: 0;
  padding: 10px 15px;
  text-align: right;
  height: 20px;
  background: #51341E;
}


/** ************* */
/** calendar */
/** ************* */
div#calendar {
  margin-bottom: 15px;
}
div.calendar,
table.month {
	width: 180px;
	margin: 0 auto;
	font-family: "Trebuchet MS",Verdana,Arial,Helvetica,sans-serif;
}
div.calendar {
  position: relative;
  height: 170px;
}
div.calendar_indicator {
  position: absolute;
  background: #fff url(images/ajax_loader_2.gif) no-repeat 50% 50%;
	width: 100%;
  height: 170px;
	-moz-opacity: 0.7;
	opacity: .70;
	filter: alpha(opacity=70);
}
div#calendar_drop_off {
	margin-right: 0;
}
div.calendar h4 {
	font-size: 16px;
	margin: 5px 0;
}
div#calendar_pick_up h4 {
	color: #339966;
}
div#calendar_drop_off h4 {
	color: #990000;
}
div.calendar_header {
	padding: 3px 3px;
	text-align: center;
}
div.calendar_header,
div.calendar_header a {
	font-size: 12px;	
}

div.calendar_header a {
	font-size: 11px;
}
div#calendar_pick_up div.calendar_header a {
	color: #ADD6C1;
}
div#calendar_drop_off div.calendar_header a {
	color: #D69898;
}
div.calendar_admin div.calendar_header a {
	font-size: 16px;
}
div.calendar_admin div.calendar_header em {
	font-size: 20px;
}

div.calendar_header em {
	font-style: normal;
	/*font-weight: bold;*/
	font-size: 15px;
  color: #50341E;
}
div.leyend {
	margin-top: 5px;
}
div.leyend span {
	font-size: 12px;
	float: left;
	/*font-weight: bold;*/
	margin: 0 15px 5px 0;
}

/* Días genericos */
table.month {
    clear: left;
    float : left;
    border: 0px;
    padding: 0;
    margin: 0px auto;
  }
table.month td {
    width: 23px;
    margin: 1px;
    text-align: center;
		/*font-weight: bold;*/
		font-size: 13px;
		color: #333;
}
table.month td a {
		display: block;
	  color: #fff;
		padding: 5px 0;
		font-size: 12px;
    background: #F6A800;
		text-decoration: none;
}
table.month td.week_day {
  font-size: 11px;
  color: #F6A800;
}
table.month td.blank  {
	color: #ccc;
}
/* day generic */
table.month td.Blank {
		color : #ccc;
  }

table.month td.Blank {
    color : #666;
  }

table.month td.Sun a,
div.calendar_admin table.month td.Sun,
table.month td.Sat a,
div.calendar_admin table.month td.Sat {
}



/** ************* */
/** eventos */
/** ************* */
div.calendar_event {
  margin: 10px;
  _margin: 10px 0 10px 10px;
  padding-left: 10px;
  border-left: 8px solid #F6A800;
}
div.calendar_event h2,
div.calendar_event h3,
div.calendar_event p {
  margin: 0;
}
div.calendar_event p.event_date {
  font-weight: normal;
  font-size: 11px;
}
div.calendar_event h2,
div.calendar_event h2 a {
  color: #50341E;
  font-size: 16px;
}
p.event_date {
  font-size: 14px;
  font-weight: bold;
  margin: 0;
}
p.event_city {
  font-size: 14px;
  font-weight: bold;
}
div.event_date_div {
  margin-bottom: 5px;
}


.cake-sql-log {
	width: 80%;
	margin: 0 auto;
}
.cake-sql-log th {
	font-size: 12px;
}
.cake-sql-log td {
	font-size: 11px;
	color: #000;
	border: 1px solid #ccc;
	padding: 4px;
	background: #fff;
	text-align: left;
}


/** ************* */
/** sedes */
/** ************* */

div#sedes {
	background-color: #FEFAEF;
	margin-top: 7px;
}

#sedes ul {
	padding: 28px 20px;
}

#sedes ul li {
	background: url(images/topo.gif) no-repeat 0 0;
	font: normal 11px/14px Trebuchet MS;
	color: #666666;
	margin-bottom: 7px;
	padding: 2px 0 5px 25px;
}

#sedes ul li h3, #sedes ul li h3 a {
	font: normal 12px/15px Trebuchet MS;
	color: #50341E;
}

#sedes ul li a:hover {
	text-decoration:underline
}