body {
	margin: 0px;
	padding: 0px;
	background-image: url(../img/fondo/fondo.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	font-family: Arial, Helvetica, sans-serif;
}
.Top {
	background-image: url(../img/fondo/Cyan.gif);
	background-repeat: repeat-x;
	background-position: left top;
	margin: 0px;
	padding: 0px;
	clear: both;
	float: none;
	height: 11px;
	width: 100%;
	display: block;
}
#contenedor {
	padding: 0px;
	clear: both;
	float: none;
	width: 880px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

/* CABECERA */
#contenedor #cabecera {
	clear: both;
	float: none;
	height: 146px;
	width: 880px;
	background-image: url(../img/fondo/cabecera.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
#cabecera .logo {
	background-image: url(../img/fondo/Logo.jpg);
	clear: none;
	float: left;
	height: 89px;
	width: 482px;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
}
#cabecera .navegaTop {
	clear: none;
	float: right;
	padding: 0px;
	margin-top: 14px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	width: 350px;
	text-align: right;
}
#cabecera .navegaTop a {
	color:#000000;
	text-decoration: none;
}
#cabecera .navegaTop a:hover {
	color:#000000;
	text-decoration: underline;
}
#cabecera .cyan {
	background-image: url(../img/fondo/Cyan.gif);
	background-repeat: repeat-x;
	clear: none;
	float: left;
	height: 5px;
	width: 880px;
}

/* BUSCADOR */
#cabecera .buscador {
	padding: 0px;
	clear: none;
	float: right;
	width: 280px;
	height: 21px;
	margin-top: 30px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align: right;
}
.buscador .busca {
	border: 1px solid #77DBF7;
	height: 21px;
	width: 196px;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
	color: #999;
	float: left;
	clear: none;
}
.btnBuscar {
	background-color: #2CA3C1;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-transform: uppercase;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding: 5px;
	width: 75px;
}

/* NAVEGA*/
ul#navega {
	padding: 0px;
	clear: none;
	float: right;
	width: 865px;
	margin-top: 13px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#navega li {
	padding: 0px;
	float: left;
	list-style-type: none;
	height: 32px;
	width: 134px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
}
.home {
	background-image: url(../img/botones/home.gif);
	height: 32px;
	width: 134px;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
}
.saludo {
	background-image: url(../img/botones/saludo.gif);
	display: block;
	height: 32px;
	width: 134px;
}
.directorio {
	background-image: url(../img/botones/directorio.gif);
	height: 32px;
	width: 134px;
	display: block;
}
.resena {
	background-image: url(../img/botones/resena.gif);
	height: 32px;
	width: 134px;
	display: block;
}
.objetivos {
	background-image: url(../img/botones/objetivos.gif);
	height: 32px;
	width: 134px;
	display: block;
}
.miembro {
	background-image: url(../img/botones/miembro.gif);
	height: 32px;
	width: 134px;
	display: block;
}
ul#navega li a:hover {
		background-position: bottom;
}

/* OCULTA */
#cabecera .logo h1, #navega span, ul#menu span, #NoticiasIzq h2.TitNoticias span, h2.TitNoticias span {
	display: none;
}
.clear {
	clear: both;
}

/*COLUMNA IZQUIERDA*/

#colIzq {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 175px;
	height:560px;
	min-height:560px;
	height:auto !important;
}
.BtnregistroSocios {
	background-color: #f6f6f6;
	float: left;
	height: 38px;
	width: 164px;
	text-align: center;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0099AF;
}

.BtnregistroSocios a {
	font-size:12px;
	color:#333;
	text-decoration:none;
}


.BtnregistroSocios .registro {
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
	background-image: url(../img/ico/icoRegistro.gif);
	background-repeat: no-repeat;
	text-align: center;
	height: 10px;
	display: block;
	background-position: 11px 3px;
	padding: 0px;
	clear: both;
	float: none;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.BtnregistroSocios a.identifica {
	font-size: 11px;
	color: #0099AF;
	text-decoration: none;
	clear: both;
	float: none;
	text-align: center;
	padding: 0px;
	margin-top: 7px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	display: block;
}
/* MENU*/
ul#menu {
	clear: both;
	float: left;
	width: 173px;
	margin: 0px;
	padding: 0px;
}
#menu li {
	margin: 0px;
	float: left;
	width: 173px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #AED515;
	list-style-type: none;
	padding: 0px;
}
#menu li a {
	background-color: #C7EB3B;
	float: left;
	width: 148px;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
	margin: 0px;
	padding-top: 7px;
	padding-right: 15px;
	padding-bottom: 7px;
	padding-left: 10px;
	font-weight: bold;
}
#menu li a:hover {
	background-color: #A8CD14;
}
ul#menu h2.MenuSociedad {
	background-image: url(../img/menu/socios.gif);
	float: left;
	height: 23px;
	width: 173px;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
ul#menu h2.MenuMujer {
	background-image: url(../img/menu/comunidad_mujer.gif);
	float: left;
	height: 23px;
	width: 173px;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
ul#menu h2.MenuPrensa {
	background-image: url(../img/menu/prensa_salud.gif);
	float: left;
	height: 23px;
	width: 173px;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
ul#menu h2.MenuSochog {
	background-image: url(../img/menu/Sochog.gif);
	float: left;
	height: 23px;
	width: 173px;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
ul#menu h2.MenuUtilidades {
	background-image: url(../img/menu/Utilidades.gif);
	float: left;
	height: 23px;
	width: 173px;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
ul#menu h2.MenuDr {
	background-image: url(../img/menu/dr_active.gif);
	float: left;
	height: 23px;
	width: 173px;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#colIzq #BannerRadio {
	background-color: #C7EB3B;
	display: block;
	padding: 0px;
	clear: both;
	float: left;
	height: 120px;
	width: 174px;
	margin-top: 25px;
	margin-right: 0px;
	margin-bottom: 25px;
	margin-left: 0px;
}
#colIzq #Twitter {
	text-align: center;
	margin: 0px;
	padding: 0px;
	clear: both;
	float: left;
	height: 25px;
	width: 174px;
}


/*COLUMNA DERECHA*/
#colDer {
	float: right;
	width: 690px;
	margin: 0px;
	padding: 0px;
}
#colDer #path {
	background-color: #f4f4f4;
	height: 24px;
	float: left;
	width: 710px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: -20px;
	position: relative;
}
#path p {
	font-size: 11px;
	color: #999999;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	float: left;
}
#path p a {
	color: #999999;
	text-decoration: underline;
}
#colDer #NoticiasSochog {
	float: right;
	width: 670px;
	background-color: #EAE9E9;
	padding: 10px;
	margin: 0px;
}
#NoticiasSochog {
	margin: 0px;
	padding: 0px;
	float: left;
}
#NoticiasIzq {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 350px;
	height:400px;
	min-height:400px;
	height:auto;
}

#NoticiasIzq p a {
	color: #4C4844;
	text-decoration: none;
}
#NoticiasIzq p a:hover {
	text-decoration:underline;
}
#NoticiasIzq p.Titular {
	font-size: 26px;
	font-weight: bold;
	color: #4C4844;
	line-height: 125%;
	text-decoration: none;
	clear: both;
	float: left;
	margin: 0px;
	padding: 0px;
}
#NoticiasIzq .FotoPrincipal {
	padding: 0px;
	clear: both;
	float: left;
	width: 290px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	display: block;
}
#NoticiasIzq p.BajadaNoticia {
	font-size: 14px;
	line-height: 110%;
	color: #4C4844;
	text-decoration: none;
	clear: both;
	float: left;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 350px;
}

#NoticiasIzq h2.TitNoticias {
	background-image: url(../img/titulos/NoticiasSochog.jpg);
	clear: both;
	float: left;
	height: 28px;
	width: 100%;
	margin: 0px;
	padding: 0px;
	background-repeat: no-repeat;
}

#NoticiasSochog #NoticiasDer {
	float: right;
	width: 290px;
	background-color: #FFFFFF;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom:20px;
}
#NoticiasDer p.fecha, #GinecoObstetra p.fecha {
	font-size: 10px;
	font-weight: bold;
	color: #4C4844;
	text-decoration: none;
	padding: 0px;
	float: left;
	clear: both;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#NoticiasDer p.fecha a, #GinecoObstetra p.fecha a, #NoticiasDer p.Titulo a, #GinecoObstetra p.Titulo a , #NoticiasDer p.bajada a{
	color: #4C4844;
	text-decoration:none;
}
#NoticiasDer p.Titulo {
	font-size: 15px;
	font-weight: bold;
	color: #4C4844;
	text-decoration: none;
	padding: 0px;
	float: left;
	clear: both;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#GinecoObstetra p.Titulo {
	font-size: 15px;
	font-weight: bold;
	color: #4C4844;
	text-decoration: none;
	padding: 0px;
	float: left;
	clear: both;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#NoticiasDer p.bajada {
	font-size: 12px;
	color: #333333;
	text-decoration: none;
	padding: 0px;
	float: left;
	clear: both;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	width: 290px;
}
#GinecoObstetra .Titulo a {
	color: #4C4844;
	text-decoration: none;
}
#GinecoObstetra .Titulo a:hover {
	color: #4C4844;
	text-decoration: underline;
}


/* BANNERS */
#Banner1, #Banner2 {
	padding: 0px;
	float: left;
	height: 120px;
	width: 250px;
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: #000000;
	display: block;
}
#Banner3 {
	padding: 0px;
	float: right;
	height: 120px;
	width: 180px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: #000000;
	display: block;
	clear: none;
}
#Banner4 {
	padding: 0px;
	float: right;
	height: 200px;
	width: 180px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: #000000;
	display: block;
	clear: none;
}
#colDer  #GinecoObstetra {
	padding: 10px;
	float: left;
	width: 485px;
	background-color: #E9F7B0;
	clear: none;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#GinecoObstetra h2.TitNoticias {
	background-image: url(../img/titulos/NoticiasGinecoObstetras.jpg);
	padding: 0px;
	clear: none;
	float: left;
	height: 23px;
	width: 399px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}



/* FOOTER */
#footer {
	background-color: #00B9E8;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	clear: both;
	float: left;
	height: 80px;
	width: 100%;
	padding-top: 40px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	position: relative;
	left: 0px;
	bottom: 0px;
}
#footer .contfooter {
	float: none;
	width: 880px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	clear: both;
	padding: 0px;
}
#footer p.Titsochog {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	float: left;
	width: 500px;
	clear: both;
}
#footer p.dir{
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	float: left;
	width: 500px;
	clear: both;
}
.contfooter p.mail {
	font-size: 12px;
	color: #FFFFFF;
	float: right;
	margin: 0px;
	padding: 0px;
}
.contfooter p.mail a {
	color:#FFFFFF;
	text-decoration: none;
}

