/* TIPOGRAFIAS */
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600,700,400italic,600italic,300,700italic);
@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);
/* TIPOGRAFIAS FIN */

/* CUERPO GENERALES*/

body { 
   margin: 0 auto;
   padding: 0 auto;
    font-family: 'Open-Sans' sans-serif;
    font-size: 15px;
    line-height: 20px;
    color:#666666;
}

/* ESTRUCTURA */

main {
	width: 900px;
	padding: 0px;
	margin: 0 auto;
}

section {
	width: 100%;
    height: 100%;
    position: relative;
}

header {
    padding-top: 0;
    width: 100%;
}

nav ul {
	vertical-align: center;
}

nav {	
background-color: #FFFFFF;
text-align:center;
width: 100%;
padding: 7px 0;
}

nav li{
    display: inline-block;
    font-family: 'Montserrat' sans-serif;
    color: #808080;
    font-weight: 700;
    /*margin: 5px 0;*/
    text-transform: uppercase;
    font-size: 13px;
    padding: 5px 2%;
}

nav li a{
    color: #808080;
}

nav li a:hover{
    color: #848009;
    /*padding: 6px 45px;*/
}

nav .menu {
    width: 90%;
    margin-left: 10%;
    text-align:left;
}

a {
	text-decoration: none;
	color: #D39526;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
    padding: 0;
    font-family: 'Montserrat', sans-serif;
}

h1 {    
    font-weight: 700;
    color: #7F6337;
    font-size: 25px;
    text-transform:uppercase;
}

h2 {
    font-weight: 700;
    color: #D39526;
    font-size: 19px; }
    
h3 {
    font-weight: 700;
    color: #D39526;
    font-size: 17px; }

ul{
    list-style: none;
    padding: 0;
    margin:0;
}

img {
	width: 100%;
}

.content {
  width: 900px;
  margin: 0 auto;	
}

.row {
	width: 900px;
    margin: 25px 25px;
    padding: 0;
	
}

#desceventos .row {
	border-bottom: 1px solid #D3D2A9;
	padding-bottom: 15px;
}

#desceventos .col-der-2 {
	padding-top: 25px;
}

/*HEADER*/

header .social-top {	
	background-color: #D3D2A9;
	top:0;
}

.social-top li {
    display: inline-block;
    padding: 5px 5px;
   }
.social-top ul {
	width: 900px;
    text-align: right;
    margin:0 auto;
   }
   
.logo{
	float:left;
	width: 10%;
	position:relative;
}

.logo img {
	width:auto;
}

/*BANNER*/

div#banner {
    padding-bottom: 0;
    margin-bottom: -5px; }

/*NOTICIAS*/

section #noticias {    
	width: 900px;
    margin: 25px 25px;
    padding: 0; 
	margin-bottom: 40px;
}

#noticias ul > li {	
	float:left;
	position: relative;
}

.not {
	width: 180px;
}

#noticias .not >.fecha {
	position: absolute;
    top: 0;
    right: 0;
    background-color: rgba(247, 182, 77, 0.78);
    color: white;
    padding: 3% 6%;
    box-sizing: border-box;
    text-align: center;
    z-index: 999;
    font-family: 'Montserrat' sans-serif;
    font-weight: 700;
    font-size:13px;
}

#noticias .not >.titulo {	  
    padding: 4% 4%;
    background-color: #35340C;
    color: #F7B64D;
    position: absolute;
    top: 140px;
    width: 100%;
    box-sizing: border-box;
    font-size: 16px;
    font-family: 'Raleway' sans-serif;
    font-weight: 700;
}

#noticias .not > .titulo >p {
	padding: 0;
	margin:0;
	color: #E6E6E6;
	font-weight: 400;
	font-size: 11px;
	line-height:15px;
}

/*EL PROGRAMA*/

section #programa {
	margin-bottom: 40px;
	z-idex: 100;
}

#programa img {
	width:100%;
}

.col-izq {
	padding-right: 20px;
	width: 450px;
	position: relative;	
}

.col-der {
	width: 450px;
	margin-left: 50%;	
	position:relative;
}

.col-izq-2 {
	padding-right: 20px;
	width: 550px;
	position: relative;	
}

.col-der-2 {
	width: 350px;
	margin-left: 60%;	
	position:relative;
}

.fleft {
	float:left;
}

#programa .space-50 {
	padding-top: 50px;
	padding-bottom: 80px;
}



/*BOTONES*/
.botones {
 padding: 15px 15px;
}
.btn {	
	padding: 5px 10px;
	width: 20%;
	display: block;
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	font-size: 10px;
	text-transform: uppercase;
	background-color: #D39526;
}

.btn:hover {
	background-color: #76472B ;
}

/*AGENDA*/

section#eventos {
    background-color: #F5F4E6;
    padding: 10px;
    margin-top: 15px;
}

#eventos img {
	width: 400px;
}

div #eventos {
	padding: 0;
	margin: 0;
}


#eventos .col-izq {
	padding-right: 0;
	display: table-cell;
}

.clear {
	clear:both;
}


.box {
	box-sizing: border-box;
	/*width: 450px;*/
}

#eventos h1 {
    padding-left: 25px;
    padding-top: 15px;
}

#desceventos p{
	
}
/*CONTACTO*/

#datos {
	margin-top:70px;
}

#datos h1 {
	padding-left: 25px;
	padding-bottom: 10px;
}

#links h1 {
	padding-left: 25px;
	padding-top: 50px;
}

#colaboradores h1 {
	padding-left: 25px;
	padding-top: 50px;
}

.icon-contact {
	width: 30%;
	border-radius: 10px;
	border: 1px solid #D3D2A9;
	margin-right: 10px;
	text-align: center;
	padding:20px 0px;
}

.icon-contact img {
	width: auto;
	padding-bottom: 15px;
}


.logopat {
	width: 150px;
	padding-right: 20px;
}

/*FOOTER*/


footer {
    background-color: #D3D2A9;
    color: #fff;
    padding: 15px 0;
    /* position: fixed; */
    bottom: 0;
    width: 100%;
    text-align: center;
    margin:  0 auto;
}

footer h3 {
	font-family: 'roboto slab' sans-serif;
	font-size: 16px;
	font-weight: 500;
	color: #FFFFFF;
	line-height: 0px;
    padding: 3px 0;
	}
	
footer p {
	font-family: 'roboto' sans-serif;
	font-size: 11px;
	font-weight: 400;
	color: #FFFFFF;
	letter-spacing: 0.08em
}

















