/*GENERAL*/

body {
	background-color: #FFFFFF;
	background-image:  url(../images/background_ppal.jpg);
	background-repeat: repeat-x;
    margin:0;
	padding:0;
	font-family: Georgia, "Times New Roman", Times, serif;
}

img, div { behavior:  url(../js/iepngfix.htc)}

address { font-style: normal; }

li { margin-bottom: 10px; }

a {
	color: #005D66;
	text-decoration:none;
}

a {
	color: #007784;
}

/*POSICIONAMIENTO DE ELEMENTOS*/

#contenedor {
	width: 949px;
	margin-left: auto;
    margin-right: auto;
}

#top {
	background-image:  url(../images/TOP.gif);
	background-repeat: no-repeat;
	height: 118px;
	width: 949px;
	font-size: 12px;
}

	#top a {
		color: #BABBA8;
		text-decoration:none;
	}
	
	#top a:hover {
		color:#FFFFFF;
	}

	#top .izquierda {
		float:left;
		margin-left: 69px;
		margin-top: 10px;
	}
	
	#top .derecha {
		float:right;
		margin-right: 45px;
		margin-top: 85px;
	}
	
	#top .derecha img {
		margin-bottom: -10px;
		margin-left: 8px;
		margin-right: 8px;
	}

#main {
	background-image:  url(../images/BACK_DIV.png);
	background-repeat: repeat-y;
	padding-left: 12px;
	padding-right: 12px;
}

#footer {
	background-image:  url(../images/BOTTOM.png);
	background-repeat: no-repeat;
	height: 90px;
	width: 949px;
	font-size: 11px;
	color: #FFFFFF;
	padding-top: 8px;
	text-align:center;
}

#footer .menu {
	margin-top: 20px;
	color: #606060;
}

	#footer .menu a {
		margin-top: 20px;
		color: #606060;
		font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
		font-size: 11px;
		text-decoration:none;
	}
	
	#footer .menu a:hover {
		color: #939393;
		text-decoration:underline;
	}
	
#intermediasp {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align:center;
	margin-bottom: 15px;
}

	#intermediasp a {
		color: #939393;
		font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
		text-decoration:none;
	}
	
	#intermediasp a:hover {
		color: #939393;
		text-decoration:none;
	}	

#Columna1 {
	FLOAT: left;
	WIDTH: 696px;
	font-size: 12px;
	line-height: 20px;
	color: #4B4C3B;
	text-align:justify;
}

	#sep_Columna1 {
		padding-top: 10px;
		padding-left: 55px;
		padding-right: 55px;
		padding-bottom: 20px;
	}

#Columna2 {
	FLOAT: right;
	WIDTH: 189px;
	background-image: url(../images/background_columna2.jpg);
	background-repeat: no-repeat;
	min-height: 690px;
	padding-top: 16px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
	font-size:11px;
	color:#333333;
}

.FixFloat {
	CLEAR: both;
}

/*FONTS*/

h1 {
	font-size: 15px;
	color: #005D66;
	background-image: url(../images/background_titulos.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom:12px;
	padding-left:14px;
}

h2 {
	font-size: 15px;
	color: #91937B;
	background-image: url(../images/background_titulos.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-top:10px;
	padding-bottom:12px;
	padding-left:14px;
}

/*FORMULARIO*/

input {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	background-color: #F4F4F2;
	border: 1px solid #9E9F84;
	width: 200px;
}

.boton {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	background-color: #CCC;
	border: 1px solid #9E9F84;
	width: 100px;
	color: #005D66;
}

.boton:hover {
	background-color: #F4F4F2;
}

/*NOTICAS INFOBAE*/

.noticiabae {
    width: 100%;
}
.titulobae {
    width: 92%;
    margin-top: 1em;
    margin-left: 15px;
    font-weight: bold;
    float: left;
    display: inline;
	color:#666666;
}
.botonbae {
    margin-top: 1em;
    float: left;
    display: inline;
    padding-left: 14px;
}
.switchcontent {
    clear: both;
    display: none;
	margin-left: 15px;
	padding-top: 10px;
	color:#7A7A7A;
	
}
.switchcontent strong {
/*    font-weight: normal;*/
}

.cr {color: red;}
.cg {color: green;}

