html, body {
    margin: 0 auto;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
    color: #fff;
    font-size: 11px;
}

body {
    background: #272b31 url('../media/images/bg.jpg') repeat-x;
    margin: 0 auto;
    text-align: center
}

.general {
    width: 860px;
    margin: 0 auto;
    padding: 0;
}

.general .cabecera {
    height: 303px;
    margin: 0;
    padding: 0;
}

.general .cabecera img {
    height: 303px;
    margin: 0;
    padding: 0;
}

.botonera {
    width: 860px;
    position: relative;
    height: 23px;
    margin: 1px 0 0 0;
    z-index: 300;
}

.botonera ul {
    height: 23px;
    margin: 0;
}

.botonera ul li {
    float: left;
    position: relative;
    height: 23px;
}

.botonera ul li a {
    display: block;
    padding: 0 20px;
    float: left;
    font-size: 14px;
    font-family: Georgia;
    height: 23px;
    line-height: 23px;
    color: #272b31;
    text-decoration: none;
}

.botonera ul li:hover, .botonera ul li.over {
    background: url(../media/images/bgBoton.png) repeat-x;
    background-repeat: repeat-x;
    height: 23px;
    color: #174592;
}

.content {
    background: url('../media/images/bgCentral.png') repeat-y;
    width: 860px;
    text-align: left;
    padding: 20px 0 0 0;
    margin: 0;
    border-bottom: 1px solid #2d2d2d;
}

.content .central {
    width: 540px;
    float: left;
    color: #d5d5d5;
}

.content .central h1 {
    font-family: Georgia;
    font-size: 18px;
    color: #d5d5d5;
    border-bottom: 1px solid #d5d5d5;
    padding: 0 0 5px 0;
    margin: 0 0 5px 0;
}

.content .central .txtIntro p {
    line-height: 18px;
    margin: 0 0 10px 0;
}

.content .central .banners div {
    margin: 0 0 15px 0;
}

.content .central .noticias {
    margin: 0 0 10px 0;
}

.titulo1, .titulo2 {
    height: 18px;
    border: 2px solid #cecece;
    line-height: 18px;
    background: url('../media/images/bgTitulo.png') repeat-x;
    margin: 0 0 1px 0;
}

.titulo1 {
    width: 534px;
}

.titulo1 span, .titulo2 span {
    color: #272b31;
    font-size: 12px;
    font-family: Georgia;
    padding: 0 0 0 10px;
}

.titulo2 span a{
	color: #272b31;
    font-size: 12px;
	text-decoration:none;
}
.content .central .noticias .noticia {
    background: #dcdcdd;
    padding: 10px;
    width: 518px;
    margin: 0 0 1px 0;
}

.content .central .noticias .noticia .titulo11 {
    margin: 0 0 10px 0;
}

.content .central .noticias .noticia .titulo11 span a,.content .central .noticias .noticia .titulo11 span {
    color: #272b31;
    font-size: 16px;
    font-family: Georgia;
    background: none;
    text-decoration: none;
}

.content .central .noticias .noticia .titulo11 span a:hover, .content .central .noticias .noticia .desarrollo a:hover {
    text-decoration: underline;
}

.content .central .noticias .noticia .foto {
    width: 197px;
    float: left;
    margin: 0 10px 0 0;
}

.content .central .noticias .noticia .foto img {
    width: 197px;
    border: 1px solid #afafaf;
}

.content .central .noticias .noticia .desarrollo {
    width: 300px;
    float: right;
    color: #272b31;
    font-size: 11px;
    line-height: 18px;
 
}

.content .central .noticias .noticia .desarrollo a {
    color: #272b31;
    text-decoration: none;
}

.content .central .noticias .noticia .desarrollo .enlace {
    margin: 10px 0 0 0;
}

.content .central .noticias .noticia .desarrollo .enlace a, .content .central .noticias .noticia .desarrollo .enlace a {
    color: #272b31;
    text-decoration:none;
}

.content .central .noticias .noticia .desarrollo .enlace a:hover, 
.producto .descripcion a:hover, .producto .nombre a:hover {
    text-decoration: underline;
}

.content .lateral {
    width: 295px;
    float: right;
    min-height: 600px;
}

.content .lateral .buscador .caja {
    background: #dcdcdd;
    padding: 10px;
    width: 275px;
    margin: 0 0 10px 0;
}

.content .lateral .buscador .caja .instrucciones {
    color: #272b31;
    font-size: 11px;
    line-height: 16px;
    margin: 0 0 10px 0;
}

.content .lateral .buscador .caja .insert {
    width: 180px;
    float: left;
}

.content .lateral .buscador .caja .insert input.input_buscador {
    border: 1px solid #4e4e4e;
    width: 180px;
    height: 16px;
    color: #afafaf;
}

.content .lateral .buscador .caja .contBoton {
    width: 80px;
    float: right;
}

.content .lateral .buscador .caja .contBoton input.boton {
    background: #5a5e66;
    border: 1px solid #fff;
    color: #dcdcdd;
    width: 80px;
}

.caja .banner {
    width: 273px;
    margin: 0 auto 10px auto;
}

.caja .banner img {
    width: 273px;
    border: 1px solid #ccc;
}

.productos {
    margin: 0 0 10px 0;
}

.producto {
    padding: 10px;
    margin: 0 0 1px 0;
    background: #dcdcdd;
	color: #272b31;
}

.producto .foto {
    width: 85px;
    float: left;
    margin: 0 10px 0 0;
}

.producto .foto img {
    border: 1px solid #afafaf;
    width: 85px;
}

.producto .nombre  {
    font-size: 14px;
    font-family: Georgia;
    color: #272b31;
    margin: 0 0 10px 0;
}

.producto .descripcion  {
    font-size: 11px;
    color: #272b31;
    line-height: 16px;
	text-decoration:none;
	
}

.producto .descripcion .enlace {
    margin: 5px 0 0 0;
}

.producto .descripcion .enlace a {
    color: #272b31;
    text-decoration: none;
}

.producto .descripcion .enlace a:hover {
    text-decoration: underline;
}

.pie {
    border-top: 1px solid #686b71;
}

.pie .contentPie {
    width: 860px;
    padding: 10px 0;
    margin: 0 auto;
    text-align: left;
    background: url('../media/images/bgCentral.png') repeat-y;
}

.pie .contentPie p {
    line-height: 18px;
    color: #e9e9e9;
}

.pie .contentPie p a {
    text-decoration: underline;
    color: #e9e9e9;
}

.pie .contentPie p a:hover {
    text-decoration: none;
}

.oferta {
    text-decoration: line-through;
}

.mapa{
	margin:0 0 20px 0;
	
}

.mapa iframe{
	border:1px solid #ccc;
}

/* FORM */
.formulario {
    margin: 0 0 30px 0;
}

.formulario .ap {
    margin: 0 0 10px 0;
}

.formulario .ap .tag {
    font-size: 12px;
    margin: 0 0 5px 0;
}

.formulario .ap .caja input.caja_input {
    border: 1px solid #ccc;
    width: 350px;
}

.formulario .ap .caja textarea.text_input {
    border: 1px solid #ccc;
    width: 350px;
    height: 120px;
	font-size:11px;
	font-family:Arial;
}

.formulario .ap input.boton {
    border: 1px solid #ccc;
    font-size: 10px;
    color: #666;
    font-weight: bold;
    padding: 2px 10px;
    cursor: pointer;
} 

.mensaje{
	margin:20px 0 0 0;
	color:#FFF;
	font-size:14px;
	font-weight:bold;
}

