/* CSS Document */

Body {
	font-family: "Trebuchet MS";
	font-size: 13px;
	color: #666666;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	background-color: #599C28;
	background-image: url(/itlaverde/img/bgBodyRepeat.jpg);
	background-position: left top;
	background-repeat: repeat-x;
}
#bgBody {
	background-image: url(/itlaverde/img/headerMenu.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	width: 758px;
}
.bgBody {
	padding-top: 300px;
	padding-bottom: 22px;
}
.bgBottom {
	background-image: url(../img/bottom.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
	padding-bottom: 40px;
}
#Left {
	background-image: url(/itlaverde/img/left.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	color: #578F2E;
	width: 13px;
}
#Center {
	background-image: url(/itlaverde/img/center.jpg);
	background-position: center top;
	background-repeat: repeat-y;
}
#CenterRepeat {
	background-image: url(/itlaverde/img/centerRepeat.jpg);
	background-position: left top;
	background-repeat: repeat-x;
}
#Right {
	background-image: url(/itlaverde/img/right.jpg);
	background-position: right top;
	background-repeat: no-repeat;
	color: #5F9F2F;
	width: 13px;
}
#Top {
	background-image: url(/itlaverde/img/top.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	height: 24px;
}

/* Transparencia 
   This is where the magic happens!*/
div.box {
     /*Any properties you'd want the box to have.*/
     /*Would probably be position, dimension type stuff.*/
     /*Though personally I would have a div outside this
       to control the dimensions.*/
     width: 574px;
	 border-left: #FFFFFF solid 1px;
	 border-right: #FFFFFF solid 1px;
}
div.box_contents {
     background-color:transparent;
     width: 574px;
     z-index: 101;
}
div.box_background {
     background-color: #ffffff;
     filter:alpha(opacity=75); /* IE's opacity*/
     left: 0px;
     opacity: 0.75;
     top: 0px;
     width: 574px;
     z-index: 99;
}
/* Fin Transparencia */
.titulo {
	font-size: 16px;
	color: #000000;
	font-weight: 700;
	padding-bottom: 3px;
	padding-left: 1px;
	border-bottom: #666666 solid 1px;
}
.tituloNoticia {
	font-size: 18px;
	line-height: 21px;
	color: #000000;
	font-weight: 700;
	padding-bottom: 3px;
	padding-left: 1px;
}
#textoGeneral {
	font-size: 13px;
	color: #000000;
	line-height: 16px;
	text-align: justify;
	text-decoration: none;
	padding-top: 0px;
	padding-left: 12px;
	padding-right: 12px;
	padding-bottom: 6px;
}
#textoGeneral a {
	font-size: 13px;
	color: #315A16;
	text-decoration: none;
}
#textoGeneral a:hover {
	font-size: 13px;
	color: #000000;
	text-decoration: none;
}
.textoGeneral_Padding {
	padding-top: 6px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 15px;
}
.textoGeneral_Padding2 {
	padding-top: 10px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	height: 100%;
}
#TamanioFijo {
	height: 540px;
}
#TamanioFijohome {
	height: 842px;
}
#TamanioFijoContacto {
	height: 740px;
}
#textoConsejos {
	font-size: 12px;
	color: #000000;
	line-height: 15px;
	text-decoration: none;
}
.PaddingConsejos {
	padding-top: 8px;
}
.Img {
	margin-right: 12px;
	margin-bottom: 2px;
	border: #666666 solid 1px;
}
.ImgRight {
	margin-left: 12px;
	margin-bottom: 2px;
	border: #666666 solid 1px;
}
.ImgBorde {
	border: #666666 solid 1px;
}
.bordeSeparacion {
	border-right: #666666 solid 1px;
}
#Copy  {
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 3px;
}
.CuidaloOl {
	line-height: 18px;
}
.ContactoInput {
	font-size: 13px;
	color: #333333;
	text-decoration: none;
	padding-left: 2px;
	padding-top: 1px;
	height: 18px;
	width: 250px;
	border: #666666 solid 1px;
	margin-bottom: 6px;
}
.ContactoTextArea {
	font-size: 13px;
	color: #333333;
	text-decoration: none;
	padding: 3px;
	height: 180px;
	width: 246px;
	border: #666666 solid 1px;
	margin-bottom: 8px;
}
.ContactoButton {
	font-size: 13px;
	color: #333333;
	text-decoration: none;
	height: 20px;
	width: 60px;
	padding-bottom: 3px;
	border: #666666 solid 1px;
	cursor: pointer;
}
#menuP {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: 700;
	text-transform: uppercase;
}
.menuP_BorderTD {
	border-right: solid 1px #FFFFFF;
}
#menuP a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}
#menuP a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: underline;
}
#menuP a:link, a:visited {
	color: #FFFFFF;
}