/* 

ESTILO GENERAL DE TODA LA PÁGINA WEB
Esta hoja de estios debe estar vinculada desde todos los documentos xhtml

*/

/*reseteador de estilos por defecto*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-weight: inherit;
font-style: inherit;
font-size: 100%;
font-family: inherit;
vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
outline: 0;
}
body {
line-height: 1;
color: black;
background: white;
}
ol, ul {
list-style: none;
}
/* tables still need ‘cellspacing=”0?‘ in the markup */
table {
border-collapse: separate;
border-spacing: 0;
}
caption, th, td {
text-align: left;
font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: “”;
}
blockquote, q {
quotes: “” “”;
}

/*-----------------------------------------------*/
/*-----------------------------------------------*/

body{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
color:#666666;
background-image:url(../img/img_body_luar_02.jpg);
background-repeat:repeat-x;
background-position:top;
background-color:#eddb98;
/* 
line-height:normal;
padding:0px;
margin:0px;
font-family:-------------;
background-color:------------;
color:-------------;
font-size:----------;
*/
}
a{
}
a:hover{
}
h1{
color:#000000;
font-size:14px;
font-weight:bold;
}
h2{color:#cc9933;
font-size:14px;
font-weight:bold;
}
h3{
}
ul{
}
li{
list-style-image:url(../img/img_lista.jpg);
list-style-position:outside;
}
p{
text-align:justify;
line-height:15px;
}



#container{
width:721px;
padding-top:10px;
overflow:hidden;

margin:0px auto; /*contiene toda la pagina, todo esta dentro de este div*/
}

#intro{background-color:#FFFFFF;
float:left;
background-image:url(../img/img_abajo_header_12.jpg);
background-repeat:no-repeat;
width:721px;
height:auto;
background-position:bottom;
padding-bottom:7px;

 /*fondo de la cabecera de la pagina */
}
#col_logo{
float:left;
background-image:url(../img/img_abajo_menu_11.jpg);
width:173px;
height:277px;
background-repeat:no-repeat;

background-position:bottom;
padding-bottom:13px;}
#intro #header{float:left; /*cabecera de la pagina*/
}

#menu{
width:173px;
padding-top:12px;
font-size:12px;
font-weight:bold;
float:left; /*menu principal de la pagina.*/
}

#breadcrums{ /*menu de migas de pan de la pagina*/
}

#supportingText{background-color:#FFFFFF;
float:left;
width:706px;
padding-left:15px;
padding-top:20px; /*contiene el contenido de la pagina*/
}

#col_a{
float:left;
width:462px;

}

#col_b{
float:right;

overflow:hidden;
width:204px;}

#footer{
margin-top:20px; /*contiene el pie de la pagina*/
}


.contactar{
background-image: url(../img/img_contactar_16.jpg);
width:174px;
height:42px;
margin-top:5px;
color:#cc9933;
font-size:13px;
font-weight:bold;
text-align:right;
line-height:17px;
padding-right:10px;
padding-top:90px;
background-repeat: no-repeat; }
.left{
float:left;}

.right{
float:right;}
.abajo{
height:0px;
clear:both;}
/*--------------------------------------------------------------------------
LOGO DE COMUNICA-WEB
--------------------------------------------------------------------------*/
#cw{
	text-align:justify;
	width:188px;
	float:right;
	margin-top:40px;
}
#cw #cw_logo{
float:left;
background-image: url(../img/logocw_14.jpg);
width:36px;
height:36px;
overflow:hidden;
padding:0px;
margin:0px;
}
#cw #cw_logo h2{
padding:0px;
margin:0px;
}

#cw #cw_logo h2 a{
width:40px;
height:60px;
display: block;
padding: 0px;
margin: 0px;
text-decoration: none;
}
#cw #cw_logo h2 a span{
visibility:hidden;
}
#cw #cw_texto{
float:right;
}
#cw #cw_texto h3{
color:#999999;
font-family:Trebuchet MS, Verdana, Arial;
font-size:9px;
padding:0px 0px 0px 3px;
margin:0px;
}

#cw #cw_texto h3 a{
color:#999999;
text-decoration:none;
}
#cw #cw_texto #cw_marca a {
display:block;
padding-top:3px;
color:#666666;
}
.alinear{
	vertical-align:bottom;
}
/*--------------------------------*/
.salto{
height:5px;
}
.centro{
text-align:center;
}
.h2sub{
text-align:center;
display:inline;
}
.asubr{
font-size:9px;
color:#CC9900;
text-decoration:none;
font-weight:normal;
}
.asubr:hover{
text-decoration:underline;
}
.menu_pie{
overflow:hidden;
}
strong{
font-weight:bold;
}