@charset "utf-8";
/* CSS Document */

/*
	www.sacpre.org

	Tabla de contenidos:
		Globales
		Maquetaci&oacute;n general
			- Sobrecabecera y cabecera
			- Cuerpo
			- Fald&oacute;n
			- Pie
		Men&uacute; principal
			- Lista
			- Identificadores de botones
		Maquetaci&oacute;n de elementos
			- Eventos
		Variantes
*/

/* Globales
-------------------------------------------------- */

* {
	padding: 0;
	margin: 0;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333;
	text-align: center;
	margin: 0 0 4px 0;
}

a {
	color: #333;
	text-decoration: none;
}

a:hover {
	color: #333;
	text-decoration: underline;
}

/* Maquetaci&oacute;n general
-------------------------------------------------- */
/* Sobrecabecera y cabecera
------------------------- */

#sobrecabecera {
	background: url(../imagenes/bg_utils.png) center;
	height: 26px;
	width: 100%;
}

#utilidades {
	font-size: 9px;
	text-align: right;
	height: 26px;
	width: 768px;
	margin: 0 auto 0 auto;
}

#cabecera {
	background: url(../imagenes/arabesco.png) center;
	height: 109px;
	width: 100%;
	overflow: hidden;
}

#corporativo {
	background-image: url(../imagenes/bg_corpo.png);
	height: 109px;
	width: 768px;
	margin: auto;
}

#logo {
	margin: 8px 0 0 0;
	float: left;
}

#sacpre {
	margin: 45px 0 20px 0;
	float: right;
}

#gorro {
	margin: 99px 0 0 300px;
}

/* Cuerpo
------------------------- */

#cuerpo {
	background-image: url(../imagenes/bg_cuerp.png);	
	height: 314px;
	width: 100%;
	margin: 0 auto 0 auto;
	overflow: hidden;
}

#centro {
	background: url(../imagenes/bg_centr.jpg) center;
	height: 314px;
	width: 100%;
	text-align: center;
}

#corse {
	height: 314px;
	width: 768px;
	margin: auto;
}

#menuprincipal {
	background-image: url(../imagenes/bg_menup.jpg);
	height: 314px;
	width: 152px;
	float: left;
}

#motivocentral {
	height: 314px;
	width: 350px;
	float: left;
}

#mapaflash {
	height: 314px;
	width: 266px;
	float: left;
}

/* Fald&oacute;n
------------------------- */

#punteado {
	line-height: 10px;
	background: url(../imagenes/bg_punte.gif) repeat-x;
	height: 10px;
	width: 100%;
}

#faldon {
	background: url(../imagenes/bg_faldo.jpg) bottom no-repeat;
	height: 150px;
	width: 100%;
	text-align: center;
	margin: auto;
}

#cintura {
	height: 150px;
	width: 768px;
	margin: auto;
}

#eventos {
	background-image: url(../imagenes/bg_azul.jpg);
	height: 150px;
	width: 502px;
	float: left;
}

#noticias {
	height: 150px;
	width: 266px;
	float: right;
}

/* Pie
------------------------- */

#menubajo {
	height: 22px;
	width: 100%;
}

#menubajo p {
	font-size: 10px;
	color: #1995BE;
	font-weight: bold;
	line-height: 22px;
	text-align: right;
	width: 600px;
	padding: 0 168px 0 0;
	margin: 0 auto 0 auto;
}

#menubajo p a {
	color: #1995BE;
	margin: 0 5px 0 5px;
}

#menubajo p a:hover {
	color: #AB1014;
}

#pie {
	background: url(../imagenes/bg_pie.gif) repeat-x;
	height: 20px;
	width: 100%;
}

#pie p {
	font-size: 10px;
	color: #225286;
	font-weight: bold;
	line-height: 20px;
	text-align: right;
	width: 768px;
	margin: 0 auto 0 auto;
}

/* Men&uacute; principal
-------------------------------------------------- */
/* Lista
------------------------- */

ul {
	margin: 140px 0 66px 22px;
	list-style: none;
}

ul li {
	width: 130px;
	height: 18px;
	float: left;
}

ul li a {
	text-decoration: none;
	display: block;
	width: 130px;
	height: 18px;
}

ul li a:hover {
	text-decoration: none;
	background-position: bottom;
}

ul li span {
	display: none;
}

/* Identificadores de botones
------------------------- */

#sacpresomos {
	background-image: url(../imagenes/bt_men01.jpg);
}

#sacprejunta {
	background-image: url(../imagenes/bt_men02.jpg);
}

#sacpreprofesionales {
	background-image: url(../imagenes/bt_men03.jpg);
}

#sacprepacientes {
	background-image: url(../imagenes/bt_men04.jpg);
}

#sacprenoticias {
	background-image: url(../imagenes/bt_men05.jpg);
}

#sacpreeventos {
	background-image: url(../imagenes/bt_men06.jpg);
}

#sacprecontactar {
	background-image: url(../imagenes/bt_men07.jpg);
}

/* Maquetaci&oacute;n de elementos
-------------------------------------------------- */
/* Eventos
------------------------- */

#cartelaeventos {
	background-image: url(../imagenes/bg_event.png);
	height: 150px;
	width: 440px;
	margin: 0 14px 0 48px;
}

#cartelaeventos p {
	font-size: 10px;
	color: #2C5681;
	line-height: 10px;
	text-align: left;
	width: 424px;
	margin: 4px;
	float: left;
}

#cartelaeventos p a {
	font-weight: bold;
	text-decoration: underline;
}

#cartelaeventos p a:hover {
	font-weight: bold;
	text-decoration: none;
}

#cartelaeventos img.foto {
	background-image: url(../imagenes/bg_foeve.png);
	width: 160px;
	height: 80px;
	float: left;
	margin: 0 8px 4px 0;
	padding: 3px;
}

.titular {
	font-weight: bold;
	margin: 0 0 4px 0;
}

/* Noticias
------------------------- */

#cartelanoticias {
	background-image: url(../imagenes/bg_notis.png);
	height: 150px;
	width: 240px;
	margin: 0 13px 0 13px;
}

#cartelanoticias p {
	font-size: 10px;
	color: #2C5681;
	line-height: 10px;
	background: url(../imagenes/bg_notip.png) bottom repeat-x;
	display: inline;
	text-align: left;
	width: 238px;
	padding: 3px 0 3px 0;
	margin: 0 1px 0 1px;
	float: left;
}

#cartelanoticias p a {
	font-weight: bold;
	text-decoration: underline;
}

#cartelanoticias p a:hover {
	font-weight: bold;
	text-decoration: none;
}

.minifoto {
	border: solid 1px #FFF;
	margin: 3px 7px 7px 3px;
	float: left;
}

.titular {
	font-weight: bold;
	margin: 0 0 4px 0;
}

.vertodo {
	float: left;
}


/* Variantes
-------------------------------------------------- */

.izq {
	float: left;
}

.der {
	float: right;
}

.fotografias {
	display: inline;
	float: left;
	margin: 8px
}

.colccc {
	color: #CCC;
}
