.slotlet_main_content
{
  text-align: justify;
  padding-right: 0;
  float:left;
  width: 560px;
  margin-left: 40px;
}


/*Con menu contextual a la izquierda*/
.contextual_body .slotlet_main_content
{
  margin-left: 10px;
  width: auto;
}


/*Dino*/

.slotlet_main_content_dino{
    width: 470px;
   float: right;
}

.bg_dino{
    background: #fff;
    
}

.bg_content_dino {
  /*  background: #EED url('/../images/frontend/fondo dino 600x1200.png');*/
    background: #EED url('/../uploads/assets/dinos_600x1600_large.png');
    background-repeat: no-repeat;
}


.slotlet_main_content_alt
{
  text-align: justify;
  padding-right: 0;
  float:left;
  width: 600px;
  margin-left: 150px;
  margin-bottom: 30px;
}

#full-html
{
  margin-right: 30px;
}


#break-line{
 margin-bottom: 10px;
float: right;
width: 100%;   
}

#full-html .title,
.slotlet_main_content .title
{
/*  font-size: 150%;*/
  font-size: 16px;
  text-align: left;
  font-weight: bold;
}

#full-html .upper-description,
.slotlet_main_content .upper-description
{
/*  font-size: 80%;*/
  font-size: 10px;
  color: #555;
}

#full-html .heading,
.slotlet_main_content .heading
{
/*  font-size: 100%;
  color: #000; */
  font-size: 11px;
  font-weight: bold;
}

#article-image
{
  display:none;
}

#full-html .body,
.slotlet_main_content .body
{
  margin-top: 2em;
  font-size:11px;
}

.slotlet_main_content a
{
  color: #B85621;
}

.slotlet_main_content a:hover
{
   color:#555;
}

.slotlet_main_content_dino a
{
  color: #B85621;
}

.slotlet_main_content_dino a:hover
{
   color:#555;
}

.slotlet_main_content .updated-at
{
  font-size: 75%;
  text-align: right;
  color: #555;
  margin-right: 30px;
}

.article-actions
{
	text-align: right;
	margin-right: 30px;
}

.article-actions .separator
{
  display: none;
}

.article-actions .cq-article-actions
{
  padding: .25em;
  display: none;
}

.article-actions .cq-article-actions a
{
  padding: 0;
  margin: 0 0 0 .25em;
}

.article-actions .cq-article-actions img
{
}



/* estilos del editor */


.slotlet_main_content .body .subtitle
{
	font-size: 110%;
	font-weight: bold;
	font-style: normal;
}

.slotlet_main_content .body .paragraph
{
}

.slotlet_main_content .body .epigraph
{
	font-size: 100%;
	font-weight: normal;
	text-align: left;
	color: #000;
	font-style: normal;
}



/* Todas las noticias */


.slotlet_main_content .show-more
{
  text-align: right;
  margin-top: 2em;
}

.slotlet_main_content .show-more a
{
  color: #eee;
  background: #444;
  padding: 3px;
  margin: -3px;
  text-shadow: -1px -1px #111;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  box-shadow: 0 0 5px #444;
}



/* Formulario de contacto */

#contact_form
{
  margin:20px 0px;
}

#contact_form .link_contact_form a
{
    font-size: 10px;
}


#contact_form a:hover
{
    color:#9A311E;
}


#contact_form .link_contact_form img
{
  float: left;
  margin-right: 2px;
}

#contact_form .slotlet_main_content
{
  border:none !important;
}

#contact_form_container
{
  margin-top: 34px;
  width: auto;
}

.main_content_contact #contact_form_container {
    width:100%;
}

#contact_form_container h1
{
  font-size: 14px;
  font-weight: bold;
  color: #9D0D15;
  border-bottom: 2px solid #9A311E;
  width: 100%;
}

#contact_form_container h2
{
  font-size: 90%;
  margin: 0;
  font-weight: normal;
  color: #555;
}

#contact_form_container form.contact-form
{
  margin: 20px 0 0 0;
}

#contact_form_container form.contact-form .form-row
{
  font-size: 90%; 
  clear: left;
  float: left;
}


#contact_form_container form.contact-form  .form-body {
margin: 0;
padding: 0;
text-align: left;
float: none;
clear: none;
margin-left: 213px;

}

#contact_form_container form.contact-form .form-row .form-error-msg
{
  padding: .25em;
  color: #8b1a00;
  width: 200px;
  font-size: 10px;
}

#contact_form_container form.contact-form .form-row label
{
  float: left;
  width: 7em;
  margin-top: .5em;
  display: none;
}

#contact_form_container form.contact-form .form-row input,
#contact_form_container form.contact-form .form-row textarea
{
    border: 1px solid #CCCCCC;
    color: #505050;
    font-family: inherit;
    font-size: 10px;
    padding: 4px;
    width: 180px;
    margin-bottom: 14px;
}

#contact_form_container form.contact-form .form-row textarea
{
    width: 97%;
    height: 87px;
}

.main_content_contact #contact_form_container form.contact-form .form-row textarea
{
}


#contact_form_container form.contact-form .form-row input:focus,
#contact_form_container form.contact-form .form-row textarea:focus
{
  color: #000;
}


#contact_form_container form.contact-form .form-actions
{
  text-align: right;
  margin-top: 9px;
}

#contact_form_container form.contact-form .form-actions input 
{
    background: none repeat scroll 0 0 #9D0D15;
    border: 1px solid #9D0D15;
    color: #FFFFFF;
    font-family: arial,helvetica;
    font-size: 10px;
    font-weight: bold;
    text-transform: uppercase;
    cursor: pointer;
    margin-left: 10px;
    padding: 4px 8px;
}

#contact_form_container form.contact-form .form-actions input:hover
{
    background: none repeat scroll 0 0 #B40E17;
    border: 1px solid #B40E17;
}



/***** MAIN CONTENT HOME SOLAPAS ******/
.slotlet_main_content_home {
float: left;
width: 600px;
height: 129px;
background: #fff;
}

.slotlet_main_content_home .line {
border: none;
float: left;
margin: 0px;
width: 600px;
}

.slotlet_main_content_home .line .front-content .template-container{
float: left;
height: auto;
width: 200px !important;
}

.slotlet_main_content_home .line .front-content {
width: 600px;
float: left;
}

.slotlet_main_content_home .line:last-child
{
  border-bottom:none !important;
}


.slotlet_main_content_home #breaking-line {
display:none;
}


.slotlet_main_content_home .show-more {
display:none;
}


/*PORTADAS HOME SOLAPAS*/
/* Resumen solo texto */

.slotlet_main_content_home .text-only .text-only-container
{
    padding: 5px 0px 0px 10px;
 
}

.slotlet_main_content_home .text-only .text-only-container .front-title
{
  font-size:12px;
  font-weight:bold;
  margin:0;
  padding-top:5px;
  margin-bottom: 5px;
}

.slotlet_main_content_home .text-only .text-only-container .body
{
  font-size:11px;
}

.slotlet_main_content_home .text-only .text-only-container .more-information
{
  display:block;
  font-size:10px;
  color: #555;
  text-align: right;
  
  margin: 5px 0px 0px 0px;
  font-weight: bold;
}

.slotlet_main_content_home .text-only .text-only-container .more-information:hover
{

  color: #9A311E;
}



/* Solo titulo */
.slotlet_main_content_home .line .front-title-only{
font-size: 11px;
font-weight: normal;
background-image: url('/../images/frontend/list_icon_home.png');
width: 175px !important;
background-repeat: no-repeat;
padding: 1px 0px 5px 17px;
background-position: 0px 0px;
margin: 5px 0px 0px 8px;
}

.slotlet_main_content_home .line .front-title-only a{
color:#5F5F5F;
}

.slotlet_main_content_home .line .front-title-only a:hover{
color:#9A311E !important;
}

.default-template-child
{
    padding:10px 0px;
}


/*estilo general de titulos link*/
.template-container .front-title a,
.template-container .front-title-only a{
  color: #848484;  
}

.template-container .front-title a:hover,
.template-container .front-title-only a:hover{
  color: #9A311E !important;  
}

.body .highlighted {
  color: #848484; 
  font-size: 125%;
  text-align: left;
  font-weight: bold;
  margin: 0px 0px 6px 0px;  
  display: inline-table;
}


/*PORTADA*/
.text-only-container .front-title,
.front-title-only{
    font-size: 125%;
    text-align: left;
    font-weight: bold;
    margin: 00px 0px 0px 0px;
}


.text-only-container .body {
    margin: 0px;
    font-size: 100%;
    color: #5F5F5F;
}

.text-only-container .more-information-div a {
    font-size: 11px;
    display: none;
}

.text-only-container .more-information-div a:hover {
    color:#555;
}


/*modulo de portada*/
.line{
    margin-top: 15px;
    width: 100%;
    float: left;
}

/*titulo sin link*/
.text-without-link{
  float:left; 
}

.text-without-link .text-only-container {
    
}

.text-without-link .text-only-container .front-title {
    font-size: 125%;
    text-align: left;
    font-weight: bold;
}

.text-without-link .text-only-container .body {
    display: none;
    
}

.text-without-link .text-only-container .more-information-div {
    display: none;
    
}

/*resumen solo texto*/

.text-only {
  float:left;  
}

.text-only .text-only-container {
    
}



/*resumen con foto a la izq + Foto epigrafe con foto a la izquierda */
.photo-summary,
.photo-inscription {
  float:left;  
}

.photo-summary .photo-summary-content .content,
.photo-inscription .photo-inscription-content .content{
    margin-right: 15px;
margin-top: 15px;
margin-bottom: 0;
margin-left: 0;
display: table;   
}

.photo-summary .photo.img-left img,
.photo-inscription .photo-inscription-content .photo.img-left img{
   float: left;
   max-width: 75px;
   max-height: auto;
   margin-right: 10px; 
}

.photo-summary .photo-summary-content .front-title,
.photo-inscription .photo-inscription-content .front-title{
    font-size: 125%;
    text-align: left;
    font-weight: bold;
    margin: 0px 0px 0px 0px;
}


.photo-summary .photo-summary-content .body,
.photo-inscription .photo-inscription-content .body{
    margin: 0px;
    font-size: 100%;
    color: #848484;
}

.photo-summary .photo-summary-content .more-information-div a,
.photo-inscription .photo-inscription-content .more-information-div a{
    font-size: 11px;
    display: none;
}

.photo-summary .photo-summary-content .more-information-div a:hover,
.photo-inscription .photo-inscription-content .more-information-div a:hover {
    color:#555;
}