body {
	color: #000000;
	font-family: Helvetica;
	font-size: 12px;
	font-weight: normal;
	text-align: left;
	background-color: #ffffff;
	overflow-x: hidden;
}

a {
	text-decoration: none;
	color: darkorange;
	font-weight: bold;
	font-family: Helvetica;
}
a:hover {
	color: darkblue;
}

h1 {font-size: 36px; color: cornflowerblue; margin:0px 0px 10px;}

h2 {color: cornflowerblue; font-size:28px; margin:0px 0px 10px;}

h3 {color: cornflowerblue; font-size:24px; margin:0px 0px 10px;}

h4 {color: cornflowerblue; font-size:22px; margin:0px 0px 10px;}

h5 {color: cornflowerblue; font-size:36px; margin:0px 0px 15px; background: /*url("https://transcam.org/imagenes/bg_negro.png") repeat scroll 0 0*/ #ffffff; padding:20px 30px; text-align:center;
}

h6 {color: cornflowerblue; font-size:16px; margin:0px 0px 10px; font-weight:normal;}

p {
	color: #000000;
	font-size: 12px;
}

b {
	color: cornflowerblue;
	font-size:12px !important;
	font-weight:bold !important;
}

.dorado { color:cornflowerblue; }

.negrita { color:cornflowerblue; font-weight: bold; }
.w60 { width: 70px; }
.center { text-align: center; }
.centered { margin: auto; }

.clear { clear: both; }

.clearfix:before, .clearfix:after { content: ""; display: block; }
.clearfix:after { clear: both; }
.clearfix { zoom: 0; margin: auto; }

/*#bg {
	width: 1090px;
	margin-left:auto;
	margin-right: auto;
}*/

#centrar_web {
	margin: auto;
	width: 1024px;
}

#contenedor_total {
	margin: auto;
	width: 100%;
}

#contenedor_central {
    margin-left: auto;
    margin-right: auto;
	position:relative;
	z-index:9;
}

/*/Header/*/

#header {
	height: 80px;
    margin: 0 auto 45px;
    width: 1140px;
	background-color:transparent;
	position:relative;
	z-index:1;
}

#cabecera {
	background: transparent;
	margin: 0px auto;
	text-align: center;
}

/*
#logo {
	background: transparent;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: auto;
	margin-top: 0;
	width: 350px;
}

#lema {
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    width: 600px;
}
*/

/*/REDES/*/

/*/Menu/*/

.menu_superior {
	width: 90%;
	margin: 0px auto;
}

.horizontal-nav {
    background: #efefef;
    border-radius: 6px;
}
.horizontal-nav ul {
    background: #d2e4b2;
    float: left;
    text-align: center;
    border-radius: 6px;
    border: 1px solid grey;
	padding: 0px;
}
.horizontal-nav ul li {
    float: left;
    border-left: 1px solid #0e7079;
}
.horizontal-nav ul li:first-child {
    border-left: 0 none;
}
.horizontal-nav ul li a {
    display: block;
    padding: 10px 20px;
    color: #336600;
    border-top: 1px solid rgba(255,255,255, 0.25);
    border-left: 1px solid rgba(255,255,255, 0.25);
    background: url("../images/estrella_blanca.png") no-repeat scroll 5px center / 15px auto transparent;
}

.horizontal-nav ul li:first-child a {
    border-left: 0 none;
}
.horizontal-nav ul li a:hover {
	background: url("../images/estrella_blanca.png") no-repeat scroll 5px center / 15px auto #bd1d25;
    color: #ffffff;
}
.horizontal-nav ul li:first-child a {
	background: url("../images/estrella_blanca.png") no-repeat scroll 5px center / 15px auto transparent;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}
.horizontal-nav ul li:last-child a {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}
	
/*/Centro/*/

#centro {
    margin: 0;
    padding: 0;
}

/*/ TABLAS /*/
th.contenido {
    background-color: red;
    color: #FFFFFF;
    font-weight: normal;
}

/*/ Formulario de contacto /*/
.contenedor_form {
	background: /*url("https://transcam.org/imagenes/bg_negro.png") repeat scroll 0 0*/ #ffffff;
	padding:10px 100px; 
	margin: 0px 0 -10px;
}

.contenedor_form form ul {
    margin: 0 0 0 0px;
}
.contenedor_form form ul li {
	list-style: none;
	margin: 20px 20px 40px 0px;
	font-size: 12px;
}

.contenedor_form form ul li label{
	margin:0px 0px 0px 0px;
}

.contenedor_form form ul li input{
    float: right;
    height: 25px;
    margin: 0 0px 0 0;
    width: 570px;
}

.contenedor_form form ul li textarea#comentarios {
    float: right;
    margin: 0 0px 0 0;
    width: 570px;
}

.botones_formularios {
    background: none repeat scroll 0 0 cornflowerblue;
    border: 1px solid cornflowerblue;
    color: #FFFFFF;
    float: right;
    font-size: 12px;
    font-weight: bold;
    list-style: none outside none;
    margin-right: 20px;
    padding-bottom: 7px;
    padding-top: 7px;
    text-align: center;
    width: 574px;
}

.botones_formularios:hover {
    background: /*url("https://transcam.org/imagenes/bg_menu_hover.png") repeat scroll 0 0*/ #ffffff;
    color: cornflowerblue;
    border: 1px solid cornflowerblue;
}

/*/Pie/*/

#footer {
    background: none repeat scroll 0 0 transparent;
    display: block;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    text-align: center;
    top: 20px;
    width: 320px;
}

.pie {
    font-size: 9px;
    margin: 0 auto;
    display: inline;
}

.pie a{
	color:#000000;
	font-family: Helvetica;
	font-size:9px;
}

.pie a:hover{
	color:#767273;
}