/* Reset */
@import url('reset.css');

/* Body & wrapper */
body {
    text-align:center;
    font-family: Arial Narrow, Arial, Trebuchet MS, sans-serif;
    font-size:15px;
    color:#fff;
    line-height:15px;
    letter-spacing:0.1px;
    background:transparent url('../../interfaz/plantillas/bernardoors/img/body-bg.jpg') center top;
}
body * {
    text-align:left;
}

div#main-wrapper {
    width:100%;
    margin:10px 0px;
}
br.clear {
    clear:both;
    margin:0px;
}
/* Main sections */
div#header-wrapper {
    width:100%;
    background:transparent url('../../interfaz/plantillas/bernardoors/img/wrapper-bg3.jpg') center 53px repeat-x;
}
div#header {
    width:960px;
    height:120px;
    overflow:auto;
    margin:0px auto;
}
    div#logo {
        float:left;
        width:119px;
        height:115px;
        /*margin-right:10px;*/
        margin-left:10px;
    }
    ul.menu {
        width:730px;
        float:left;
        overflow:auto;
    }
        ul.menu li {
            display:block;
            height:105px;
            float:left;
            padding:5px;
            margin-left:5px;
        }
        ul.menu li:hover,ul.menu li.active {
            background:transparent url('../../interfaz/plantillas/bernardoors/img/menu-li-bg.jpg') center center;
        }
			ul.menu li a {
                display:block;
                height:33px;
                line-height:33px;
                margin:51px 0px 0px 0px;
				//margin:56px 0 0 0;
                color:#000;
                font-size:16px;
                padding:0px 5px 0px 5px;
                font-weight:bold;
                text-transform:uppercase;
                text-decoration:none;
                /*letter-spacing:-0.5px;*/
            }
            ul.menu li:hover a,ul.menu li.active a {
                background:transparent url('../../interfaz/plantillas/bernardoors/img/menu-a-bg.jpg') center center;
                color:#fff;
            }
div#autovisor {
    width:992px;
    text-align:center;
    overflow:hidden;
	margin:0 auto;
}
div#autovisor img {
    margin:-20px auto;
}
div#autovisor ul li{
	width:992px;
	height:150px;
	overflow:hidden;
}
div.aux {
    width:960px;
    margin:20px auto;
    clear:both;
}
div.aux h1 {
        font-size:20px;
        color:#FFF;
        text-transform:uppercase;
        font-weight:bold;
        margin-top:10px;
        margin-bottom:5px;
    }
div#claim {
    width:960px;
    margin:10px auto 5px;
    height:190px;
}
    div#claim h1 {
        font-size:20px;
        color:#FFF;
        text-transform:uppercase;
        font-weight:bold;
        margin:15px 0 20px;
    }
    div#claim div.column-left {
        float:left;
        width:435px;
        margin-left:25px;
    }
    div#claim div.column-right {
        float:right;
        width:435px;
        margin-right:25px;
    }
    div#claim div.column-left p,div#claim div.column-right p {
        font-size:13px;
        color:#fff;
        line-height:28px;
        font-family:Arial, Trebuchet MS, sans-serif;
    }
    div.firma {
        width:100%;
        background:transparent url('../../interfaz/plantillas/bernardoors/img/firma.png') 170px 0px no-repeat;
        height:50px;
        text-transform:uppercase;
    }
    div.firma h2 {
        margin-top:20px;
        font-size:20px;
        color:#fff;
        font-weight:bold;
    }
    div.firma h3 {
        margin-top:10px;
        font-size:20px;
        color:#fff;
    }
    span.logo {
        color:#D7442D;
        font-weight:bold;
        text-transform:uppercase;
        font-family:Arial Narrow, Arial, Trebuchet MS, sans-serif;
    }
div#novedades {
    width:960px;
    padding:10px;
    margin:0px auto;
    padding-bottom:20px;
}
    div#novedades h2 {
        text-indent:0px;
        width:105px;
        height:21px;
        background:url('../../interfaz/plantillas/bernardoors/img/title-noticias.png') center center no-repeat;
        margin-bottom:20px;
    }
    div#novedades div.novedad {
        width:320px;
        height:120px;
        float:left;
        overflow:auto;
        margin-bottom:20px;
    }
        div#novedades div.novedad div.img {
            position:relative;
            width:100px;
            height:98px;
            float:left;
            background:url('../../interfaz/plantillas/bernardoors/img/news-box.png') center center no-repeat;
            z-index:1;
            border:1px solid #fff;
            overflow:hidden;
        }
            div#novedades div.novedad div.img img {
                position:relative;
                z-index:0;
            }
        div#novedades div.novedad div.cuerpo {
            width:185px;
            height:98px;
            float:left;
        }

		div#novedades div.novedad div.cuerpo h3 {
            width:160px;
            margin:10px 0px 5px 20px;
        }
        div#novedades div.novedad div.cuerpo h3 a,div#novedades div.novedad div.cuerpo h3 a:visited{
            color:#FFF;
			font-size:16px;
			font-weight:bold;
			text-decoration:none;
        }
		div#novedades div.novedad div.cuerpo h3 a:hover{
            color:#FFF;
			font-size:16px;
			font-weight:bold;
			text-decoration:underline;
        }
        div#novedades div.novedad div.cuerpo p {
            margin-left:20px;
            width:160px;
        }
		div#novedades div.novedad div.cuerpo p a,div#novedades div.novedad div.cuerpo p a:visited{
            color:#fff;
            font-size:14px;
			text-decoration:none;
        }
		div#novedades div.novedad div.cuerpo p a:hover {
            color:#fff;
            font-size:14px;
			text-decoration:underline;
        }
        div#novedades div.novedad div.cuerpo p.categoria {
            margin-top:5px;
        }
		div#novedades div.novedad div.cuerpo p.categoria a,div#novedades div.novedad div.cuerpo p.categoria a:visited {
            color:#AC3E2D;
            font-weight:bold;
            font-size:16px;
			text-decoration:none;
        }
		div#novedades div.novedad div.cuerpo p.categoria a:hover {
            color:#AC3E2D;
            font-weight:bold;
            font-size:16px;
			text-decoration:underline;
        }

div#footer-wrapper {
    width:100%;
    background:url('../../interfaz/plantillas/bernardoors/img/footer-bg.jpg') top center;
}
div#footer {
    width:960px;
    margin:0px auto;
    padding:10px 0px 20px 0px;
}
div#footer-logo {
    width:121px;
    float:left;
}
div#footer-contact {
    width:829px;
    float:left;
    margin-left:10px;
}
div#footer-contact h1 {
    font-size:20px;
    color:#aaa;
    margin-bottom:10px;
    letter-spacing:-0.5px;
}
div#contact-first {
    width:829px;
}
    div#contact-first div.left {
        float:left;
        width:615px;
    }
    div#contact-first div.right {
        float:left;
        width:100px;
        height:30px;
        margin-left:10px;
        background:transparent url('../../interfaz/plantillas/bernardoors/img/menu-a-bg.jpg') center center;
    }
 
div#contact-last {
    width:829px;
}
    div#footer-contact input {
        background:#2E2E2E;
        border:1px solid #666666;
        width:615px;
        height:23px;
        line-height:30px;
        padding-top:7px;
        text-indent:15px;
        font-family:Arial Narrow, Arial;
        color:#fff;
        font-size:14px;
        margin-bottom:5px;
    }
    div#footer-contact input.nombre {
		//margin-left:-15px;
        background:#2E2E2E url('../../interfaz/plantillas/bernardoors/img/input-titles.jpg') 15px 12px no-repeat;
    }
    div#footer-contact input.email {
        background:#2E2E2E url('../../interfaz/plantillas/bernardoors/img/input-titles.jpg') 15px -25px no-repeat;
    }
    div#footer-contact input.telefono {
        background:#2E2E2E url('../../interfaz/plantillas/bernardoors/img/input-titles.jpg') 15px -65px no-repeat;
    }
    div#footer-contact textarea.mensaje {
        background:#2E2E2E url('../../interfaz/plantillas/bernardoors/img/input-titles.jpg') 15px -100px no-repeat;
    }
    div#footer-contact input.filled,div#footer-contact textarea.filled {
        background:#2E2E2E !important;
        background-image:none !important;
    }
    div#footer-contact textarea {
        width:708px;
        background:#2E2E2E;
        border:1px solid #666666;
        line-height:20px;
        padding-top:7px;
        padding-left:15px;
        font-family:Arial Narrow, Arial;
        color:#fff;
        font-size:14px;
    }
    div#footer-contact a.submit {
        display:block;
        width:100px;
        margin-left:0px;
        margin-top:0px;
        height:30px;
        color:#fff;
        text-align:center;
        line-height:28px;
        font-size:16px;
        text-decoration:none;
        text-transform:uppercase;
        background:transparent url('../../interfaz/plantillas/bernardoors/img/menu-a-bg.jpg') center center;
    }
    div#footer-contact a.submit:hover {
        background:transparent url('../../interfaz/plantillas/bernardoors/img/menu-li-bg.jpg') center center;
    }
    div#footer-contact button.submit {
		border: 0px;
        display:block;
        width:100px;
        margin-left:0px;
        margin-top:0px;
        height:30px;
        color:#fff;
        text-align:center;
        line-height:26px;
        font-size:14px;
        text-decoration:none;
        text-transform:uppercase;
        background:transparent url('../../interfaz/plantillas/bernardoors/img/menu-a-bg.jpg') center center;
    }
    div#footer-contact button.submit:hover {
        background:transparent url('../../interfaz/plantillas/bernardoors/img/menu-li-bg.jpg') center center;
    }
div#contact-info {
    width:870px;
    margin:5px 0px 20px 125px;
}
div#contact-info div#telfs_foot{
	width:160px;
	float:left;
}
div#contact-info div#mail_legal{
	width:250px;
	float:left;
}
div#contact-info p {
    display:block;
    padding-left:35px;
    color:#888;
    line-height:30px;
    font-size:15px;
}
    div#contact-info p.telefono {
        background:url('../../interfaz/plantillas/bernardoors/img/iconos.jpg') 5px 5px no-repeat;
		clear:left;
    }
    div#contact-info p.mail {
        background:url('../../interfaz/plantillas/bernardoors/img/iconos.jpg') 5px -26px no-repeat;
		float:left;
		margin-right:30px;
    }
	div#contact-info p.legal {
		float:left;
		padding-left:10px;
    }
	div#contact-info p.legal a{
		color:#888;
    }
    div#contact-info p.direccion {
        padding-left:0px;
		float:left;
		text-align:center;
		width:320px;
    }
div#contacto_drc{
	width:940px;
	margin:10px auto;
}
/*Noticias----------------------------------------------------------------*/
	
	div#noticias_categorias {
	    margin:0px auto;
		width:960px;
		padding:5px;
		margin-bottom:10px;
	}
		div#noticias_categorias a, div#noticias_categorias a:visited {
			color:#fff;
			text-decoration:none;
			margin-right:10px;
		}
		
		div#noticias_categorias a:hover, div#noticias_categorias a:active {
			text-decoration:underline;
		}
		
		div#noticias_categorias a.seleccionada {
			font-weight:bold;
			color:#fff;
			margin-right:10px;
		}
	div.noticias_noticia {
	    margin:0px auto;
		width:960px;
		height:80px;
		margin-bottom:30px;
	}
		div.noticias_noticia div.imagen {
			width:100px;
			height:100px;
			float:left;
			margin:5px;
			overflow:hidden;
		}
		
		
		div.noticias_noticia div.cuerpo {
			width:630px;
			_width:620px;
			margin:5px;
			margin-top:0px;
			float:left;
		}
			
			div.noticias_noticia div.cuerpo div.imagen {
			width:100px;
			height:100px;
			float:left;
			margin:5px;
			overflow:hidden;
		}
		
			div.noticias_noticia div.cuerpo h2 {
				display:block;
				width:auto;
				margin:0;
				margin-bottom:3px;
                margin-top:3px;
                 font-weight:bold !important;
				font-size: 18px;
				color:#fff;
			}
				div.noticias_noticia div.cuerpo h2 a,div.noticias_noticia div.cuerpo h2 span.titulo {
                     display:block;
                    font-weight:bold !important;
					color:#fff !important;
                    font-size: 18px;
				}
				div.noticias_noticia div.cuerpo h2 span,div.noticias_noticia div.cuerpo h2 a span, div.noticias_noticia div.cuerpo h2 a:hover span {
					font-weight:normal;
					font-size: 14px;
					color:#fff;
					text-decoration:none;
					float:left;
				}
				
				div.noticias_noticia div.cuerpo h2 em {
					font-weight:normal;
					font-size: 14px;
					color:#fff;
					text-decoration:none;
					font-style:normal;
					float:left;
				}
				
			div.noticias_noticia div.cuerpo div.noticia_etiquetas {
				width:100%;
				display:block;
				
			}
			div.noticias_noticia div.cuerpo div.noticia_etiquetas a, div.noticias_noticia div.cuerpo div.noticia_etiquetas a:visited {
				font-size: 12px;
				color:#fff;
				text-decoration:none;
				font-weight:bold;	
				font-style:normal;
				float:left;
				display:block;
				clear:none;
				margin-right:10px;
				margin-left:10px;
				margin-top:-2px;
			}
			div.noticias_noticia div.cuerpo div.noticia_etiquetas a:hover {
				text-decoration:underline;
			}
			
			div.noticias_noticia div.cuerpo p.texto, div.noticias_noticia div.cuerpo p.texto_completo  {
				width:auto;
				color:#000;
				margin-top:3px;
				margin-left:0;
				color:#fff;
	
			}
				div.noticias_noticia div.cuerpo p.texto {
					font-size: 14px;
				}
				
				div.noticias_noticia p.texto {
					float:left;
					display:block;
					width:640px;
					font-size:14px;
					margin-left:8px;
					color:#fff;
				}
				div.noticias_noticia div.texto_completo {
					float:left;
					display:block;
					width:750px;
					/*font-size:12px;*/
					margin-left:8px;
					color:#fff;					
				}
				
			div.noticias_noticia div.cuerpo a, div.noticias_noticia div.cuerpo a:visited {
				display:block;
				width:auto;
				color:#fff;
				text-decoration:none;
				clear:both;
                font-size:15px;
			}
			
			div.noticias_noticia div.cuerpo a:hover, div.noticias_noticia div.cuerpo a:active {
				text-decoration:underline;
                font-size:15px;
			}
			
			h5.titulo {
				color:#fff;
				margin-bottom:5px;
			}
			
		div.noticias-comentario {
			clear:both;
			width:630px;
			padding:5px;
			display:block;
			border-top:1px solid #ddd;
			
			margin-left:10px;
		  }
		  
		  div.noticias-comentario div.titulo {
			width:150px;
			color:#000;
			padding:5px;
			float:left;
			margin-right:15px;
		  }
		  div.noticias-comentario div.titulo em {
			font-style:normal;
			font-weight:bold;
			color:#fff;
			font-size:12px;
		  }
		  div.noticias-comentario div.titulo span {
			color:#fff;
			font-size:10px !important;
		  }
		  div.noticias-comentario div.cuerpo {
			width:440px;
			padding:5px;
			font-size:11px !important;
			float:left;
			color:#fff;	
		  }
			div.noticias-comentario div.cuerpo * {
				font-size:11px !important;
			}
		  
		  div.noticias-comentario div.cuerpo ul {
			list-style:default;
		  }
		  
		  div.noticias-comentario div.cuerpo ol{
			list-style:decimal;
		  }
		  
		  div.noticias-comentario div.cuerpo ul li, div.noticias-comentario div.cuerpo ol li {
			list-style:default;
			margin-left:50px;
			text-indent:0px;
		  }
	div#noticia_comentar {
		display:none;
		margin:10px;
	}
		a.comentar, a.comentar:visited {
			display:block;
			width:640px;
			font-size:10px;
			margin-left:10px;
			color:#fff;
			text-decoration:none;
			border-top:1px solid #eee;
			padding-top:5px;
			margin-bottom:5px;
		}
		a.comentar:hover {
			text-decoration:underline;
		}
/****** menu=122 mant cortafuegos ******/
p.mant_corta{
	margin:0 0 10px 0;
}
ol#mant_corta{
	margin:10px 0 0 15px;
	padding:10px 0 0 10px;
	list-style-type:decimal;
}
ol#mant_corta li{
	margin-bottom:10px;
}

/****** menu=122 mant cortafuegos ******/
/****** PROYECTOS *****/
ul#proy_list{
	float:left;
	width:100%;
	list-style-type:disc;
	margin-bottom:15px;
	padding:0 0 0 25px;
}
ul#proy_list li{
	margin-bottom:10px;
}
ul#proy_list li h3 a,ul#proy_list li h3 a:visited{
	color:#fff;
	text-decoration:none;
}
ul#proy_list li h3 a:hover{
	color:#fff;
	text-decoration:underline;
}
/****** PROYECTOS *****/
/****** SERVICIOS *****/
ul.serv_list{
	float:left;
	width:100%;
	list-style-type:disc;
	margin-bottom:15px;
	padding:0 0 0 25px;
}
ul.serv_list li{
	margin-bottom:10px;
}
ul.serv_list li h3 a,ul.serv_list li h3 a:visited{
	color:#fff;
	text-decoration:none;
}
ul.serv_list li h3 a:hover{
	color:#fff;
	text-decoration:underline;
}
/****** SERVICIOS *****/