﻿html, body
{
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #99ccff;
	background-image: url(../img/fondo.jpg);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	text-align:left;
}

/* Diagramación especifica*/

#der {
width: 170px;
float: right;
}
#izq {
width: 170px;
float:left;
}
#centroDerecha {
width: 650px;
margin-left: 170px;
}
#centroIzquierda {
width: 650px;
margin-right: 170px;
}


#noticiasHome {
margin-left: 60px;
margin-top: 8px;
position: relative;
}

#contactoHome{
margin-top:0px;
margin-bottom: 8px;
padding: 4px;
background-color:#dbf7b6;
height:445px;
width: 162px;
background-image: url(../img/backCont.jpg);
background-repeat:no-repeat;
}

#backEvent{
margin-top:0px;
margin-bottom: 8px;
padding: 4px;
background-color:#dbf7b6;
width: 162px;
background-image: url(../img/backEvent.jpg);
background-repeat:no-repeat;
}

#backProg{
margin-top:0px;
margin-bottom: 8px;
padding: 4px;
background-color:#dbf7b6;
width: 162px;
background-image: url(../img/backProg.jpg);
background-repeat:no-repeat;
}

#backCole{
margin-top:0px;
margin-bottom: 8px;
padding: 4px;
background-color:#dbf7b6;
width: 162px;
background-image: url(../img/backCole.jpg);
background-repeat:no-repeat;
}

/*
formatos generales
*/

p {
margin:0px;
padding:0px;
font-size:12px;
color: #000066;
}
h1 {
font-size:23px;
color: #003366;
font-weight: 900;
margin:0px;
padding:0px;
}
h2 {
font-size:14px;
font-weight:bolder;
color: #000066;
padding-left:170px;
margin: 0px;
margin-bottom:10px;
}
h3 {
margin: 0px;
padding-bottom: 10px;
color: #009900;
font-family:Arial, Helvetica, sans-serif;
font-size:18px;
padding-left:16px;
font-weight:bolder;
}
h4{
color: #000066;
font-size:15px;
margin-bottom: 4px;
margin-top:6px;
padding-left:6px;
}
h6 {
margin: 0px;
margin-bottom: 10px;
color:#c2c2c2;
font-family:Arial, Helvetica, sans-serif;
font-size:24px;
letter-spacing:-1px;
}
ul{
margin:0px;
list-style:circle;
font-size:12px;
}
li{
list-style: disc inside;
color: #006600;
margin:0px;
padding-top:6px;
font-size:12px;
}
a{
text-decoration: underline;
font-weight:bold;
}
a:hover{
color: #006600;
}
a:visited{
color:#0000CC;
}

h5 {
font-family:Arial, Helvetica, sans-serif;
font-size:10px;
color:#000;
margin-top:2px;
margin-bottom:2px;
font-weight:normal;
}

h7 {
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
font-weight:bold;
color: #000033;
margin-top:14px;
margin-bottom:2px;
padding-top: 10px;
}

/* Clases y formatos especificos*/

.new01{
margin:4px;
margin-bottom: 8px;
margin-right:0px;
padding:4px;
background-color:#dbf7b6;
height:105px;
background-image: url(../img/news01.png);
background-repeat:no-repeat;
background-position: 5px 5px;
}
.new02{
margin:4px;
margin-bottom: 8px;
margin-right:0px;
padding:4px;
background-color:#d5d8f8;
height:105px;
background-image: url(../img/news02.png);
background-repeat:no-repeat;
background-position: 5px 5px;
}

.new03{
margin:4px;
margin-bottom: 8px;
margin-right:0px;
padding:4px;
background-color:#dbf7b6;
height:105px;
background-image: url(../img/news03.png);
background-repeat:no-repeat;
background-position: 5px 5px;
}

.evento01{
margin:4px;
margin-bottom: 8px;
margin-right:0px;
padding:4px;
background-color:#dbf7b6;
}

.evento02{
margin:4px;
margin-bottom: 8px;
margin-right:0px;
padding:4px;
background-color:#dddee7;
}

.parrafoNews01{
padding-left:170px;}

.cajasTexto{
margin:0px;
padding:7px;
background-color: #d5d8f8;

}

.botonera{
padding-top:12px;
padding-bottom:13px;
font-weight:bold;
}

.imgIzquierda{
padding-right: 12px;
padding-bottom:8px;
padding-top:8px;
padding-left:0px;
float:left;
}

.imgDerecha{
padding-right: 0px;
padding-bottom:8px;
padding-top:8px;
padding-left:12px;
float:right;
}