/*----------------------------------------------------------------------
	layout
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
body{
	background-color:#FDC413;
}

.container{
	width:940px;
	margin:10px auto;
}

.container .inside{
	padding:5px 10px;
	background-color:#FFF;
}

.container .top-left, 
.container .top-right,
.container .bottom-left,
.container .bottom-right{
	background-image: url(../images/boxes/container.png);
}

.container .top-left{
	margin-right: 5px; 
	height: 5px;
}

.container .top-right{
	margin-top: -5px; 
	margin-left: 5px; 
	background-position: 100% 0; 
	height: 5px;
}

.container .bottom-left{
	margin-right: 5px; 
	background-position: 0 -634px; 
	height: 5px;
}

.container .bottom-right{
	margin-top: -5px; 
	margin-left: 5px;	
	background-position: 100% -634px;
	height: 5px;
}

/*----------------------------------------------------------------------
	top
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.top .logo h1{
	background:url(../images/logo.jpg) no-repeat;
	width:271px;
	height:96px;
}

.top .logo h1 span{
	display:none;
}

.top .logo h1 a{
	display: block;
	width:271px;
	height:96px;
	cursor: pointer;
}

.top .menu{
	width:610px;
}

.top .menu p{
	color:#333;
	text-transform:uppercase;
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	padding:13px 0;
	text-align:center;
}

.top .menu p span{
	color:#F7941D;
	padding:0 14px;
}

.top .menu ul{
	background:url(../images/bg/menu.jpg) repeat-x;
}

.top .menu ul li{
	float:left;
	background:url(../images/bullets/menu.png) no-repeat;
}

.top .menu ul li a{
	color:#FFF;
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size:1.4em;
	display:inline-block;
	background:url(../images/bg/menu.jpg) repeat-x;
	padding: 18px 21px 18px 22px;
	text-decoration:none;
}

.top .menu ul li a:hover{
	background:url(../images/bg/menu_hover.jpg) repeat-x;
	padding: 18px 21px 18px 22px;
}

.top .menu ul li a.last, .top .menu ul li a.last:hover{
	padding: 18px 23px 18px 24px;
}

/*----------------------------------------------------------------------
	main
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.main{
	padding:10px 0;
}

.main .lateral{
	width:300px;
}

.main .content{
	width:610px;
}

.main .noticias{
	background-color:#F7941D;
}

/* <Scroll> */
.scroll-pane {
	width: 280px;
	height: 245px;
	overflow: auto;
	float: left;
	padding: 10px;
}

.scroll-pane2 {
	width: 610px;
	height: 232px;
	overflow: auto;
	float: left;
	padding: 0;
}

/* jScrollPane */
.jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	right: 0;
	top: 0;
	height: 100%;
	background: #FDBC31;
}
.jScrollPaneDrag {
	position: absolute;
	background: #DD7B04;
	cursor: pointer;
	overflow: hidden;
}
.jScrollPaneDragTop {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}
.jScrollPaneDragBottom {
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
}

#banner{
	background-repeat: no-repeat;
	background-position: left top;
	width: 610px;
	height:335px;
}
#banner img{
	border: none;
	display:none;
}
#nav_banner{
	position:relative;
	top:310px;
	left:5px;
	z-index:100;
}
#nav_banner a{
	color:#FFFFFF;
	background-color:#333333;
	text-align:center;
	padding:2px 4px;
	margin-right:4px;
	text-decoration:none;
}
#nav_banner a.activeSlide{
	background-color:#F49E13;
	color:#333333;
}

.banner_home{
	margin-left:0;
}

.banner_home img{
}

.banner_home.v2 img{
	cursor:pointer;
}


.main .telefono{
	background:#666 url(../images/pics/telefono.png) no-repeat 10px 15px;
	height:60px;
	margin-top:10px;
}

.main .telefono p{
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size:2.4em;
	color:#FFF;
	padding:15px 0 0 80px;
}

.banners .banner{
	padding-right:10px;
	padding-bottom:10px;
}

.banners .banner.last{
	padding-right:0;
}

.main .lateral .noticias h2{
	color:#FFFFFF;
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size:1.8em;
	text-transform:uppercase;
	font-weight:normal;
}

.main .lateral .noticias .bloque_noti{
	padding:10px 0;
}

.main .lateral .noticias p{
	color:#FEECC7;
	padding-bottom:4px;
}

.main .lateral .noticias p a{
	color:#FFFFFF;
	font-size:1.4em;
}

.main .lateral .noticias p.link a{
	font-size:1em;
}

.main .lateral .banner{
	padding-top:5px;
}

.main .content h2{
	color:#FF6600;
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size:1.8em;
	text-transform:uppercase;
	font-weight:normal;
}

.main .content h3{
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size:1.8em;
	font-weight:normal;
	padding-bottom:0;
}

.main .content .fecha{
	padding:0;
}

.flotar{
	float:left;
	padding-right:10px;
}

.flotar_izq{
	float:right;
	padding-left:10px;
	padding-top:3px;
}

.main .content strong, .main .content a{
	color:#F7941D;
}

.categorias{
	background-color:#FBB229;
	padding:10px 0;
}

.categorias li{
	float:left;
	padding:0 10px;
	border-right:1px solid #FFF;
}

.main .content .categorias li a{
	color:#FFFFFF;
}

.main .content .categorias li a:hover{
	text-decoration:none;
}

.main .content .galeria{
	padding:10px 0;
}

.main .content .galeria table{
	border-collapse:separate;
	border-spacing:5px;
}

.main .content .galeria td{
	padding:10px;
	text-align:center;
	border:1px solid #9F9F9F;
}

.main .content .contacto .left, .main .content .contacto .right{
	width:48%;
}

.main .content .form_contacto{
	padding:5px;
	background-color:#F8F8F8;
	border:1px solid #EBEBEB;
	margin-bottom:5px;
}

.main .content .form_contacto div{
	padding:5px 0;
}

.main .content .form_contacto label{
	float:left;
	width:100px;
	text-align:right;
	padding-right:10px;
	padding-top:5px;
}

.main .content .form_contacto input, .main .content .form_contacto textarea{
	width:350px;
}

.main .content .form_contacto .boton{
	width:auto;
	color:#F7941D;
	font-weight:bold;
	padding:5px 20px;
	margin-left:110px;
}


.msns{
	padding:50px 0;
	text-align:center;
	font-size:1.2em;
}

/*.paginacion{
	font-weight:bold;
	padding:10px 5px;
	border-bottom:none;
	text-align:center;
}

.paginacion span{
	font-size:1.2em;
}

.paginacion a{
	padding:1px 4px 1px 4px;
	margin:0;
	text-decoration:none;
	font-size:1.2em;
}

.paginacion a:hover{
	padding:1px 4px 1px 4px;
	margin:0;
	text-decoration:none;
}
*/

/*----------------------------------------------------------------------
	foot
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.foot{
	background-color:#666;
	padding:8px;
}

.foot p{
	text-align:center;
	color:#FFF;
	padding-bottom:0;
}
