/*
--------------------------------------------------
css básica para flores.org.uy para I.E.
archivo: contenido-e.css
fecha: 29/01/2003
fecha-mod: 23/06/2005
--------------------------------------------------
*/

/* Elementos generales */
/* ---------------------------------------------- */
body {
	margin: 0;
	background-color : #fff;
   color : #000; 	
   font-family: "Trebuchet MS",  Verdana, Arial, Tahoma, Helvetica, sans-serif;
   font-size: 95%;
   /*border-left: solid 2px #000; */
	background-image : url(/globales/bandaizq.gif);
	background-repeat : repeat-y;

}
html>body {
/*	font-size: small; */
   color : #000000; 	
}
#encabezado{
	/*background: #0000A0 url(enc0.jpg) top right no-repeat;*/
	background: #0000A0  url(/globales/enc/encabezado.php) top right no-repeat;
	margin: 0;
	padding: 0 1em;
}
H1 {
	color : #0066cc;
	font-family : Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size : 1.15em;
	margin-bottom : 0.5em;

}

H2 {
	color : #0066cc;
	font-family : Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size : 1.1em;
	margin-bottom : 0.5em;
}

H3 {
	color : #0066cc;
	font-family : Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size : 1.1em;
	margin-top : 0.5em;
}

H4 {
	color : #CC0000;
	font-family : Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size : 1.04em;
	margin-top : 0.5em;
}

H5 {
	color : Maroon;
	font-family : Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size : 1em;
	font-weight : 900;
	margin-top : 0.5em;
}

H6 {
	color : Maroon;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 1em;
	font-style : italic;
	font-weight : 800;
	margin-bottom :1em;
}

CAPTION {
	font-family : Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-weight : 800;
}

TD{
	color : Black;
}

/* ENLACES */
/* ---------------------------------------------- */
a:link {
	color:#36c;
	text-decoration : none;
}
a:visited {color:#36c;}
a:hover {
	color: Navy;
	text-decoration : underline;
	}

/* Contenedores */
/* ---------------------------------------------- */
div.contenido{
/*	border-left-color : #F00 ;
	border-left-style: solid;
	border-left-width: 4px;
	*/
	font-family : Verdana, Arial, Tahoma, Helvetica, sans-serif;
    font-size: 1em;
	margin-top: 0;
	padding: 0 10px;
	width: 80%;
}

#contenidoCero{
/*	border-left-color : Black;
	border-left-style : solid;
	border-left-width : 8px;
	*/
	background: transparent url('http://www.flores.org.uy//images/punta.gif') top left no-repeat;
	border-left: solid #000 2px;
	font-family : Verdana, Arial, Tahoma, Helvetica, sans-serif;
   font-size: 1em;
	padding: 0 10px 0 0;
	margin:0;
	
}
#contenidoCero h2{
	font-size: 1.4em;
	color: #090;
	padding-left: 185px;
	margin: 0;
	
}
.subtituloCero{
	font-size: 1.2em;
	font-weight: bolder;
	color: #3366cc;
}
.subtitulo200{
	font-size: 0.9em;
	font-weight: bolder;
	color: #3366cc;
}
div.pie{
	margin-left: 10px;
	margin-right:10px;
	padding-top:15px;
	padding-bottom:15px;
	text-align: center;
	font-family : Verdana, Arial, Tahoma, Helvetica, sans-serif;
   font-size : 0.9em;
   border-top: solid 1px rgb(204,204,204);
   border-bottom: solid 1px rgb(204,204,204);
}

.contenidoPHP{
/*	border-left-color : #f00 ;
	border-left-style : solid;
	border-left-width : 4px;
	*/
	font-family : Verdana, Arial, Tahoma, Helvetica, sans-serif;
    font-size : 1em;
	margin: 0;
	padding-bottom : 0;
	z-index: 2;
}

div.comentario{
	margin: 1em 0 0 1em;
	padding-left: 1em;
	color: #333;
	width: 50em;
	border-bottom: 1px dotted #ccc;
}
.fecha{
	color: #ccc;
}

/* Otros enlaces */
.enlacesch{
	color : #000099;
	text-decoration : none;
	font-size : xx-small;
}
.enlacesch:hover{
	color : Maroon;
	text-decoration : underline;
}


/* Noticias */
.noticias a:link {
	color : Navy;
	text-decoration : none;
	font-size : x-small;
	font-weight : normal;
}
.noticias  a:visited {
	color : Navy;
	text-decoration : none;
	font-size : x-small;
	font-weight : normal;
}

.noticias a:hover{
	color : #990000;
	text-decoration : none;
		font-size : x-small;
}

p.tituloNoticias{
	font-weight: bold;
	color: #ff0000;
	font-family: Verdana, Arial, Tahoma, Helvetica, sans-serif;
	font-size: small;
}
.medioNoticias{
	color: #808080;
	font-size: x-small;
}

/* MENU */
/* ------------------------------------------------ */
#submenu{
	background-color : Black;
	color: Gray;
	text-align: right;
	line-height : 2em;
	padding: 0 5px 0 0;
	font-size : xx-small;
	margin: 0;
}
#submenu a:link {
	color : #3399FF;
	text-decoration : none;
	font-size : xx-small;
	font-weight : bold;
}
#submenu a:visited {
	color : #3399FF;
	text-decoration : none;
	font-size : xx-small;
	font-weight : bold;
}
#submenu a:hover{
	color : Aqua;
	text-decoration : none;
	font-size : xx-small;
	font-weight : bold;
}
#submenu p{
	margin: 0;
	padding: 0;
}
#menu{
	background-color : #000066;
	line-height : 1.5em;
	color: #9CC;
	padding: 0 10px 0 185px;
	margin: 0;
	font-size : small;
	font-weight : bold;
	font-family: tahoma, arial, verdana, san-serif;	
}
#menu a:link {
	color: #FFF;
	text-decoration : none;
}
#menu a:visited {
	color: #FFF;
	text-decoration : none;
}

#menu a:hover{
	color : #3CF;
	text-decoration : none; 

}
#menu p{
	margin: 0;    
	padding: 0;
}

/* Liquid loyout en 3 columnas */
/* Properties that both side lists have in common */

  #level0 {
     top:150px;
/*	border-left: 7px solid rgb(0,0,0);*/

	}
  #level1 {
    margin-left:165px;
    padding-left: 10px;
    background-color: #FFFFFF;

		}
  #level2 {
    background-color: #FFFFFF;
    position:relative;
/*	border-left: 2px dotted rgb(255,0,255);*/
	}
  #level3 {
    margin-right:165px;
    padding-right:10px;
    /*background-color: #ff3366;*/

	}
  #main {
    background-color: #ffffff;
	z-index: 3;
	}
  #lftBar {
    position:absolute;
    width:165px;
    top:150px;
    left:4px;
	border-right: 1px solid rgb(204,204,204);	
		}
  #rgtBar {
    position:absolute;
    width:auto;
    top:0;
    right:0;
   /* background-color: #33ff66;*/
   border-left: 1px solid rgb(204,204,204);
		}

#arriba {
	background-color: #ffffff;
}
.derecha{
	text-align: right;
	right: 0;
	float: right;
	padding-right: 1em;
	margin: 0;
}
#dergoogle{
	float: right;
	width: 200px;
	padding: 0 0.5em;
	right: 0;
}

#contenidoInterno{
	padding: 0 2em;
	width: 80%;
	font-size: 1em;
}
#contenidoInterno h1, h2, h3, h4, h5{
	color: #69c;
}
#contenidoInterno h1{
	font-size: 1.5em;
}
#contenidoInterno h2{
	font-size: 1.4em;
}
#contenidoInterno h3{
	font-size: 1.3em;
}
#contenidoInterno h4{
	font-size: 1.2em;
}

/* estilos para central.htm */
div.notPortada{
	border-bottom: 1px solid #f00;
	margin: 0 0 1em 0;
	padding: 0;
	font-size: 0.9em;
}
div.notPortada h2{
	font-size: 1em;
	color: #f00;
	margin: 0;
}
div.notPortada img{
	display: block;
	float: left;
	margin: 0 1em;
}
div.notPortada a:link {
	color:#36c;
	text-decoration : none;
}
div.notPortada a:visited {
	color:#36c;
	text-decoration : none;
}
div.notPortada a:hover {
	color: Navy;
	text-decoration : underline;
}

div.notPortada p{
	margin: 0 0 1em 0;
}


div.notPortada dt{
	font-size: 1.1em;
	color: #f00;
}
.medioNot{
	font-size: .9em;
	color: #999;
	margin: 0;
}
.fechaNot{
	font-size: .8em;
	color: #999;
	margin: 0;
}
.espaciar{
	margin: 0;
	padding:0;
	clear: both;
	line-height: 0.01em;
}
#descargo{
	font-size: 0.8em;
	color: #999;
	text-align: center;
	font-weight: normal;
	line-width: 80%;
}
#descargo a:link {
	color:#36c;
	text-decoration : none;
}
#descargo a:visited {
	color:#36c;
	text-decoration : none;
}
#descargo a:hover {
	color: #f00;
	text-decoration : underline;
}


#creditos{
	text-align: center;
}

.centrada{
	margin: 0 auto;
}
.centrada p{
	text-align: left;
}

#fotoportada{
		padding: 0;
		width: 400px;
		height: 300px;
		background: #fff url(/images/portada/encabezado.php) top left no-repeat;
}
 #fotoportada h1{
	margin: 0;
	padding-left: 90px;
	margin-bottom: 5px;
	color: #fff;
	text-indent: -9999px;
	font-size: 7px;
/*	line-height: 73px;	*/
	
}

/* ----- Galería de Fotos - - - - - - - - */
.thumbnails {
	padding:0; 
	margin:1em 0;
	text-align: center
	max-width: 96%;
	width: 96%;
	}

.thumbnails li {
	float:left;
	padding:0;
	list-style-type:none;
	margin:0 15px 15px 0;
	width: 100px;
	height: 120px;
	}

.thumbnails li.libreria{
	width: 85px;
}	
.thumbnails li img {
	border:1px solid #ccc;
	padding: 5px;
	}
.thumbnails li a:hover img{
	border:1px solid #333;
	background-color: #ccc;
	}
	
.piefoto{
	font-size: 0.9em;
	color: #999;
}