html 
{
	height: 100%;
	margin-bottom: 0;
}
form 
{
    margin: 0 auto;
    padding: 0;
    width: 400px;
}
img
{
	border: 0;
}
body 
{
	margin: 0;
	background-color: #ff5200;
	background-repeat:repeat-x;
    color: #000;
    font-family: 'Roboto',sans-serif;
}

/************************ TIPOS Y PARRAFOS ************************/
h1,h2,h3
{
	font-family: 'Roboto';
	font-weight: 300;
}

h4,h5,h6
{
    font-family: 'Roboto',sans-serif;
}	
h1 	{font-size: 30px;}
h2 	{font-size: 24px;}
h3 	{font-size: 18px;}
h4	{font-size: 15px;}
h5	{font-size: 12px;}
h5	{font-size: 10px;}

a
{
	text-decoration:none;
	color: #ff6d00;
}
a:hover
{
	text-decoration:none;
	color: #4C5166;
}
ul
{
	margin:0px;
}
/*li
{
	list-style-type: none;
}*/
p
{
	font-family: 'Roboto',sans-serif;
	font-size: 14px;
	text-align: justify;
}
/************************ ESTRUCTURA ************************/

header, #banner, #mapa, #contenedor, footer, #contenedor_portada, #contenedor_galeria, #wd_notas
{
	width:auto;
	margin:0 auto;
}
section, #tabs_portada, #carrusel_portada, #contenedor_lista_grupo, #mapa
{
	max-width:980px;
	margin:0px auto;
	width: 100%;
}
#tabs_portada
{
	border-radius:4px;
	overflow:hidden;
	margin-bottom:20px;
}
header
{
	/*background-image:url(../images/header.png);*/
	background-repeat:repeat-x;
}
nav
{
	
}

#banner
{
    max-height: 329px;
    overflow: hidden;
    padding: 21px 0;
}
#contenedor_galeria
{
	/*background-image: url("../images/bg_nota.png");*/
	background-repeat: repeat-x;
}


#mapa
{
	background-image: url("../images/bg_mapa.png");
	background-repeat: repeat-x;
}
#contenedor
{
	background-image: url(../images/titulo_bg.png);
	background-repeat: repeat-x;
	background-position: 0 0;
	background-color: #fff;
	padding: 5px 0 10px;
    border-bottom: 5px solid #ff9000;
    margin-bottom: 20px;
}
footer
{
	overflow:hidden;
	padding-top: 20px;
	height: 540px;
}
#contenedor_portada
{
	background-color: #fff;
	margin: 0;
	padding: 20px 0 10px;
}
#contenedor_galeria
{
	margin: 0;
	padding: 1px 0 10px;
}

/************************ HEADER ************************/
header section
{
	background-repeat: no-repeat;
	background-position: left center;
	height: 150px;
}
#logo, #logo_inf
{
	background-position: left center;
    background-repeat: no-repeat;
    border: 0 solid #fff;
    height: 150px;
    margin: 5px auto;
    width: 290px;
}
#logo_inf
{
	background-size: 70%;
}
#fono
{
	background-repeat: no-repeat;
	background-position: left center;
	float: right;
	margin:0px auto;
	height: 100px;
}
.faxd{
	   background-color: #634a27;
    border-radius: 6px;
    color: #fff;
    font-size: 28px;
    margin-top: 4px;
    padding: 4px 7px 3px 6px;
}
#fono_icon
{
	float: left;
	margin:35px 10px 0 0;
	width:35px;
	height: 40px;
}
#fono_numero
{
	float: left;
	font-family: 'Roboto Condensed',sans-serif;
	font-style: italic;
	font-weight: 300;
	margin:35px 0 0;
	width:auto;
	height: 27px;
	color: #ff9000;
	font-size: 28px;
	font-weight: bolder;
}

/************************ BANNER ************************/
.flexslider 
{ 
	background-color: #856d51; 
	overflow:hidden;
	margin: 0 auto; 
	max-width: 980px; 
	max-height:300px; 
	position: relative;
	zoom: 1;
}

.banner_contenedor
{
    background-image: url(../images/banner_velo.png);
    height: 70px;
    position: absolute;
    top: 221px;
    width: 960px;
    padding:10px 0 0 20px;
    border: 0px solid#fff;
}
.banner_contenedor
{
	animation-duration: 3s;
    animation-name: slidein;
	-moz-animation-duration: 3s;
	-webkit-animation-duration: 3s;
	-moz-animation-name: slidein;
	-webkit-animation-name: slidein;
}
    @-moz-keyframes slidein {
      from {
        margin-left:100%;
        width:300%
      }
      
      to {
        margin-left:0%;
        width:100%;
      }
    }

.banner_texto
{
    color: #fff;
    float: left;
    font-weight: 300;
    border: 0px solid#fff;
}
.banner_boton
{
    background-color: #FFC600;
    color: #000;
    margin:15px;
    padding: 5px 10px;
    float: right;
    border-radius: 5px;
}



/************************ FOOTER ************************/
footer section
{
	overflow: hidden;
	color: #fff;
	margin-top: 0;
}
.ubicacion_tittulo{
	background-color: #876c46;
    color: #fff;
    font-weight: 600;
    height: 38px;
    overflow: hidden;
    padding: 8px 42px 0;
}
#ubicacion
{
    font-family: 'Roboto Condensed',sans-serif;
	margin:0;

}
#ubicacion_contenedor
{
	width: 90%;
	margin: 20px auto;
	text-align: center;

}
#ubicacion_direccion, #ubicacion_fono
{
    font-size: 17px;
    font-weight: 500;
    width: 90%;
    margin: 0;
    text-align: center;
}
#creditos
{
	font-weight: 500;
	text-align: center;
	font-size: 14px;
	width: 100%;
	height: 25px;
	padding: 10px 0;
	color: #fff;
	margin-top: 0;
}
#pie
{
	padding: 0;
}
footer h4
{
	text-align: left;
	margin:5px 0 0;
	color: #fff;
}
footer h3
{
	text-align: center;
	font-size: 22px;
    margin: 50px 12px 0;
    font-weight: 600;
}
#redes
{
	overflow: hidden;
	margin: 0 auto;
	float: right;
}
/*#bt_mapa 
{
    background-image: url("../images/bt_mapa.png");
    background-position: center center;
    background-repeat: no-repeat;
    float: right;
    height: 340px;
    margin: 0 auto;
    overflow: hidden;
    width: 348px;
}*/
footer a
{
	text-decoration:none;
	color: #fff;
}
footer a:hover
{
	text-decoration:none;
	color: #fff;
}

/*********** Redes Sociales ************************/

#iconos_redes
{
	overflow: hidden;
}
.redes_sociales
{
	width: 50px;
	height: 50px;
	float: left;
	  margin: 9px 0 15px 40px;
	background-repeat: no-repeat;
	/*background: url("../images/red_face.png");*/
}
.face, .twi
{
	height: 35px;
	float: right;
	margin:  3px 10px;
	padding: 10px 0 0 50px;
	overflow: hidden;
	/*min-width: 40px;*/
}

.face {background: url("../images/red_face.png"); background-repeat: no-repeat;}
.twi {background: url("../images/red_youtube.png"); background-repeat: no-repeat;}

/***************************************************/


#logo_mini
{
	background: url("../images/logo_mini.png");
	float: left;
	width: 240px;
	height:60px;
	margin:0;
}
/************************ NAV ************************/
nav section 
{
	height:59px;
	margin:0 auto;
    max-width: 980px; 
    overflow: hidden;
}
nav ul 
{
    margin:0 auto;
    width: 980px;
}
#menu_superior 
{
    padding-left: 0;
    padding-top: 17px;
    text-align: center;
    overflow: hidden;
    height: 40px;
}
#menu_superior li 
{
    display: inline;
    list-style: none outside none;
}
a.menu_sup:link, a.menu_sup:visited 
{
    color: #000;
	font-family: 'Roboto Condensed';
    font-size: 15px;
    margin: 0;
    padding: 15px 4px;
    font-weight: 300;
    text-align: center;
    text-transform:uppercase; 
    width: 50px;
    height: 56px; 
    margin-left: 30px;
     transition:background-color 0.5s linear;
	-webkit-transition: background-color 0.5s linear; /* Chrome y Safari */
	-o-transition: background-color 0.5s linear; /* Opera */
	-moz-transition: background-color 0.5s linear; /* Mozilla Firefox */
	-ms-transition: background-color 0.5s linear; /* Internet Explorer */
}
a.menu_sup:hover
{
 border-bottom: 3px solid #ff9000;
}

/************************ MENU RESPONSIVO ************************/
#menu_responsive
{
	display: none;
} 
.demo-1 .dl-menuwrapper button {
	background: #ff9000;
}

.demo-1 .dl-menuwrapper button:hover,
.demo-1 .dl-menuwrapper button.dl-active,
.demo-1 .dl-menuwrapper ul {
	background: #ff9000;
	z-index: 999;
}

/************************ ICONS ************************/
.icons_claro, .icons_oscuro 
{
    border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    -ms-border-radius: 50px;
    font-size: 14px;
    padding: 10px;
    width: 14px;
    height: 14px;
    width: 18px\9;
    height: 18px\9;
}
.icons_claro
{
	border: 2px solid #ffb700;
    border: 0px solid #ffb700\9;
    color: #ffb700;
    background-image: url("../images/ie_bg_h2_os.png")\9; 
    background-position: center;
}
.icons_oscuro 
{
	border: 2px solid #fa4504;
    border: 0px solid #fa4504\9;
    color: #fa4504;
    background-image: url("../images/ie_bg_h2_cl.png")\9; 
    background-position: center
}
/************************ WD NOTAS HORIZONTAL ************************/
#wd_notas
{
	background-color: #E8EAF1;
}
#wd_notas_horizontal, #wd_notas_horizontal_4
{
	width: 998px;
	margin: 0 auto;
	padding:0;
	overflow: hidden;
}
#wd_notas_horizontal li, #wd_notas_horizontal_4 li
{
	background-color: #fff;
	box-shadow: 0px 0px 5px #8087a4;
	margin: 9px;
	padding: 5px;
	list-style: none;
}
#wd_notas_horizontal li
{
	height: 250px;
}
#wd_notas_horizontal_4 ul
{
	margin: 0;
	padding: 20px 0;
	border: 0px solid#000;
	overflow: hidden;
}
#wd_notas_horizontal_4 li
{
	height: 290px;
}
.wd_notas_horizontal_img, #wd_notas_horizontal_img
{
	background-repeat:no-repeat;
	height:170px;
	background-position: center;
}
#wd_notas_horizontal h2
{
	background-repeat: no-repeat;
	background-position: 10px 12px;
	font-family:'roboto';
	padding: 0 10px;
	margin: 10px 0 0;
    color: #fa4504;
	border: 0px solid;
	border-radius: 5px 5px 0 0;
	font-weight: 300;
		text-align: center;
}
#wd_notas_horizontal_4 h2
{
	background-repeat: no-repeat;
	background-position: 10px 12px;
	font-family:'roboto';
	padding: 0 10px;
	margin: 20px 0;
    color: #fa4504;
	border: 0px solid;
	border-radius: 5px 5px 0 0;
	font-weight: 300;
	text-align: center;
}
#wd_notas_horizontal h3
{
	font-family: 'Roboto Condensed',sans-serif;
	background-repeat:no-repeat;
    font-weight: 500;
    margin: 0 0 10px;
    padding: 10px;
    text-align: center;
}
#wd_notas_horizontal_4 h3
{
	font-family: 'Roboto Condensed',sans-serif;
	background-repeat:no-repeat;
    font-weight: 500;
    margin: 30px 0 0;
    padding: 10px 0 0;
    text-align: center;
}
.talla
{
	background-image: url("../images/next.png"); 
	background-position: center;
	background-repeat: no-repeat;
	background-color: #fff;
	border: 2px solid#fff;
    margin: -38px auto;
    padding: 10px;
    text-align: center;
    font-size: 32px;
    width: 45px;
    height: 45px;
    border-radius: 50px;
    color: #fff;
}
#wd_notas_horizontal_4 p
{
    color: #2e61b3;
    font-weight: 300;
    margin:5px 10px;
}  
#wd_notas_horizontal_4 h4
{
    text-align: center;
    font-weight: 600;
    color: #2e61b3;
    font-weight: 300;
    margin: 5px 0;
    float: left;
}  
/************************ NOTA DE PORTADA ************************/
#nota_portada
{
	overflow: hidden;
	border: 0px solid#fff;
	margin: 10px auto;
	max-width:980px;
	  padding: 0 0 13px;
	margin:0px auto;
	width: 100%;
	-webkit-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.18);
-moz-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.18);
box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.18);
}
.ubicacion_tittulo_portada{
    background-color: #876c46;
    color: #fff;
    font-weight: 600;
    height: 38px;
    overflow: hidden;
    padding: 8px 42px 0;
    margin-bottom: 13px;
}
#nota_portada h1
{
	color: #ff9000;
    font-weight: 600;
    margin: 9px 44px 10px 63px;
    overflow: hidden;
    text-align: center;
}
#nota_portada h2
{
	background-color: #876c46;
    color: #fff;
    font-weight: 600;
    height: 38px;
    overflow: hidden;
    padding: 8px 42px 0;
}
#nota_portada h3
{
    font-weight: 400;
    margin: 0;
    height: 44px;
    margin:10px;
}
#nota_portada p
{
	overflow: hidden;	
	  margin: 10px 61px 10px 86px;
	text-align:justify;
}
#nota_portada img
{
     border: 1px solid #ff9000;
    display: block;
    margin: 0 10px;
    max-width: 100%;
}
/*
.nota_portada_img {
    border: 1px solid #D8DFEC;
    float: left;
    height: 140px;
    margin: 29px;
    width: 140px;
}
.capa_nota_portada_img
{
	width:100px;
	height: 100px;
	border: 50px solid#fff;
	display:block!important;
	-webkit-transition:-webkit-transform 0.5s ease-out;
	-moz-transition:-moz-transform 0.5s ease-out;
	-o-transition:-o-transform 0.5s ease-out;
	-ms-transition:-ms-transform 0.5s ease-out;
	transition:transform 0.5s ease-out;
	border-radius: 150px;
	position: absolute;
}
.capa_nota_portada_img:hover
{
		position: absolute;
	width:100px;
	height: 100px;
	border-radius: 150px;
	-moz-transform: scale(1.4);
	-webkit-transform: scale(1.4);
	-o-transform: scale(1.4);
	-ms-transform: scale(1.4);
	transform: scale(1.4);
}*/


/************************ CARRUSEL DE PORTADA ************************/
#owl-example .item
{
	padding: 20px 0;
	border-radius: none;
}
.owl-theme .owl-controlls .owl-page span
{
	background-color: #fd8f00;
}
#carrusel_portada
{
	z-index: -999;
	/*padding-top: 20px;*/
	border-radius: 5px;
	/*box-shadow: 0px 0px 5px #777;*/
	padding-top: 5px;
	margin-bottom: 10px;
}
.carrusel_portada_img
{
	background-repeat:no-repeat;
	height:200px;
	width: auto;
	background-position: top center;
	margin: 0;
	/*box-shadow: 0px 0px 5px #ccc;*/
	/*border-radius: 5px;*/
}
#carrusel_portada h2
{
	background-repeat: no-repeat;
	background-position: 10px 12px;
	font-family:'roboto';
	padding: 0;
    color: #ffb700;
	border: 0px solid;
	border-radius: 5px 5px 0 0;
	font-weight: 300;
	text-align: center;
	margin-top: 5px;
}
#carrusel_portada h3
{
    color: #fff;
    font-weight: 300;
    margin: 0 auto 2px;
    padding: 12px 0 11px 12px;
    width: 295px
}

#carrusel_portada h4
{
	text-align:center;
	color:#000;
	padding:30px 20px 0;
	border: 1px solid#fff;
}


/************************ CONTENIDOS GRUPOS, LISTAS Y RESPUESTA ************************/
#contenedor_lista_grupo, #contenedor_respuesta, #contenedor_lista, #contenedor_lista_imagenes, #contenedor_lista_archivos
{
	max-width:900px;
	width: 100%;
	padding: 10px 40px;
}
#contenedor_lista_grupo, #contenedor_respuesta, #contenedor_lista, #contenedor_lista_imagenes, #contenedor_lista_archivos
{
	margin:22px auto 10px;
	overflow: hidden;
	min-height:500px;
	background-color: #fff;
	
}
/************************ H1 H2 H3 ************************/
#contenedor_lista_grupo h1, #contenedor_respuesta h1, #contenedor_lista h1, #contenedor_lista_imagenes h1, #contenedor_lista_archivos h1
{
	background-image:url(../images/h1_bg.png);
  	background-position: left center;
    background-repeat: no-repeat;
    color: #ff9000;
    font-weight: 400;
    margin: 0 0 20px;
    padding: 10px 0 10px 50px;
}
#contenedor_lista_grupo h2, #contenedor_lista h2, #contenedor_lista_imagenes h2, #contenedor_lista_archivos h2
{
	padding-bottom:5px;
	text-align: center;
	margin: 14px 0;
	font-weight: 400;
	color: #ff6d00;
}
#contenedor_lista_grupo h3, #contenedor_lista h3, #contenedor_lista_imagenes h3, #contenedor_lista_archivos h3
{
	padding-bottom:5px;
	text-align: center;
	margin: 14px 0;
	font-weight: 400;
	color: #ff9000;
}
/************************ ul ************************/
#contenedor_lista_grupo ul, #contenedor_respuesta ul, #contenedor_lista ul, #contenedor_lista_imagenes ul, #contenedor_lista_archivos ul
{
	margin:0 auto;
	padding: 0;
	/*width: 90%;*/
}
/************************ li ************************/
#contenedor_lista_grupo li, #contenedor_lista li, #contenedor_lista_imagenes li, #contenedor_lista_archivos li
{
	border-radius: 3px;
	border-radius: 3px;
	margin: 20px;
	list-style-type: none;
}
#contenedor_lista_grupo li
{
	height: 215px;
}
#contenedor_lista li
{
	height: 215px;
}
#contenedor_respuesta li 
{
    font-size: 14px;
}
#contenedor_lista_archivos li
{
	height: 110px;
}
/************************ IMG ***********************/
#contenedor_respuesta img 
{
    /*border: 4px solid #FFFFFF;
    box-shadow: 0 0 5px #ABB2CF;*/
    margin: 5px;
    width: 98%;
    height: auto;
}
/************************ p ************************/

#contenedor_lista p
{
	padding: 0;
	text-align:center;
	margin:30px;
}
#contenedor_respuesta p, #contenedor_lista_imagenes p
{
	padding: 0;
	text-align:justify;
	margin:0 0 5px;
}
#contenedor_lista_archivos p
{
	text-align: center;
}
/************************ IMAGENES ************************/
.archivo_icon
{
	border: 2px solid #ccc;
	border-radius: 50px;
	width: 50px;
	height: 50px;
	margin: 30px auto 0;
}
.img_lis
{
	height:150px;
	background-position: center;
}
.img_lis_grupo
{
	height:150px;
	background-position: center;
}
/************************ FORMULARIOS ************************/
#contacto
{
	border: 0px solid#fff000;
    margin: 0 auto 20px;
    width: 95%;
}
.text, .textarea
{
    background-color: #fff;
    border: 1px solid #333;
    border-radius: 5px;
    margin-bottom: 5px;
    color: #000;
    padding: 10px;
    width: 80%;
}
.text 
{
    height: 17px;
}
.textarea 
{
    height: 70px;
}
.button {
    background: rgb(252,252,252); /* Old browsers */
background: -moz-linear-gradient(top, rgba(252,252,252,1) 0%, rgba(247,247,247,1) 50%, rgba(226,226,226,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(252,252,252,1)), color-stop(50%,rgba(247,247,247,1)), color-stop(100%,rgba(226,226,226,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(252,252,252,1) 0%,rgba(247,247,247,1) 50%,rgba(226,226,226,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(252,252,252,1) 0%,rgba(247,247,247,1) 50%,rgba(226,226,226,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(252,252,252,1) 0%,rgba(247,247,247,1) 50%,rgba(226,226,226,1) 100%); /* IE10+ */
background: linear-gradient(to bottom, rgba(252,252,252,1) 0%,rgba(247,247,247,1) 50%,rgba(226,226,226,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#e2e2e2',GradientType=0 ); /* IE6-9 */
    border: 1px solid #333;
    border-radius: 5px;
    color: #000;
    cursor: pointer;
    font-size: 15px;
    font-weight: 600;
    height: 40px;
    margin: 0;
    width: 150px;
}
.button:hover {
    color: #FFC600;
}
.caption {
    float: left;
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 10px;
    width: 600px;
    color: #000;
}
/************************ TABLAS ************************/
table {
    padding: 1px;
    text-align: left;
    border-radius: 5px;
    float: left;
    margin: 10px;
}
.contenido
{
	margin:0 20px 0 0;
}
th {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: 500;
    border: 1px solid #E8EEF8;
    padding: 15px 5px 5px;
    color: #1259C6;
    text-align: center;
}
td {
    border: 1px solid #E8EEF8;
    padding: 5px 20px;
    border-radius: 5px;
    font-weight: 300;
    font-size: 15px;
    width: 200px;
}
/************************ MAPA ************************/
#mapa iframe
{
	max-width: 980px;
	width: 100%;
	margin: 0;
}
#mapa h2
{
	background-color:#ff6600;
	max-width:930px;
	width: auto;
	margin:0px auto;
	/*background-image:url(../images/icono_mapa.png);*/
	background-repeat:no-repeat;
	background-position:left center;
	height:44px;
	padding-left:50px;
	color:#fff;
	padding-top:11px;
	font-weight: lighter;
}
#mapa section
{
	width:90%;
	overflow: hidden;
}


