@charset "utf-8";
/* CSS Document */

body {
	background-color: #FFFFFF;
	}
#header {
	background-image:url(src/sombra-cabecera2.jpg);
	background-position:bottom left;
	background-repeat:no-repeat;
	height: 188px;
	margin-top:20px;
	}
	
#menu a:hover, #menu a:focus, #menu a:active {
	height:auto;
	width:170px;
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
	background: url(src/boton-over.jpg) left bottom no-repeat;
	}

#DatosContacta {
	width:500px;
	height:140px;
	margin:0;
	padding: 10px 10px 10px 0;
	border-top:#006600 solid 2px;
	border-bottom:#006600 solid 2px;
	border-left:#006600 solid 2px;
	border-right:#006600 solid 10px;
	}
#cabecera {
	height: 100px;
	background-color: #BA122B;
	margin-left: 0px;
}
.logos {
	float:right;
	background-color: #BA122B;
	width: 450px;
	height: 100px;
}
#contenidos {
	margin:0px 0 0 0;
	background-image:url(../catedras/src/bg_content.png);
	background-position: top right;
	background-repeat:repeat-y;
}
#contenedor {
	margin: 10px auto;
	width: 750px;
}
#Titulo {
	width:170px;
	margin:0;
	padding:20px 20px;
}
#header2 {
	background-image:url(src/sombra-cabecera6.jpg);
	background-position:bottom left;
	background-repeat:no-repeat;
	height: 188px;
	margin-top:20px;
}

