@charset "utf-8";
/* CSS Document */

*{
	margin:0;
	padding:0;
	border:none;
}

#Contenedor{
	width:950px;
	margin:auto;
	font-family: Arial, Helvetica, sans-serif;
	position:relative;
}	

h1{
	font-size: 50px;
	text-align: center;
	color: #3B271F;
	padding: 10px 0;
}
h2{
	font-size: 30px;
	text-align: center;
	color: #3B271F;
	padding: 5px 0;
}

#Fondo{
	width: 650px;
	height: 380px;
	background-image: url(fondo.png);
	background-repeat: no-repeat;
	position: absolute;
	left: 202px;
	top: 98px;
}
#Logo{
	width: 310px;
	height: 80px;
	margin: 15px 10px;
	float: left;
}
#Estudio{
	width:125px;
	height:70px;
	margin:15px 15px 15px 0;
	float:left;
}

#Estudio h1{
	font-size:26px;
	text-align:center;
	color:#0033CC;
	padding:0;
}

#Slogan {
	width: 300px;
	height: 70px;
	margin: 150px 5px 10px 5px;
	font-style: oblique;
	font-weight: bold;
	float: left;
	font-size: 14px;
	text-align: right;
	color: #0033CC;
}

#Contenido{
	width:650px;
	height:200px;
	position:relative;
	clear:both;	
}

#Pie{
	width:350px;
	height:50px;
	position:relative;
	margin-left:180px;

}

#Pie p{
	font-weight: bold;
	text-align:center;
	font-size: 12px;
	color: #3B271F;
}
p{
	font-size: 14px;
	color: #3B271F;
	padding: 5px 0;
	text-align:center;
}

p.strong{
	font-weight:bold;
}

#Acceso{
	float: none;
	position: relative;
	font-size: 142px;
	color: #B70E0C;
	padding: 1px;
	font-weight: bold;
	text-decoration: none;
	margin-top: 40px;
}



#Acceso a{
	color:#B70E0C;
	text-decoration:none;
}

#Acceso a:hover{
	color: #3B271F;
	text-decoration: none;
}
