#pie *{
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	transition: all 200ms linear;
}

body, div, p{
	font-family: 'Amaranth', Helvetica, Arial, sans-serif;
	font-size: 17px;
	color: #404040;
	line-height: 20px;
	text-align: justify;
	padding: 0;
	margin: 0;
}
body{
	background-color: #eee;
	margin-left: auto;
	margin-right: auto;
	width: 970px;
}
img, a img{
	border: 0 none;
}
p{
	padding-bottom: 10px;
}
li{
	text-align: left;
}
h1, h2, h3, h4{
	color: #555;
	text-shadow: 0px -1px 1px #e0e0e0;
	filter: dropshadow(color=#e0e0e0, offx=0, offy=-1);
	font-weight: normal;
	margin-bottom: 22px;
	margin-top: 22px;
	text-align:left;
}
h1{
	font-size: 25px;
	font-weight:bold;
}
h2{
	font-size: 23px;
	color: #DF6421;
}
h3{
	font-size: 21px;
	color: #5FAB3F;
}
h4{
	font-size: 19px;
}
#fondo{
	background: url(../img/fondo_web.png) left top repeat-y;
	height: auto;
	width: 100%;
}
#maquetacion{
	background: url(../img/watermark.png) left bottom no-repeat;
	min-height: 500px;
	overflow: hidden;
	padding-bottom: 50px;
}
#contenedor_izquierda{
	width: 342px;
	float: left;
	background: url(../img/fondo_izquierda.png) left top no-repeat;
	min-height: 432px;
}
#contenedor_derecha{
	width: 625px;
	float: right;
}
#menu_top{
	background: url(../img/fondo_menu.png) left top no-repeat;
	height: 105px;
	width:100%;
}
#menu_top_contenidos{
	width: 560px;
	margin-left: 5px;
	margin-top: 30px;
	height: 40px;
	float:left;
	text-align: center;
	font-size: 18px;
	line-height: 40px;
	vertical-align: middle;
}
#menu_top_contenidos a{
	margin-left:20px;
	text-decoration: none;
	text-shadow: 0px -1px 1px #e0e0e0;
	filter: dropshadow(color=#e0e0e0, offx=0, offy=-1);
}
#menu_izquierda{
	width: auto;
	margin-left: 46px;
	margin-right: 30px;
	margin-top: 22px;
}
#menu_izquierda a{
	background: url(../img/ico_circulo.png) left center no-repeat;
	padding-left: 20px;
	margin-left:25px;
	margin-top: 11px;
	display: block;
	text-decoration: none;
	font-size: 17px;
	line-height: 30px;
	vertical-align: middle;
	text-shadow: 0px -1px 1px #e0e0e0;
	filter: dropshadow(color=#e0e0e0, offx=0, offy=-1);
}
#menu_izquierda a.submenu{
	background: url(../img/ico_cuadrado.png) left center no-repeat;
	padding-left: 20px;
	margin-top: 0px;
	margin-left:50px;
	font-size: 17px;
	line-height: 26px;
	vertical-align: middle;
}
a{
	color: #172248;
	-webkit-transition: color 200ms linear;
	-moz-transition: color 200ms linear;
	-o-transition: color 200ms linear;
	transition: color 200ms linear;
}
a:hover{
	color: #f77512;
}
a.on{
	color: #0099d8;
}
.ico_candado{
	background: url(../img/ico_candado.png) left center no-repeat;
	padding-left: 11px;
}
#contenidos{
	width: auto;
	margin-right: 50px;
	margin-left: 17px;
	text-shadow: 0px -1px 1px #ffffff;
	filter: dropshadow(color=#ffffff, offx=0, offy=-1);
}
#pie{
	position: relative;
	bottom: 15px;
	line-height: 20px;
	vertical-align: middle;
	font-size: 13px;
	text-align: center;
	text-shadow: 0px -1px 1px #ffffff;
	filter: dropshadow(color=#ffffff, offx=0, offy=-1);
}
#pie a{
	color: #404040;
	text-decoration: none;
}
#pie span{
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}
#pie span:hover{
	background-color: rgba(40, 40, 40, 0.7);
	color: #fff;
	font-size: 31px;
	font-weight: bold;
	text-shadow: none;
	filter: none;
	padding: 20px;
}
/* ~~ Posición - Estilos Javi ~~ */
.centrado {
	text-align: center;
}
.derecha {
	float: right;
	margin-left: 20px;
}
.izquierda { 
	float: left;
	margin-right: 20px;
}
/*.imagen1{
	margin-top: 14px;
}*/