/**  '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' */
/**   Globales                             */
/**  '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' */
* {
  margin: 0;
  padding: 0;
}
body {
  font-family: "Trebuchet MS", Arial, sans-serif;
	background: #000;  
  color: #999;
}

p,li {
  font-size: 13px;
  line-height: 1.6em;

}
p strong {
	color: #F68F2B;
}
a {
  text-decoration: none;
	color: #0B333C;
}
a:hover {
	text-decoration: underline;
}
h1 {
	font-size: 30px;
	color: #999;
	margin-bottom: 20px;
}
ul {
  list-style: none;
}
img {
  border: 0;
}
iframe#iframe_comments {
  width: 620px;
  height: 850px;
  border: 0;
}


/**  ''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' */
/**   clases comunes                          																				*/
/**  ''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' */
a.bull_dict {
	font-size: 20px;
	color: #fff;
}
div.clear {
  clear:both;
  display:block;
  height:0px;
  margin:0; padding:0;
  overflow:hidden;
  font-size:0px;
}
p.link a {
	float: left;
	display: block;
	color: #2F7CA8;
	font-weight: bold;
	padding: 4px 0 6px 25px;
	background: url(../images/link_arrow.gif) no-repeat left 7px;
	margin-top: 10px;
}
input.input_text {
  border: 1px solid #ccc;
  padding: 2px 5px;
  font-family: "Trebuchet MS", Verdana;
}
ul.list {
	margin-top: 0.4em;
}
ul.list ul {
	margin-top: 10px;
}
ul.list li {
	padding: 2px 0 2px 20px;
	background: url(../images/list_li_bullet.gif) no-repeat left 3px;
	font-weight: bold;
	color: #666;
}
h4.list_header {
	font-size: 14px;
	margin: 20px 0 5px 0;
	color: #333;
}
div.column_half_left,
div.column_half_right {
	width: 40%;
	float: left;
}
div.column_half_left {
	margin-right: 60px;
}
div.column_small {
	width: 25%;
	margin-right: 50px;
	float: left;
}
div.column_big {
	width: 65%;
	float: left;
}
.noMargin {
	margin: 0;
}
.floatLeft {
	float: left;
	margin-left: 20px;
}
div.section h4,
div.homepage h2 {
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-size: 14px;
	margin-bottom: 10px;
	border-bottom: 1px solid #333;
}

/**  ''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' */
/**   partes                         																				*/
/**  ''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' */
div#body {
	background: url(images/left_bg.jpg) repeat-y;
}
div#left {
	width: 270px;
	float: left;
	padding-left: 40px;
	padding-right: 50px;
}
div#content {
	width: 640px;
	float: left;
	margin-top: 40px;
	overflow: hidden;
}
div#container {
	background: url(images/container_bg2.jpg) no-repeat;
	width: 1000px;
	height: auto;
}
div#foot_cont {
	background: #111;
	border-top: 2px solid #333;
	margin-top: 30px;
}
div#foot {
	width: 1000px;
	height: 100px;
	padding-top: 10px;
	text-align: right;
	clear: both;
}

/**  ''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' */
/**   Logo                         																				*/
/**  ''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' */
div#logo {
	position: absolute;
	left: 85px;
	top: 70px;
	width: 190px;
	height: 40px;
}
div#logo a {
	position: absolute;
	width: 190px;
	height: 160px;
	text-indent: -4000px;
	overflow: hidden;
}


/**  ''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' */
/**   navegación principal                       																				*/
/**  ''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' */
div#nav {
	margin: 220px 0 0 63px;
}
div#nav ul li {
	margin-bottom: 10px;
}
div#nav ul li a {
	color: #666;
	text-transform: uppercase;
	font-size: 14px;
}
div#nav ul li li a {
	color: #666;
	text-transform: none;
	font-size: 14px;
	margin-left: 10px;
}

/**  ''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' */
/**   navutil    Idiomas                     																				*/
/**  ''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' */
div#navutil {
	height: 40px;
	background: #000;
	float: left;
	width: 400px;
}
div#navutil ul {
	width: 400px;
	margin-left: 360px;
	padding: 10px 0;
}
div#navutil ul li,
div#langs ul li {
	float: left;
	margin-right: 20px;
}
div#navutil ul li a,
div#langs ul li a {
	float: left;
	display: block;
	text-transform: uppercase;
	color: #ccc;
}
div#langs {
	float: right;
	width: 200px;
}
div#langs ul {
	padding: 10px 0;
}
div#langs ul li a {
	text-transform: none;
}

/**  ''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' */
/**   contenido                         																				*/
/**  ''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' */

div.content_header {
	
}
div.content_header h1 {
	font-size: 36px;
	color: #DA9638;
	font-weight: normal;
}
div.content_header h1 small {
	font-size: 22px;
	font-weight: normal;
}
div.content_header h1 small,
div.content_header h1 a {
	color: #eee;
}

/**  ''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' */
/**   card                         																				*/
/**  ''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' */
div.sump {
	margin-bottom: 20px;
}
div.materials,
div.description {
	float: left;
}
div.materials {
	width: 150px;
	margin-right: 30px;
}
div.description {
	width: 430px;
	margin-right: 30px;
}
div.sump h4 {
	color: #D32500;
}
div.main_photo {
	float: left;
	width: 480px;
}
div.thumbails {
	float: left;
	width: 100px;
}
div.gallery img {
	border: 2px solid #666;
	cursor: pointer;
}
div.thumbails ul li {
	margin-bottom: 10px;
}
/** Lista */
div.card_list {
	margin-bottom: 15px;
}
div.card_list h2 a {
	color: #ccc;
	font-size: 24px;
}
div.card_list p {
}
div.card_list_photo {
	float: left;
	width: 160px;
}
div.card_list_photo img {
	border: 2px solid #333;
}
div.card_list_info {
	float: left;
	width: 460px;
	margin-left: 20px;
}


/**  ''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' */
/**   articles                         																				*/
/**  ''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' */
div.article h1 {
	font-size: 36px;
	color: #DA9638;
}

div.article_photos {
	width: 360px;
	float: right;
	margin: 0px 0 20px 20px;
}
ul.article_data {
	margin-bottom: 15px;
}
ul.article_data li {
	float: left;
	margin-right: 10px;
}
ul.article_data a {
	float: left;
	display: block;
}
ul.article_data li,
ul.article_data a {
	font-size: 14px;
	color: #666;
}
ul.article_data li.comments_count a {
	background: url(images/comment.gif) no-repeat 0 6px;
	padding-left: 20px;
}

/* Index */
div.article_index {
	margin-bottom: 30px;
}
div.article_index_photo {
	float: left;
	width: 220px;
}
div.article_index_text {
	float: left;
	width: 400px;
}
div.article_index h1 {
	margin-bottom: 5px;
}
div.article_index h1 a {
	font-size: 18px;
	color: #DA9638;
}
div.article_index ul.article_data li,
div.article_index ul.article_data a {
	font-size: 12px;
}
div.card_list ul.article_data {
	margin-bottom: 10px;
}
div.card_list ul.article_data li.comments_count a {
	background: url(images/comment.gif) no-repeat 0 5px;
	padding-left: 18px;
}
div.card_list ul.article_data li,
div.card_list ul.article_data a {
	font-size: 12px;
}
div.article_index div.article_index_photo img {
	border: 1px solid #333;
}
/* Fotos */
div.mooshow_contentContainer img {
	border: 1px solid #333;
}
div.mooshow_contentContainer img.mooshow_loading {
	border: none;
}
div.buttons_gallery a {
	font-size: 20px;
	color: #fff;
	text-decoration: none;
}


/** Assets */
div.article_docs {
	float: right;
	width: 360px;
	margin:0px 0pt 20px 20px;
}
div.article_docs h4 {
	font-size: 16px;
	color: #ccc;
	border-bottom: 1px solid #333;
	margin-bottom: 10px;
	
}
div.article_docs ul li {

}
div.article_docs ul li a {
	font-size: 16px;
	padding: 10px 0 10px 35px;
	display: block;
	color: #999;
}
div.article_docs ul li.pdf a{
	background: url(images/file_pdf.gif) no-repeat;
}
div.article_docs ul li.doc a {
	background: url(images/file_doc.gif) no-repeat;
}


/**  ''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' */
/**   Pages                         																				*/
/**  ''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' */
div.page p {
	margin-bottom: 1em;
}
div.page a,
div#foot a {
	color: #fff;
}
/**  ''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' */
/**   Homepage                         																				*/
/**  ''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' */
div.homepage h1 a {
	font-size: 16px;
	color: #DA9638;
}
div.homepage h1 {
	margin-bottom: 5px;
}
div.homepage p {
	font-size: 12px;
}
div.cards_home {
	float: left;
	width: 400px;
}
div.articles_home {
	float: right;
	width: 205px;
}
div.card_home {
	float: left;
	width: 150px;
	margin-right: 50px;
	margin-bottom: 40px;
}
div.card_home_photo,
div.article_home_photo {
	margin-bottom: 5px;
}
div.article_home {
	margin-bottom: 30px;
}

/**  ''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' */
/**   Comentarios y formularios                         																				*/
/**  ''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' */
div.comments {
	margin-top: 20px;
}
div.comments h3 {
	font-size: 16px;
	color: #D02700;
	margin-bottom: 10px;
}
div.comment {
	margin-bottom: 10px;
}
div.comment p.data {
	color: #666;
	border-bottom: 1px solid #333;
	margin-bottom: 5px;
	background: url(images/comment.gif) no-repeat 0 6px;
}
div.comment p.data,
div.comment p.text {
	padding-left: 20px;
}
div.comments_form input.text,
div.comments_form textarea.text {
	background: #222;
	color: #999;
	padding: 2px 5px;
	border: 1px solid #333;
	width: 400px;
  font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 14px;
}
div.comments_form input.big {
	font-size: 18px;
}
div.comments_form p.label {
	margin-top: 15px;
}
div.comments_form div.submit {
	margin-top: 15px;
}
p.button {
	margin-top: 10px;
}
p.button a {
	display: block;
	float: left;
	padding: 3px 5px;
	border: 1px solid #333;
	background: #666;
	color: #fff;
}

div.error-message {
	font-size: 13px;
	color: #D02700;
	margin-top: 5px;
}


/** Cake */
.cake_debug {
	padding: 10px;
	background: #fff;
	color: #000;
}
.cake-stack-trace {
	background: #fff;
	padding: 10px;
	position: absolute;
	clear: both;
}
.cakeSqlLog {
	width: 80%;
	margin: 0 auto;
}
.cakeSqlLog th {
	font-size: 12px;
}
.cakeSqlLog td {
	font-size: 11px;
	color: #000;
	border: 1px solid #ccc;
	padding: 4px;
	background: #fff;
}
.cake-stack-trace {
	color: #666;
}


/* mooShow 0.01 beta CSS Document */
#photo_gallery {
	width:  500px;
	height: 460px;
	overflow: hidden;

}

#gallery_show {
	overflow: hidden;
}


.mooshow a img { 
	border: none;
	outline: none;
	-moz-outline: none;
}

.mooshow_title {
	font:bold 15px arial;
	height: 0px;
	color: #5994CE;
}
.mooshow_outerContainer{
	position: relative;
	background-color: transparent;
	color: inherit;
	width: 20px;
	height: 1px;
	margin: 0;
	display: table;
}
.dropShadowBorder {
	border-top:1px solid #FFF;
	border-right:1px solid #CCC;
	border-left:1px solid #FFF;
	border-bottom:1px solid #CCC;
}
.mooshow {
	position: inherit;
	display: none;
}
.mooshow_loading{
	position: absolute;
	top: 50%;
	left: 50%;
	display:none;
}
.mooshow_copyright{
	position: absolute;
	top: 15px;
	right: 10px;
	color: #CCCCCC;
	font-size:9px;
}
.mooshow_extras{
	margin: 0 auto;
	text-align: left;
	color:#333;
	background-color: transparent;
}
.mooshow_topNav{
	padding-top: 5px;
	padding-bottom: 15px;
	text-align: left;
	font-size: 10px;
	background-color: inherit;
	color:#CCCCCC;
	line-height: 170%;
	width: 100%;
}
.mooshow_captions{
	background-color: transparent;
	color:#333;
	margin: 0 auto;
	margin-top: 5px;
	text-align: left;
	font-size: 11px;
	line-height:140%;
	height: 75px;
	width: 100%;
}

#photo_gallery .mooshow_captions {

font:normal 11px arial;
color: #999;

}
.mooshow_contentContainer{
	background-color:#fff;
	color: inherit;
	position: relative;
	text-align: left;
	line-height: 0.0;
}
.mooshow_overlayNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	margin: 0 auto;
}
.mooshow_prevLink, .mooshow_nextLink{
	width: 30%;
	height: 100%;
	background: transparent url(../img/blank.gif) no-repeat; /* Trick IE into showing hover */
	outline:none;
}
.mooshow_prevLink { left: 0; float: left; outline: none; -moz-outline: none;}

.mooshow_nextLink { right: 0; float: right; outline: none; -moz-outline: none;}

.mooshow_prevLink:hover, .mooshow_prevLink:visited:hover { background: url(../img/prev.gif) left 100% no-repeat; }

.mooshow_nextLink:hover, .mooshow_nextLink:visited:hover { background: url(../img/next.gif) right 100% no-repeat; }

.mooshow_IPTC{
	position: absolute;
	top: 0px;
	left: 0px;
	height: auto;
	background-color: #000;
	color:#CCCCCC;
	font-size:9px;
	line-height:140%;
	text-align:left;
	filter:alpha(opacity=80); 
	-moz-opacity: 0.8; 
	opacity: 0.8;
	display: none;
}
.mooshow_IPTCbutton{
	position: absolute;
	top: 0;
	left: 0;
}
.mooshow_IPTC_left{
	float: left;
	text-align:right;
	width:18%;
}
.mooshow_IPTC_right{
	float: right;
	text-align:left;
	width:80%;
}

.foot {
	font-size: 12px;
}
