/*HOJA DE ESTILOS PARA LA CONFERENCIA EPISCOPAL DE COLOMBIA CEC********************/

/*SITIO DEL CENTENARIO*/

/*********** C A R T A   D E   C O L O R E S  Y  N O T A S  ***************/


/*
textos: negro ->#000
textos con enlace -> rojo #B72F1C 
textos hover ->rojo #B72F1C subrayado
enlaces visitados ->rosado oscuro #D39892
ancho sugerido para las gráficas que acompañan las notas: 130px
*/

/*- - - - - - -ESTILOS GENERALES DE LA PAGINA - - - - - - - - - - - */



body{
    font-family: Helvetica, Arial, sans-serif, Verdana;
    color: #000;
    height: auto;
    font-size:8pt;
    line-height: 12pt;
    width: 1000px;}
    
blockquote{
	padding:5px 0px 5px 10px;	
}

p{
	padding:5px 0 5px 0;
	margin: 0;
	font-family: Helvetica, Arial, sans-serif, Verdana;
	font-size:9pt;
	line-height: 12pt;
	text-align: left;
	color: #000;
}

p a:link{
	color: #000;
	text-decoration: none;
}

p a:visited{
	color:#D39892;
	text-decoration: none;
}

p a:hover{
	color: #B72F1C;
   	text-decoration: underline;
}


.renglon{
	clear: both;
    margin:10px 0px 10px 0px;
	}

ul{
margin: 0 0 0 5px;
padding: 0px;
}

ol{
margin: 0 0 0 25px;
padding: 0;
}

.li{
	font-size:9pt;
	list-style: none;
	background-image: url(graficas/bullet.gif);
	background-position: 0px +8px;
	background-repeat: no-repeat;
	padding-left: 15px;
	margin-left: 0px;
	padding-bottom: 5px;
	padding-top: 5px;
	line-height: 10pt;
}

.li a:link{
	color: #B72F1C;
	text-decoration: none;
}

.li a:visited{
	color:#D39892;
	text-decoration: underline;
}

.li a:hover{
	color: #B72F1C;
   	text-decoration: underline;
}	


h1{/*titulos de seccion*/
font-family: Times, "Times New Roman", serif;
font-size: 16pt;
color: #000;
background-color: #FFD18C;
padding: 4px;
margin: 10px 0 0 0;
font-weight: normal;
clear: both;}

h2{/*titulos de categoria*/
font-family: Helvetica, Arial, sans-serif, Verdana;
font-size: 13pt;
color: #FF6600;
font-weight: bold;
padding: 10px 0 0px 0;
margin: 0;
}

h3{/*titulos del item*/
font-family: Helvetica, Arial, sans-serif, Verdana;
font-size: 11pt;
color: #B72F1C;
font-weight: bold;
padding: 10px 0 0px 0;
margin: 0;
}

h3 a:link{
text-decoration: none;
color: #BC2B00;
}

h3 a:visited{color:#CEA886;
text-decoration: underline;
}

h3 a:hover{
color: #BC2B00;
text-decoration: underline;
}



h4{/*opcional: fecha de publicación, autor, etc*/
	padding:10px 0 5px 0;
	margin: 0;
	font-family:Helvetica, Arial, sans-serif, Verdana;
	font-size:9pt;
	line-height: 11pt;
	text-align: left;
	color: #B72F1C;
	font-weight: normal;font-style: italic;}

h4 a:link{
text-decoration: none;
color: #666;
}

h4 a:visited{color:#666;
text-decoration: underline;
}

h4 a:hover{
color: #BC2B00;
text-decoration: underline;
}

h5{/*migas*/ 
	padding: 0px 0px 10px 10px;
	margin: 0;
	font-family:Helvetica, Arial, sans-serif, Verdana;
	font-size:8pt;
	line-height: 12pt;
	text-align: left;
	color: #BC2B00;
	font-weight: normal;font-style: italic;}

h5 a:link{/*migas*/ 
	text-decoration: none;
	color: #BC2B00
}

h5 a:visited{/*migas*/ 
	color: #978882;
   	text-decoration: underline;
}

/h5 a:hover{/*migas*/ 
	text-decoration: underline;
	color: #BC2B00;
}

/**********F O R M A T O  P A R A  I M  A G E N E S *************/

.imagen_izq{
	border: none;
	float: left;
	margin: 5px 1% 5px 0px;
}

.imagen_der{
	border: none;
	float: right;
	margin: 5px 0px 5px 1%;
}

.imagen_vert{
	border: none;
	float: right;
	margin: 0px 0px 15px 0px;
}

.foto{
	border-left: 1px solid #999999;
	width: 250px;
	float: right;
	margin-left: 5px;
	padding-left: 5px;
	margin-right: 10px;
	font-size: 8pt;
	color: #999;
	}

/**********F O R M A T O  P A R A  T A B L A S *************/

table.standard {
	/* standard table spacing*/
	border-collapse: collapse;
	background-color: #FFFFFF;
	width: 100%;
	margin: 15px 0px 0px 0px;
	padding: 0px; 
}

table.standard th {
	/* celdas encabezado de la tabla */
	margin: 0px;
	padding: 5px 5px 5px 5px;
	background-color: #F3DEDB;
	color: #B72F1C;
	text-align: left;
	vertical-align:center;
	font-weight: bold;
}

table.standard tr {
 /*	 filas */
	vertical-align: top;
}

table.standard tr a:link{
 /*	 filas */
	text-decoration: none;
	color: #B72F1C;
}

table.standard tr a:visited{			
 /*	 filas */
	text-decoration: underline;
	color: #D39892;
}

table.standard tr a:hover{
 /*	 filas */
	text-decoration: underline;
	color: #B72F1C;
}


table.standard td {
	/* celdas */
	margin: 0px;
	padding: 3px 5px 3px 5px;
}


table.cellborder th, table.cellborder td {
	/* borde de las celdas */
	border: 1px solid #F3DEDB;
}


/* filas alternadas */

tr.color1{
	/* 1º y siguiente filas impares */
	background-color: #Fff
}

tr.color2, tr.alt {
	/* 2º y siguientes filas pares */
	background-color: #fff;
}


/* formato para las celdas */
th.icon, td.icon {
	text-align: center;
}



/***************APARIENCIA******************/

#contenedor{
margin: 0px auto;
padding: 0px;
width: 980px;
font-family: Helvetica, Arial, sans-serif, Verdana;
}

/***************ENCABEZADO******************/

#encabezado{
width: 980px;
height: 122px;background-image: url(/encab_centenario.jpg);background-repeat: no-repeat;
}

#encabezado h1, #encabezado h2{display: none;}

.cec{
height: 59px;
width: 125px;
background-image: url(graficas/cec.gif);background-repeat: no-repeat;margin-top: 40px;
margin-right: 50px;
float: right;
}

/***************MENU HORIZONTAL******************/

#menu-principal{
clear: none;
width: 980px;
background-color: #B72F1C;
height: 30px;
margin:20px 0 10px 0;
}

/* ================================================================ 
The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/dd_valid_2.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
.menu {font-family: arial, sans-serif; width:980px; 
/*height:30px;*/ 
position:relative; 
margin:0; 
font-size:11px;  
background:#B72F1C; 
position:relative; 
z-index:100;
}
.menu ul {padding:0; margin:0; list-style-type: none;}

.menu ul li {
float:left; 
border-left:1px solid #FF6600;
/*width:106px;
width: 92px;*/
}

.menu ul li a, .menu ul li a:visited {
display:block; 
/*width:101px;*/
width: 87px; 
text-decoration:none; 
padding:0 0 0 10px; 
height:30px; 
line-height:30px; 
border-right:1px solid #FF6600; 
color:#fff; 
background:#B72F1C url(graficas/drop.gif) bottom right no-repeat;
}

.menu table {border-collapse:collapse; margin:0; padding:0; font-size:1em;}

.menu ul li ul {visibility:hidden; position:absolute; top:30px; left:0; }


.menu ul li:hover a,
.menu ul li a:hover {color:#B72F1C; background:#FFD18C;}

.menu ul li:hover ul,
.menu ul li a:hover ul {visibility:visible; width:749px;background:#FFD18C; color:#fff;}

.menu ul li:hover ul.right_side li,
.menu ul li a:hover ul.right_side li {float:right; border:0; border-left:1px solid #eee;}

.menu ul li:hover ul.left_side li,
.menu ul li a:hover ul.left_side li {float:left; border:0; border-left:1px solid #eee;}

.menu ul li:hover ul li a.sub,
.menu ul li a:hover ul li a.sub {background:#bd8d5e url(../../graphics/drop2.gif) bottom right no-repeat; color:#fff;}

.menu ul li:hover ul li ul,
.menu ul li a:hover ul li a ul {visibility:hidden; position:absolute; left:0; top:30px; }

.menu ul li:hover ul li a,
.menu ul li a:hover ul li a {display:block; background:#FFD18C; color:#000;}

.menu ul li:hover ul li a:hover,
.menu ul li a:hover ul li a:hover {background:#FFC166; color:#000;}

.menu ul li:hover ul li:hover ul,
.menu ul li a:hover ul li a:hover ul {visibility:visible; color:#000; background:#dfc184;}

.menu ul li:hover ul.right li {float:right;}

.menu ul li:hover ul li:hover ul li a,
.menu ul li a:hover ul li a:hover ul li a {background:#dfc184; color:#000;}

.menu ul li:hover ul li:hover ul li a:hover,
.menu ul li a:hover ul li a:hover ul li a:hover {background:#bd8d5e; color:#fff;}

/***************CONTENIDOS******************/

#bloque-1{
float: right;
width: 790px;
/*background-color: green;*/
margin: 0px 0px 0 0;
padding: 0px 10px;
}

#bloque-1-sec{
float: left;
width: 790px;
/*background-color: lime;*/
margin: 0px;
padding: 0px;
}

#bloque-1-contenidos{
margin: 14px 0 0 0;
/*background-color: yellow;*/
width: 490px;
float: right;
}

#bloque-1-contenidos h1{
width: 475px;
}

.banner{
width: 490px;
margin: 0px;
padding: 0px;
height: 72px;
background-image: url(graficas/banner-promo.gif);background-repeat: no-repeat;
}

.banner h3{display: none;}

.recuadro{
width: 470px;
border: 1px solid #F3DEDB;
padding: 0px 1% 5px 1%;
margin: 10px 0 0 0;
}

#bloque-1-derecha{
width: 325px;
margin: 14px 0 0 0;
/*background-color: gray;*/
float: left;
}

#bloque-1-derecha h3{
/*otras noticias*/
font-family: Helvetica, Arial, sans-serif, Verdana;
font-size: 10pt;
color: #B72F1C;
font-weight: normal;
padding: 5px 0 5px 0;
margin: 0;
}

#bloque-1-derecha h3 a:link{
text-decoration: none;
color: #BC2B00;
}

#bloque-1-derecha h3 a:visited{color:#CEA886;
text-decoration: underline;
}

#bloque-1-derecha h3 a:hover{
color: #BC2B00;
text-decoration: underline;
}


#destacados{
background: #F3DEDB;
width: 98%;
margin: 0 0 0 1%;
padding: 5px 1% 5px 1%;
clear: both;
}


#otras-noticias{
background-color: #fff;
width: 98%;
margin: 15px 0 0 1%;
padding: 5px 1% 5px 1%
}

#novedades{
clear: both;
margin-top: 5px;
width: 820px;
/*background-color: red;*/
}

.tabla-novedades{
}

.celdas-novedades{
border: 1px solid #F3DEDB;
padding: 5px;
color: #000;
margin: 5px;
text-align: center;
width: 130px;
}

.celdas-novedades p{
text-align: center;
font-size: 0.9em;
}

#bloque-2{
float: left;
width:155px;
margin: 14px 0 0 0px;
padding: 0px;
background-color: #FFF4E3;
}

#bloque-2-sec{
float: right;
width: 16%;
margin: 0px;
padding: 0px;
background-color: #FFF4E3;
}

#bloque-2-extras{
float: left;
width: 155px;
margin: 0px;
padding: 0px;
background-color: #FFF4E3;
}

#busquedas{
float: left;
width: 150px;
text-align: left;
margin: 10px 0 5px 0px;
}

.form_buscar{
padding: 0; 
margin: 0;
}

.boton-buscar{
font-size: 8pt;
font-family: Verdana, Helvetica, Arial, sans-serif;
}

.input-buscar{
border: 1px solid #BC2B00; 
height: 17px;
padding: 3px 0 0 3px;  
margin-top: 3px;
margin-bottom: 0px;       
font-size: 8pt;
font-family: Verdana, Helvetica, Arial, sans-serif;
}

.menu-extras{
clear: both;
width: 150px;
}

.menu-extras ul{
margin-left: 0;
padding-left: 0;
list-style-type: none;
}

.menu-extras li{}

.menu-extras li a{
display: block;
font-weight: bold;
text-decoration: none;
font-size: 9pt;
color: #FFC671;
padding: 3px 1%;
margin: 4px 0;
width:150px;
background-color: #B72F1C;
}

.menu-extras li a:link{ 
color: #FFC671;
text-decoration: none;
}

.menu-extras li a:hover{
background-color: #FFC671;
color: #B72F1C;
}

.correo-cec-tit{
width: 150px;
margin: 4px 0 0 0;
background-color: #B72F1C;
color: #FFC671;
padding: 3px 1%;
font-weight: bold;
font-size: 9pt;
}

.correo-cec{
border: 1px solid #B72F1C;
margin: 0px;
padding: 0 3px;
background:#FFDFB0;
width: 146px;
}

.correo-cec p{
font-size: 8pt;
line-height: 9pt;
}

.banner-1{
margin: 5px 0;
text-align: center;
width: 150px;
height: auto;
}

.usuario{
width: 140px;
border: 1px solid #BC2B00; 
height: 17px;
padding: 3px 0 0 4px;  
margin-top: 0px;
margin-bottom: 0px;       
font-size: 8pt;
font-family: Verdana, Helvetica, Arial, sans-serif;
}

#pie{
clear: both;
width: 980px;text-align: center;
padding-top: 15px;
margin: 10px;
padding: 0px;
border-top: 1px solid #B72F1C;
}

/*************ESTILOS SECUNDARIAS***************/

#menu-sec{
float: left;
width: 225px;
margin: 0px;
padding: 0;
}

/* ================================================================
This copyright notice must be untouched at all times.The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/flyout2.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the assocaited (x)html may be modified in any
way to fit your requirements.
=================================================================== */
.menusec {
z-index:1000;
margin:0px 0 0 0px;
/*border-BOTTOM: 1px solid #FFB442;  this page only */
}

/* remove all the bullets, borders and padding from the default list styling */
.menusec ul {
padding:0;
margin:0;
list-style-type:none;
width:218px;
}

/* hack for IE5.5 */
* html .menusec ul {margin-left:-16px; ma\rgin-left:0;}

/* position relative so that you can position the sub levels */
.menusec li {
position:relative;
background:#fff;
border-top: 1px solid #FFB442;
border-left: 1px solid #FFB442;
/*border-right: 1px solid #FFB442;*/
width:218px;
/*height:26px;*/
}

/* get rid of the table */
.menusec table {position:absolute; 
border-collapse:collapse; 
top:0; 
left:0; 
z-index:100; 
font-size:1em;
}/* style the links */


.menusec a, .menusec a:visited {
display:block;
text-decoration:none;
/*height:25px;*/
padding: 7px 5px 7px 0px;
line-height:10pt;
width:212px;
color:#B72F1C;
text-indent:0px;
text-align: right;
border:1px solid #FFB442;
border-width:0 1px 1px 0;
}
/* hack for IE5.5 */
* html .menusec a, * html .menusec a:visited {background:#fff; width:218px; w\idth:217px;}
/* style the link hover */
* html .menusec a:hover {color:#B72F1C; background:#FFF4E3;}.menusec :hover > a {
color:#B72F1C;
background:#FFF4E3;
}/* hide the sub levels and give them a positon absolute so that they take up no room */
.menusec ul ul {
visibility:hidden;
position:absolute;
top:0;
left:218px;
}
/* make the second level visible when hover on first level list OR link */
.menusec ul li:hover ul,
.menusec ul a:hover ul {
visibility:visible;
}/* keep the third level hidden when you hover on first level list OR link */
.menusec ul :hover ul ul{
visibility:hidden;
}
/* keep the fourth level hidden when you hover on second level list OR link */
.menusec ul :hover ul :hover ul ul{
visibility:hidden;
}
/* make the third level visible when you hover over second level list OR link */
.menusec ul :hover ul :hover ul{
visibility:visible;
}
/* make the fourth level visible when you hover over third level list OR link */
.menusec ul :hover ul :hover ul :hover ul {
visibility:visible;
}



#contenidos-sec{
float: right;
width: 560px;
margin: 0px 10px 20px 0;
padding: 0;
}

#contenidos-sec h1{/*titulos en páginas secundarias*/
font-family: Helvetica, Arial, sans-serif, Verdana;
font-size: 16pt;
color: #B72F1C;
padding: 5px 0;
margin: 10px 0 0 0;
font-weight: bold;
clear: both;
background-color: transparent;
}


