/* inicio estilos comunes */
body{
	margin: 0;
	background-color: #9F9F9F;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
}
h1{
	color: #FFF;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 15px;
	padding:2px 0 0 5px;
	background:#2F627F;
	height: 18px;
	text-align: left; 
}
h2{
	color: #FFF;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 5px;
	text-align: left;
}
h3{
	color: #FFF;
	font-size: 18px;
	font-weight: normal;
	text-align: center;
	margin: 0;
}
h4
{
	color: #CCC;
	font-size: 11px;
	margin: 0 0 10px 0;
	font-weight: normal;
	text-align: center;
}
h5
{
	color: #FFF;
	font-size: 11px;
	margin: 0 0 0 14px;
	font-weight: normal;
	text-align: left;
}
ul
{
	padding:0;
	margin:20px;
}
li
{
	margin:0;
	padding:0;
}
.texto{
	color:#EEE;
	font-size: 11px;
	text-align: left;
	line-height: 18px;
}
.texto_negrita{
	color: #333333;
	font-size: 12px;
	font-weight: normal;
	line-height: 17px;
}
.texto_chico{
	color: #599EC7;
	font-size: 10px;
	line-height: 16px;
}
.texto_pie{
	color: #FFFFFF;
	font-size: 10px;
}
a.link_comun:link,a.link_comun:visited,a.link_comun:active{
	color: #599EC7;
	font-size: 10px;
	line-height: 17px;
	text-decoration: underline;
}
a.link_comun:hover{
	color: #87B8D6;
	text-decoration: none;
}
a.link_pie:link,a.link_pie:visited,a.link_pie:active{
	color: #FFF;
	font-size : 10px;
	text-decoration: none;
}
a.link_pie:hover{
	color: #FFDD3E;
	font-size : 10px;
	text-decoration: none;
}

/* INICIO MENU */
.menu
{
	text-decoration: none;
	font-size: 11px;
	font-weight: normal;
	width: 74px;
	height: 33px;
	display: block;	
}
a.menu:link, a.menu:active, a.menu:visited
{
	color: #FFF;
}
a.menu:hover
{
	color: #B0C2DB;
}

/* FIN MENU */

.item_h1{
	color: #FF6600;
	font-size: 14px;
	font-weight: normal;
	text-align: right;
	margin: 0;
	background-image: url(img/titulo_001.jpg);
	background-repeat: no-repeat;
	background-color: #FFCC7F;
	border-right: 1px solid #FF6600;
	width: 100%;
	height: 20px;
}
.item_h2{
	color: #006600;
	font-size: 14px;
	font-weight: normal;
	text-align: right;
	margin: 0;
	background-image: url(img/titulo_002.jpg);
	background-repeat: no-repeat;
	background-color: #7FCC7F;
	border-right: 1px solid #006600;
	width: 100%;
	height: 20px;
}
.item_h3{
	color: #000066;
	font-size: 14px;
	font-weight: normal;
	text-align: right;
	margin: 0;
	background-image: url(img/titulo_003.jpg);
	background-repeat: no-repeat;
	background-color: #7F99CC;
	border-right: 1px solid #000066;
	width: 100%;
	height: 20px;
}
.item_texto{
	color: #333333;
	font-size: 11px;
	letter-spacing: 0;
	line-height: 15px;
	margin: 0;
	font-weight: normal;
}
.item_negrita{
	color: #FFF;
	font-size: 10px;
	line-height: 17px;
}
.item_chico{
	color: #FF6600;
	font-size: 11px;
}
a.item_link:link,a.item_link:visited,a.item_link:active{
	color: #A2C8DF;
	font-size: 10px;
	line-height: 17px;
	text-decoration: underline;
}
a.item_link:hover{
	color: #599EC7;
	text-decoration: none;
}
.formulario{
	margin: 0;
	padding: 0;
}
.input_text{
	border: 1px solid #FFF;
	background-color: #35769D;
	height: 22px;
	color: #FFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
	width: 99%;
}
.textarea{
	border: 1px solid #FFF;
	background-color: #35769D;
	color: #FFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
}
.input_button{
	border: 1px solid #33607D;
	background: url(img/titulo.jpg) repeat-x;
	color: #FFF; 
	height: 17px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold; 
	cursor: pointer;
}
.datos_empresa
{ 
	font-size: 10px;
}
.linea_contacto
{
	background: url(img/linea_contacto.jpg) repeat-x;
	padding-top:15px
}
/* fin estilos comunes */


/* inicio estilos especiales */
.principal
{
	width: 760px;
	background-color: #444;
}
.img
{
	border:2px solid white;
}
.botonera
{
	background:#2F627F;
	height: 37px;
	width: 760px;
	padding-top: 8px; 
	margin-bottom: -8px;
	text-align:right;
}
a.link_botonera:link, a.link_botonera:active, a.link_botonera:visited
{
	color: #FFF;
	font-size: 11px;
	line-height: 17px;
	text-decoration: none;
	background: url(img/flecha1.jpg) no-repeat;
	padding-left: 12px; 
	margin: 0 10px 0 10px;
}
a.link_botonera:hover
{
	color: #CCC;
}
.menu_bajo
{
	width: 760px;
	text-align:center;
	background-color: #2F627F;
	height:40px;
}
.menu_bajo_izq
{
	float:left;
	margin:auto;
	padding:10px 0 10px 30px;
	text-align:left;
	font-size: 9px;
	line-height: 17px;
	color:#AAAAAA;
}
.menu_bajo_der
{
	float:right;
	margin:auto;
	padding:10px 30px 10px 0;
	text-align:right;
}
.menu_bajo_td2
{
	width: 190px;
	padding-right: 50px;
}
a.link_menu_bajo:link, a.link_menu_bajo:active, a.link_menu_bajo:visited
{
	color: #FFF;
	font-size: 9px;
	line-height: 17px;
	text-decoration: none;
	/*background: url(img/flecha.jpg) no-repeat;*/
	padding-left: 0;
}
a.link_menu_bajo:hover
{
	color: #EEE;
}
a.link_firma:link, a.link_firma:active, a.link_firma:visited
{
	color: #B1B1B1;
	font-size: 9px;
	line-height: 17px;
	text-decoration: none;
}
a.link_firma:hover
{
	color: #EEE;
}
.columna_izq
{
	width: 556px;
	padding: 30px 20px 20px 30px;
}
.columna_der
{
	width: 204px;
	background:#2F627F;
	border-bottom: 1px solid #444;
}
.columna_der_datos
{
	padding: 20px 0 10px 0;
	/*background:#2F627F;*/
	float:right;
}
.columna_der_linea
{
	margin:5px 0 5px 0;
}
.derecha_lista
{
	padding: 0 10px 0 15px;
	text-align: left;
}
.contenido_izq
{
}
.contenido_der
{
	padding: 10px 0 0 15px;
	width: 43%;
	border-left: 1px solid #696969;
}
.contenido2_izq
{
	padding: 0;
	width: 43%; 
}
.contenido2_der
{
	padding: 17px 0 0 0;
	width: 57%; 
	padding-left: 15px;
	padding-right: 5px;
	background-color: #5C5C5C;
}
.line1
{
	background: url(img/punto_linea.jpg) repeat-x;
	padding-top: 15px;
	width: 100%;
}
.line2
{
	background: url(img/punto_linea.jpg) repeat-x;
	padding: 3px 0 0 0;
}
.mas
{
	padding: 5px 15px 0 0;
}
p
{
	margin: 0 0 40px 0;
}
/* empieza contacto */

/*#########

Tabla - estructura

#########*/
.celda_1_1
{
}
.celda_2_1
{
	background:#2F627F;
	text-align:center;
	padding:5px 0 5px 0;
}
.celda_1_2
{
	background:#2F627F;
	padding:5px 0 5px 5px;
}
.celda_2_2
{
	background:#FFF;
	color:#000;
	text-align:center;
	padding:5px 0 5px 0;
}
.celda_1_3
{
	padding:4px 0 4px 5px;
	border-right:1px solid #AAA;
	border-bottom:1px solid #AAA;
	border-left:1px solid #AAA;
}
.celda_2_3
{
	padding:4px 0 4px 0;
	text-align:center;
	border-right:1px solid #AAA;
	border-bottom:1px solid #AAA;
	border-left:1px solid #AAA;
	line-height:17px;
}
.celda_vacia
{
	width:9px;
}
.celda_linea
{
	border-bottom:1px solid #AAA;
}
.celda_tr
{
	height: 9px;
	font-size:9px;
}
.celda_encabezado
{
	line-height:17px;
}
.galeria_img
{
	text-align:center;
	padding-right:10px;
}

/* ESTILOS PARA CNEWS */
.news_container
{
	margin: 10px 0 20px 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.news_no
{
	text-align: center;
	padding: 10px;
	font-weight: bold;
	color:  #000;
}

.news_1, .news_2
{
	background-color: #2F627F;
	margin-bottom: 20px;
	padding: 5px;
	text-align: right;
}

.news_1_date, .news_2_date
{
	font-size: 10px;
	text-align: left;
}
	
.news_1_title, .news_2_title
{
	margin: 10px 0 10px 0;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
}

.news_1_summary, .news_2_summary
{
	text-align: left;
	margin: 0 0 10px 0;
}

.news_1_photo, .news_2_photo
{
	border: 1px solid #333;
	margin: 0 10px 10px 0;
}

.news_clear
{
	height: 0;
	clear: both;
}

a.news_1_link, a.news_2_link
{
	color: #A2C8DF;
	font-size: 10px;
	line-height: 17px;
	text-decoration: underline;
}
a.news_1_link:hover, a.news_2_link:hover
{
	color: #599EC7;
	text-decoration: none;
}

.news_nav_container
{
	background-color: #2F627F;
	margin: 10px;
	padding: 5px;
	text-align: center;
}
.news_nav
{
	color: #EEE;
}

a.news_nav
{
	color: #A2C8DF;
	text-decoration: underline;
	font-weight: bold;
}
a.news_nav:hover
{
	color: #599EC7;
	text-decoration: none;
}

.show_news_container
{
	border: 1px solid #333;
	margin: 10px 0 20px 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #FFF;	
}

.show_news_no
{
	text-align: center;
	padding: 10px;
	font-weight: bold;
	color:  #000;
}

.show_news
{
	background-color: #2F627F;
	margin: 10px;
	padding: 5px;
	border: 1px solid #999;
	text-align: right;	
}

.show_news_date
{
	font-size: 10px;
	text-align: left;
}
	
.show_news_title
{
	margin: 10px 0 10px 0;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
}

.show_news_description
{
	text-align: left;
	margin: 0 0 10px 0;
}

.show_news_photo
{
	border: 1px solid #333;
}

.show_news_link
{
	text-align: left;
	padding: 5px;
}

a.show_news_link
{
	color: #A2C8DF;
	font-size: 10px;
	line-height: 17px;
	text-decoration: underline;
}
a.show_news_link:hover
{
	color: #599EC7;
	text-decoration: none;
}

.show_news_photos
{
	margin: 10px 0 0 0;
	text-align: center;
}

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

a.show_news_link_back
{
	color: #A2C8DF;
	font-size: 10px;
	line-height: 17px;
	text-decoration: underline;
}
a.show_news_link_back:hover
{
	color: #599EC7;
	text-decoration: none;
}
/* FIN ESTILOS PARA CNEWS */


/* ESTILOS PARA LAS CLASES DE OC */
.form_tbl
{
	width: 80%;
}

.form_td_title
{
	height: 0;
}

.form_td_separator
{
	height: 0;
}

.form_td_l
{
	width: 30%;
	padding: 3px;
}

.form_td_r
{
	width: 70%;
	padding: 3px;
}

.form_td_cs
{
	padding: 3px;
	text-align: right;
}

.form_td_sub, .show_td_sub
{
	padding: 10px;
	text-align: center;
}

.form_td_error
{
	padding: 10px;
}

.form_td_ok
{
	padding: 10px;
	text-align: center;
}

.text_field
{
	color: #EEE;
	font-size: 11px;
	text-align: left;
	line-height: 18px;
}

.text_required
{
	color: #599EC7;
	font-size: 10px;
	line-height: 16px;
}

.text_ok
{
	color: #EEE;
	font-size: 11px;
	text-align: left;
	line-height: 18px;
	font-weight: bold;
}

.text_error
{
	color: #EEE;
	font-size: 11px;
	text-align: left;
	line-height: 18px;
}
.lista
{
	margin-left: 80px;
}	
/* FIN ESTILOS PARA LAS CLASES DE OC */
