@font-face {
font-family: 'Bebas Neue Regular';
font-style: normal;
font-weight: normal;
src: local('Bebas Neue Regular'), url(./fonts/BebasNeue-Regular.woff) format('woff');
}


@font-face {
font-family: 'Droid Sans';
font-style: normal;
font-weight: normal;
src: local('Droid Sans'), url('./fonts/DroidSans.woff') format('woff');
}


@font-face {
font-family: 'Droid Sans Bold';
font-style: normal;
font-weight: normal;
src: local('Droid Sans Bold'), url('./fonts/DroidSans-Bold.woff') format('woff');
}

body {
  background: #FFF url(png/body-bg7.png);
  color: #333;
  font-family: 'Droid Sans', Arial, Verdana, sans-serif;
  font-size: 13px;
  font-style: normal;
  }
  

a:link {
	text-decoration : underline;
	color: #000000;
	} 
a:visited {
	text-decoration : underline;
	color: #000000;
	}
a:active {
	font-weight : bold;
	color: #000000;
	background:#ffffff} 
	}
a:hover {
        font-size : 140%;
	font-weight : bold;
	color: #000000;
	background:#ffffff} 
	}




.tabla {
  font-size : 80%;
  border-style:none;
  border-width:0px;
  border-spacing: 0px;
	margin-left :   0px;
	margin-right :  0px;
	margin-top :    0px;
	margin-bottom : 0px;
}

.general {
  background: #FFF url(png/body-bg7.png);
  margin: 20px auto 25px;
  position: relative;
  font-family: 'Droid Sans', Arial, Verdana, sans-serif;
  font-size: 13px;
  font-style: normal;
  }


.header {
font-family: 'Droid Sans Bold', Arial, Verdana, sans-serif;
color: #562f17;
background: #fbfbfb;
margin: 20px auto 25px;
margin-right:auto;
width:1045px;
border-top: 3px solid #562f17;
height: 31px;
  }
.logo {
background: #562f17;
margin: 20px auto 25px;
margin-right:auto;
width:1045px;
border-top: 3px solid #562f17;
position: relative;
  }

.menus {
background: #cab6a9;
color: #FFFFFF;
font-family: 'Droid Sans', Arial, Verdana, sans-serif;
font-size: 13px;
font-weight: bold;
height: 45px;
border-bottom-color: #562f17;
  }

.menu_lista {
padding: 10;
margin-right:auto;
outline: none;
list-style: none;
border: 0 none;
  }

.menu_opcion {
display: inline-block;
margin-right: 13px;
height: 0;
text-align: center;
  }

.fila0 {
background: #c1adad;
  }
.fila1 {
background: #c3c3c3;
  }

.contenido {
background: #fbfbfb;
margin: 20px auto 25px;
margin-right:auto;
width:1045px;
border-top: 3px solid #562f17;
  }

.TituloPost {
    font-family: 'Bebas Neue Regular', arial, Georgia, serif;
    font-size: 28px; 
}
.destacado {
    font-family:'Droid Sans Bold', arial, Georgia, serif;
    font-weight:normal;
}

form  {
    text-shadow: none;
    box-sizing: border-box;
}

input {
    border-color: #F1F1F1;
    border-top-color: #DDD;
    border-left-color: #DDD;
    background: #F9F9F9;
    color: #515151;
    font: 12px Tahoma;
    padding: 8px;
    min-height: 24px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

textarea {
    border-color: #F1F1F1;
    border-top-color: #DDD;
    border-left-color: #DDD;
    background: #F9F9F9;
    color: #515151;
    font: 12px Tahoma;
    padding: 8px;
    min-height: 24px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

input.boton {
  background: #562f17;
  color: #FFFFFF;
  text-decoration: none;
}

button {
  background: #562f17;
  color: #FFFFFF;
  text-decoration: none;
}


