@import url(base.css);

@import url(skeleton.css);

@import url(layout.css);

@import url(misc.css);

@import url(components.css);

@import url(forms.css)

@import url(modules.css);



/*FONTS*/



@import url(http://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,300italic,700);


/*--*/

.sp-accordion .toggler,
.sp-accordion .toggler span{
    display: block;
    height: auto!important;
    line-height: 1.7em!important;
    background: url(none) repeat-x 0 0 #eee!important;
    cursor: pointer;
    border-bottom: 1px solid #fff!important;
  	text-align:left!important;
}

table td { padding:10px; }


@media only screen and (max-width: 760px),(min-device-width: 768px) and (max-device-width: 1024px)  {

	/* Force table to not be like tables anymore */
	table, thead, tbody, th, td, tr { 
		display: block; 
	}
	
	/* Hide table headers (but not display: none;, for accessibility) */
	thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
	
	td { 
		/* Behave  like a "row" */
		position: relative;
		padding-left: 50%; 
      	text-align:left;
	}

}





/* TOP */



.bgtop{

background-color:#C15700;


}



.logo{margin-top:10px;}



.logo2{float:right;}



.menu2{

	background-image: url(../images/bg-menu.png);

	background-repeat: repeat;

	margin-top: 30px;

	margin-bottom: 20px;

}



/* HOME */



.bgslide{background-color:#FFF; padding:10px;}



.slidehome{}



.noticias{background-color:#eeeeee; padding-bottom:25px; padding-top:25px; padding-left:35px; padding-right:35px; margin-bottom:20px;}



.noticias p{font-size:18px!important;}



.user1{border-color:#eeeeee; border-style:solid; border-width:1px;}



.user2{border-color:#eeeeee; border-style:solid; border-width:1px;}



.user3{border-color:#eeeeee; border-style:solid; border-width:1px;}



.user4{}

/*---*/



/* INTERNA */



#left{}



.contentint{float:right;}



.slideint{background-color:#FFF; padding:10px; }



.slideimg{height:238px;}



.right{background-color:#C15700;
padding:10px; text-align:center; font-size:1.5em; color:#12448B; line-height:25px; height:218px; padding-bottom:10px; padding-top:30px; vertical-align:center; }



.right p{font-family:"Trebuchet MS", Arial, Helvetica, sans-serif!important;}



.contenido{ padding-bottom:25px; padding-top:5px; text-align:justify;}

.contenido a{color:#000!important; text-decoration:none!important;}

.contenido a:hover{color:#122E60!important;}



.clr{clear:both;}



/*-------------*/



.bgbottom{

background-color:#C15700;

}



.direcciones{margin-top:10px; padding-top:10px; color:#FFF; padding-bottom:10px; font-size:0.9em; }



.direcciones a{color:#3E9ABF;}



.direcciones a:hover{color:#FFF;}

