/* CSS Document */

body{
	background-color: #0066FF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
}
#Base {
	visibility:visible;
	width:980px;
	height:570px;
	z-index:1;
	margin-right: auto;
	margin-left: auto;
	margin-top: auto;
	margin-bottom: auto;
}
#Izquierda{
	float: left;
	height: 570px;
	width: 225px;
	background-image: url(imagenes/Imagenes_web/Izquierda.png);
	background-repeat: no-repeat;
}
#Izquierda_2{
	float: left;
	height: 570px;
	width: 225px;
	background-image: url(imagenes/Imagenes_web/Izquierda_2.png);
	background-repeat: no-repeat;
}
#Izquierda_3{
	float: left;
	height: 570px;
	width: 225px;
	background-image: url(imagenes/Imagenes_web/Izquierda_3.png);
	background-repeat: no-repeat;
}
#Derecha{
	float: right;
	height: 570px;
	width: 755px;
	background-image: url(imagenes/Imagenes_web/Derecha.png);
	background-repeat: no-repeat;
}
#Derecha_2{
	float: right;
	height: 570px;
	width: 755px;
	background-image: url(imagenes/Imagenes_web/Derecha_2.png);
	background-repeat: no-repeat;
}
#Derecha_3{
	float: right;
	height: 570px;
	width: 755px;
	background-image: url(imagenes/Imagenes_web/Derecha_3.png);
	background-repeat: no-repeat;
}
#Superior{
	height: 180px;
	width: 755px;
}
#Inferior{
	height: 390px;
	width: 755px;
}
#Foto_izquierda{
	float: left;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 5px;
}
#Foto_derecha{
	float: right;
	margin-top: 5px;
	margin-right: 35px;
	margin-bottom: 5px;
	margin-left: 10px;
}
