#cef-main, table
{
    font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
    font-size: 13px;
}

h1, h2, h3, h4, h5, h6, p, a, ul, ol, li
{
    margin: 0;
    padding: 0;
}

body
{
  margin: 0 auto;
  padding: 0;
  color: #3D3E3D;
  background-color: #FFFFFF;
  background-image: url('../images/Bottom_texture.jpg');
  background-repeat: repeat;
  background-attachment: fixed;
  background-position: top left;
}

#cef-cabeza
{
  margin: 0 auto;
  padding: 0;
  margin-top: 15px !important;
  cursor:auto;
  width: 892px;
}

.cef-postcontent,
.cef-postcontent li,
.cef-postcontent table,
.cef-postcontent a,
.cef-postcontent a:link,
.cef-postcontent a:visited,
.cef-postcontent a.visited,
.cef-postcontent a:hover,
.cef-postcontent a.hovered
{
    font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
}

.cef-postcontent p
{
    margin: 12px 0 12px 0;
}

h1, h2, h3, h4, h5, h6,
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a,
h1 a:link, h2 a:link, h3 a:link, h4 a:link, h5 a:link, h6 a:link,
h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited, h5 a:visited, h6 a:visited,
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover
{
  font-family: "Trebuchet MS", Arial, Helvetica, Sans-Serif;
  font-size: 32px;
}

.cef-postcontent a
{
  text-decoration: none;
  color: #A30A0D;
}

.cef-postcontent a:link
{
  text-decoration: none;
  color: #A30A0D;
}

.cef-postcontent a:visited, .cef-postcontent a.visited
{

  color: #747674;
}

.cef-postcontent  a:hover, .cef-postcontent a.hover
{

  text-decoration: underline;
  color: #DD0E12;
}


.cef-postcontent h1
{
   margin: 21px 0 21px 0; 
   color: #575757;
 
}

.cef-postcontent h2
{
    color: #757575;
   margin: 19px 0 19px 0; 
   font-size: 24px;   
}

.cef-postcontent h3
{
   margin: 10px 0 2px 0; 
  color: #DD0E12; 
  font-size: 19px;    
}

.cef-postcontent h4
{
   margin: 20px 0 20px 0; 
   color: #686A68; 
   font-size: 16px;   
}

.cef-postcontent h5
{
   margin: 26px 0 26px 0; 
   color: #686A68;   
   font-size: 13px;
}

.cef-postcontent h6
{
   margin: 35px 0 35px 0; 
   color: #686A68;
   font-size: 11px;      
}

ul
{
  list-style-type: none;
}

ol
{
  list-style-position: inside;
}

#cef-main
{
  position: relative;
  width: 100%;
  left: 0;
  top: 0;
  cursor:default;
}


#cef-page-background-middle-texture
{
  position: absolute;
  background-image: url('../images/Middle_texture.jpg');
  background-repeat: repeat-x;
  background-position: top left;
  background-attachment: fixed;
  width:100%;
  min-height:100%;
  overflow:visible;
  
}


.cleared
{
  float: none;
  clear: both;
  margin: 0;
  padding: 0;
  border: none;
  font-size: 1px;
}

form
{
  padding: 0 !important;
  margin: 0 !important;
}

table.position
{
  position: relative;
  width: 100%;
  table-layout: fixed;
}

.cef-sheet
{
  position: relative;
  margin: 0 auto;
  min-width: 25px;
  min-height: 25px;
}

.cef-sheet-body
{
  position: relative;
  padding: 4px;
}

.cef-sheet-tr, .cef-sheet-tl, .cef-sheet-br, .cef-sheet-bl, .cef-sheet-tc, .cef-sheet-bc,.cef-sheet-cr, .cef-sheet-cl
{
  position: absolute;
}

.cef-sheet-tr, .cef-sheet-tl, .cef-sheet-br, .cef-sheet-bl
{
  width: 36px;
  height: 36px;
  background-image: url('../images/sheet_s.png');
}

.cef-sheet-tl
{
  top: 0;
  left: 0;
  clip: rect(auto, 18px, 18px, auto);
}

.cef-sheet-tr
{
  top: 0;
  right: 0;
  clip: rect(auto, auto, 18px, 18px);
}

.cef-sheet-bl
{
  bottom: 0;
  left: 0;
  clip: rect(18px, 18px, auto, auto);
}

.cef-sheet-br
{
  bottom: 0;
  right: 0;
  clip: rect(18px, auto, auto, 18px);
}

.cef-sheet-tc, .cef-sheet-bc
{
  left: 18px;
  right: 18px;
  height: 36px;
  background-image: url('../images/sheet_h.png');
}

.cef-sheet-tc
{
  top: 0;
  clip: rect(auto, auto, 18px, auto);
}

.cef-sheet-bc
{
  bottom: 0;
  clip: rect(18px, auto, auto, auto);
}

.cef-sheet-cr, .cef-sheet-cl
{
  top: 18px;
  bottom: 18px;
  width: 36px;
  background-image: url('../images/sheet_v.png');
}

.cef-sheet-cr
{
  right: 0;
  clip: rect(auto, auto, auto, 18px);
}

.cef-sheet-cl
{
  left: 0;
  clip: rect(auto, 18px, auto, auto);
}

.cef-sheet-cc
{
  position: absolute;
  top: 18px;
  left: 18px;
  right: 18px;
  bottom: 18px;
  background-color: #FCFCFC;
}

.cef-sheet
{
  top: 10px !important;
  margin-bottom: 10px !important;
  cursor:auto;
  width: 900px;
}


.cef-menu a, .cef-menu a:link, .cef-menu a:visited, .cef-menu a:hover
{
    outline: none;
}

.cef-menu, .cef-menu ul
{
  margin: 0;
  padding: 0;
  border: 0;
  list-style-type: none;
  display: block;
}

.cef-menu li
{
  margin: 0;
  padding: 0;
  border: 0;
  display: block;
  float: left;
  position: relative;
  z-index: 5;
  background: none;
}

.cef-menu li:hover
{
  z-index: 10000;
  white-space: normal;
}

.cef-menu li li
{
  float: none;
}

.cef-menu ul
{
  visibility: hidden;
  position: absolute;
  z-index: 10;
  left: 0;
  top: 0;
  background: none;
}

.cef-menu li:hover>ul
{
  visibility: visible;
  top: 100%;
}

.cef-menu li li:hover>ul
{
  top: 0;
  left: 100%;
}

.cef-menu:after, .cef-menu ul:after
{
  content: ".";
  height: 0;
  display: block;
  visibility: hidden;
  overflow: hidden;
  clear: both;
}
.cef-menu, .cef-menu ul
{
  min-height: 0;
}

.cef-menu ul
{
  background-image: url('../images/spacer.gif');
  padding: 10px 30px 30px 30px;
  margin: -10px 0 0 -30px;
}

.cef-menu ul ul
{
  padding: 30px 30px 30px 10px;
  margin: -30px 0 0 -10px;
}


.cef-menu
{
  padding: 6px 6px 6px 6px;
}

.cef-nav
{
  position: relative;
  min-height: 39px;
  z-index: 100;
}

.cef-nav .l, .cef-nav .r
{
  position: absolute;
  z-index: -1;
  top: 0;
  height: 100%;
  background-image: url('../images/nav.png');
}

.cef-nav .l
{
  left: 0;
  right: 5px;
}

.cef-nav .r
{
  right: 0;
  width: 892px;
  clip: rect(auto, auto, auto, 887px);
}


.cef-menu a
{
  position: relative;
  display: block;
  overflow: hidden;
  height: 27px;
  cursor: pointer;
  text-decoration: none;
}


.cef-menu ul li
{
    margin:0;
    clear: both;
}


.cef-menu a .r, .cef-menu a .l
{
  position: absolute;
  display: block;
  top: 0;
  z-index: -1;
  height: 91px;
  background-image: url('../images/menuitem.png');
}

.cef-menu a .l
{
  left: 0;
  right: 4px;
}

.cef-menu a .r
{
  width: 408px;
  right: 0;
  clip: rect(auto, auto, auto, 404px);
}

.cef-menu a .t, .cef-menu ul a, .cef-menu a, .cef-menu a:link, .cef-menu a:visited, .cef-menu a:hover
{
  text-align: left;
  text-decoration: none;
}

.cef-menu a .t
{
  color: #DBDBDB;
  padding: 0 14px;
  margin: 0 4px;
  line-height: 27px;
  text-align: center;
}

.cef-menu a:hover .l, .cef-menu a:hover .r
{
  top: -32px;
}

.cef-menu li:hover>a .l, .cef-menu li:hover>a .r
{
  top: -32px;
}

.cef-menu li:hover a .l, .cef-menu li:hover a .r
{
  top: -32px;
}
.cef-menu a:hover .t
{
  color: #D3D4D3;
}

.cef-menu li:hover a .t
{
  color: #D3D4D3;
}

.cef-menu li:hover>a .t
{
  color: #D3D4D3;
}


.cef-menu a.active .l, .cef-menu a.active .r
{
  top: -64px;
}

.cef-menu a.active .t
{
  color: #DBDCDB;
}

.cef-menu .cef-menu-li-separator
{
  display: block;
  width: 9px;
  height:27px;
}
.cef-nav .cef-menu-separator
{
  display: block;
  margin:0 auto;
  width: 1px;
  height: 27px;
  background-image: url('../images/menuseparator.png');
}

.cef-menu ul a
{
  display: block;
  text-align: center;
  white-space: nowrap;
  height: 26px;
  width: 180px;
  overflow: hidden;
  line-height: 26px;
  background-image: url('../images/subitem.png');
  background-position: left top;
  background-repeat: repeat-x;
  border-width: 1px;
  border-style: solid;
  border-color: #A6A6A6;
}

.cef-nav ul.cef-menu ul span, .cef-nav ul.cef-menu ul span span
{
  display: inline;
  float: none;
  margin: inherit;
  padding: inherit;
  background-image: none;
  text-align: inherit;
  text-decoration: inherit;
}

.cef-menu ul a, .cef-menu ul a:link, .cef-menu ul a:visited, .cef-menu ul a:hover, .cef-menu ul a:active, .cef-nav ul.cef-menu ul span, .cef-nav ul.cef-menu ul span span
{
  text-align: left;
  text-indent: 12px;
  text-decoration: none;
  line-height: 26px;
  color: #292929;
  font-size: 12px;
  margin:0;
  padding:0;
}

.cef-menu ul li a:hover
{
  color: #1C1C1C;
  border-color: #A6A6A6;
  background-position: 0 -26px;
}

.cef-menu ul li:hover>a
{
  color: #1C1C1C;
  border-color: #A6A6A6;
  background-position: 0 -26px;
}

.cef-nav .cef-menu ul li a:hover span, .cef-nav .cef-menu ul li a:hover span span
{
  color: #1C1C1C;
}

.cef-nav .cef-menu ul li:hover>a span, .cef-nav .cef-menu ul li:hover>a span span
{
  color: #1C1C1C;
}


.cef-content-layout
{
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  background-color: Transparent;
  border: none !important;
  padding:0 !important;
}
.cef-layout-cell, .cef-content-layout-row
{
  background-color: Transparent;
  vertical-align: top;
  text-align: left;
  border: none !important;
  margin:0 !important;
  padding:0 !important;
}
.cef-content-layout .cef-content-layout{width: auto;margin:0;}
.cef-content-layout .cef-layout-cell, .cef-content-layout .cef-layout-cell .cef-content-layout .cef-layout-cell{display: table-cell;}
.cef-layout-cell .cef-layout-cell{display: block;}
.cef-content-layout-row {display: table-row;}
.cef-layout-glare{position:relative;}


.cef-block
{
  position: relative;
  margin: 0 auto;
  min-width: 1px;
  min-height: 1px;
}

.cef-block-body
{
  position: relative;
  padding: 3px;
}


.cef-block
{
  margin: 0;
}


.cef-blockcontent
{
  position: relative;
  margin: 0 auto;
  min-width: 1px;
  min-height: 1px;
}

.cef-blockcontent-body
{
  position: relative;
  padding: 0;
}


.cef-blockcontent-body, 
.cef-blockcontent-body li, 
.cef-blockcontent-body a,
.cef-blockcontent-body a:link,
.cef-blockcontent-body a:visited,
.cef-blockcontent-body a:hover
{
  color: #0F0F0F;
  font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
  font-size: 13px;
}

.cef-blockcontent-body p
{
  margin: 6px 0 6px 0;
}

.cef-blockcontent-body a
{
  color: #C00C0F;

}

.cef-blockcontent-body a:link
{
  color: #C00C0F;

}

.cef-blockcontent-body a:visited, .cef-blockcontent-body a.visited
{
  color: #656765;
  text-decoration: none;
}

.cef-blockcontent-body a:hover, .cef-blockcontent-body a.hover
{
  color: #C00C0F;
  text-decoration: none;

}

.cef-blockcontent-body ul li
{
  line-height: 125%;    
  color: #535553;

  padding: 0 0 0 13px;
  background-image: url('../images/blockcontentbullets.png');
  background-repeat: no-repeat;
}

.cef-button-wrapper a.cef-button,
.cef-button-wrapper a.cef-button:link,
.cef-button-wrapper input.cef-button,
.cef-button-wrapper button.cef-button
{
  text-decoration: none;
  font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
  font-size: 13px;
  position:relative;
  top:0;
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  color: #DBDBDB !important;
  width: auto;
  outline: none;
  border: none;
  background: none;
  line-height: 33px;
  height: 33px;
  margin: 0 !important;
  padding: 0 16px !important;
  overflow: visible;
  cursor: default;
}

.cef-button img, .cef-button-wrapper img
{
  margin: 0;
  vertical-align: middle;
}

.cef-button-wrapper
{
  vertical-align: middle;
  display: inline-block;
  position: relative;
  height: 33px;
  overflow: hidden;
  white-space: nowrap;
  width: auto;
  margin: 0;
  padding: 0;
  z-index: 0;
}

.firefox2 .cef-button-wrapper
{
  display: block;
  float: left;
}

input, select, textarea
{
  vertical-align: middle;
  font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
  font-size: 13px;
}

.cef-block select 
{
    width:96%;
}

.cef-button-wrapper.hover .cef-button, .cef-button-wrapper.hover a.cef-button:link, .cef-button:hover
{
  color: #FFFFFF !important;
  text-decoration: none !important;
}

.cef-button-wrapper.active .cef-button, .cef-button-wrapper.active a.cef-button:link
{
  color: #D4D4D4 !important;
}

.cef-button-wrapper .cef-button-l, .cef-button-wrapper .cef-button-r
{
  display: block;
  position: absolute;
  height: 109px;
  margin: 0;
  padding: 0;
  background-image: url('../images/button.png');
}

.cef-button-wrapper .cef-button-l
{
  left: 0;
  right: 10px;
}

.cef-button-wrapper .cef-button-r
{
  width: 409px;
  right: 0;
  clip: rect(auto, auto, auto, 399px);
}

.cef-button-wrapper.hover .cef-button-l, .cef-button-wrapper.hover .cef-button-r
{
  top: -38px;
}

.cef-button-wrapper.active .cef-button-l, .cef-button-wrapper.active .cef-button-r
{
  top: -76px;
}

.cef-button-wrapper input
{
  float: none !important;
}

.cef-post
{
  position: relative;
  margin: 0 auto;
  min-width: 1px;
  min-height: 1px;
}

.cef-post-body
{
  position: relative;
  padding: 7px;
}


.cef-post
{
  margin: 5px;
}

a img
{
  border: 0;
}

.cef-ceficle img, img.cef-ceficle
{
  border: solid 1 #B4B6B4;
  margin: 5px;
}

.cef-metadata-icons img
{
  border: none;
  vertical-align: middle;
  margin: 2px;
}

.cef-ceficle table, table.cef-ceficle
{
  border-collapse: collapse;
  margin: 1px;
}

.cef-ceficle th, .cef-ceficle td
{
  padding: 2px;
  border: solid 0 #FCFCFC;
  vertical-align: top;
  text-align: left;
}

.cef-ceficle th
{
  text-align: center;
  vertical-align: middle;
  padding: 7px;
}

pre
{
  overflow: auto;
  padding: 0.1em;
  float:left;
}


h2.cef-postheader
{
	color: #DD0E12;
	margin: 5px 0px 0px 0px;
	background-image: url(../images/titulo.png);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 0px 5px;
	padding: 5px 0px 20px 45px;
	font-family: "Myriad Pro";
	
}

h2.cef-postheader, 
h2.cef-postheader a, 
h2.cef-postheader a:link, 
h2.cef-postheader a:visited,
h2.cef-postheader a.visited,
h2.cef-postheader a:hover,
h2.cef-postheader a.hovered
{
  font-size: 24px;
}

h2.cef-postheader a, h2.cef-postheader a:link
{
  text-align: left;
  text-decoration: none;
  color: #EB0F13;
}

h2.cef-postheader a:visited, h2.cef-postheader a.visited
{

  color: #626462;
}


h2.cef-postheader a:hover,  h2.cef-postheader a.hovered
{


  color: #DD0E12;
}

h2.cef-postheader img
{
  border: none !important;
  vertical-align: middle;
  margin: 0 5px 0 0;
}

.cef-post ol, .cef-post ul
{
  margin: 1em 0 1em 2em;
  padding: 0;
}

.cef-post li
{
  font-size: 13px;
}

.cef-post li ol, .cef-post li ul
{
  margin: 0.5em 0 0.5em 2em;
  padding: 0;
}

.cef-post li
{
  color: #141414; 

  padding: 0;
}


.cef-post li
{
  padding: 0 0 0 9px;
}

.cef-post ol>li
{
  background: none;
  padding-left: 0;
  overflow: visible;
}

.cef-post ul>li
{
  background-image: url('../images/postbullets.png');
  background-repeat: no-repeat;
  padding-left: 9px;
  overflow-x: visible;
  overflow-y: hidden;
}


.cef-postcontent blockquote,
.cef-postcontent blockquote a,
.cef-postcontent blockquote a:link,
.cef-postcontent blockquote a:visited,
.cef-postcontent blockquote a:hover
{
  color: #0F0F0F;
  font-style: italic;
  font-weight: normal;
  text-align: left;
}

.cef-postcontent blockquote p
{
   margin: 2px 0 2px 15px;
}

.cef-postcontent blockquote
{
   border: solid 0 #B4B6B4;
  margin: 10px 10px 10px 50px;
  padding: 2px 2px 2px 39px;
  background-color: #D8D9D8;
  background-image: url('../images/postquote.png');
  background-position: left top;
  background-repeat: no-repeat;
  overflow: auto;
}


.cef-footer
{
  position: relative;
  overflow: hidden;
  width: 100%;
}

.cef-footer-b 
{
  position: absolute;
  left:5px;
  right:5px;
  bottom:0;
  height:5px;
  background-image: url('../images/footer_b.png');
}

.cef-footer-r, .cef-footer-l
{
  position: absolute;
  height:5px;
  background-image: url('../images/footer_s.png');
  bottom: 0;
}

.cef-footer-l
{
  left: 0;
  width:5px;
}

.cef-footer-r
{
  right: 0;
  width:10px;
  clip: rect(auto, auto, auto, 5px);
}

.cef-footer-t
{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 5px;
  background-color: #353635;
}

.cef-footer-body
{
    position:relative;
    padding: 5px;
}

.cef-footer-body .cef-rss-tag-icon
{
  position: absolute;
  left:   6px;
  bottom:5px;
  z-index:1;
}

.cef-rss-tag-icon
{
  display: block;
  background-image: url('../images/rssicon.png');
  background-position: center right;
  background-repeat: no-repeat;
  height: 32px;
  width: 32px;
  cursor: default;
}

.cef-footer-text p
{
  padding:0;
  margin:0;
}

.cef-footer,
.cef-footer a,
.cef-footer a:link,
.cef-footer a:visited,
.cef-footer a:hover
{
    color: #FFFFFF;
    font-size: 11px;
}

.cef-footer-text
{
  min-height: 32px;
  padding: 0 10px 0 10px;

}

.cef-footer,
.cef-footer-text,
.cef-footer p
{
  text-align: center;
}

.cef-footer a,
.cef-footer a:link
{
  color: #F55C5F;
  text-decoration: none;
}

.cef-footer a:visited
{
  color: #A7A9A7;

}

.cef-footer a:hover
{
  color: #F88C8E;

  text-decoration: underline;
}

.cef-page-footer, 
.cef-page-footer a,
.cef-page-footer a:link,
.cef-page-footer a:visited,
.cef-page-footer a:hover
{
  font-family: Arial;
  font-size: 10px;
  letter-spacing: normal;
  word-spacing: normal;
  font-style: normal;
  font-weight: normal;
  text-decoration: underline;
  color: #878787;
}

.cef-page-footer
{
  margin: 1em;
  text-align: center;
  text-decoration: none;
  color: #565856;
}


.cef-content-layout .cef-sidebar1
{
	background-image: url('../images/sidebar_bg.png');
	width: 220px;
}


.cef-content-layout .cef-content .cef-block
{
  background-image: url('../images/sidebar_bg.png');
}





.overview-table .cef-layout-cell
{
    width:33%;
}


.overview-table-inner 
{
    margin:10px;
}

table.table
{
    width:100%;
    border-collapse:collapse;
    table-layout:fixed;
    text-align:left;
    vertical-align:top;
}

table.table, table.table tr, table.table td
{
    border:none;
    margin:0;
    padding:0;
    background-color:Transparent;
}

img.image
{
    margin:0;
    padding:0;
    border:none;
}


#linea {
	border-top: 1px dashed #BCBCBC;
	margin: 5px 3px 3px 5px;
}

#linea-oscura {
	border-top: 1px dotted #D4D4D4;
	margin: 5px 1px 1px 5px;
}

.fotos {
	margin: 0 2px 2px 0;
	border: 1px solid #B3B5AA;
	padding: 2px;
}


.fotos2 {
	margin: 10px 10px 10px 10px;
	padding: 2px;
}

	#aviso {
	float: none;
	margin: 0px 2px 0px 2px;
	border-style: dotted;
	border-color: #d9e2e5;
	
		}	
SELECT {border-right: #D2D5D7 1px solid; border-top: #D2D5D7 1px solid; border-left: #D2D5D7 1px solid; border-bottom: #D2D5D7 1px solid; background-color: #F3F4F5; font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #F14129}
INPUT {border-right: #D2D5D7 1px solid; border-top: #D2D5D7 1px solid; border-left: #D2D5D7 1px solid; border-bottom: #D2D5D7 1px solid; background-color: #F3F4F5; font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #F14129}
TEXTAREA {border-right: #D2D5D7 1px solid; border-top: #D2D5D7 1px solid; border-left: #D2D5D7 1px solid; border-bottom: #D2D5D7 1px solid; background-color: #F3F4F5; font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #F14129}

.rojo {
	color: #990000;
}
