@charset "utf-8";
/* CSS Document */

html {
	width: 100%;
	height: 1005;
	margin: 0px;
	padding: 0px;
	overflow-x: hidden;
	overflow-y: auto;
}

body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin: 0px;
	padding: 0px;
}

iframe {
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
}

/*
@font-face {
	font-family: '';
	src: url('fonts/.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
*/

#background {
	position: fixed;
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	z-index: -500;
}

#web {
	width: 980px;
	margin: auto;
}

#bg-web {
	width: 980px;
	float: left;
}

a:active {text-decoration: none;}
a:link {text-decoration: none;}
a:visited {text-decoration: none;}
a:hover {text-decoration: none;}

a img { border: 0px;}

.blur {box-shadow:5px 5px 5px #999;}

.redondeado {
	-moz-border-radius: 15px 15px 15px 15px;	/*para Firefox*/
	-webkit-border-radius: 15px 15px 15px 15px;	/*para Safari y Chrome*/
	behavior:url(border.htc);					/*para IE */
	border-radius: 15px 15px 15px 15px;			/* para Opera */
}

h1 {
	text-align: right;
	margin: 5px;
	margin-bottom: 10px;
	border-bottom: 2px #060 double;
	padding-left: 15px;
	color: #060;
}

#bg-header {
	width: 100%;
	float: left;
}

#header {
	width: 980px;
	margin: auto;
}

#corazon {
	width: 120px;
	height: 150px;
	float: left;
	margin: 10px;
}

#bg-menu {
	background-image: url(imagenes/bg-menu.png);
	background-repeat: repeat-x;
	width: 100%;
	height: 50px;
	float: left;
}

#menu {
	width: 980px;
	height: 50px;
	margin: auto;
	line-height: 50px;
}

#bienvenida {
	width: 360px;
	height: 500px;
	margin: auto;
}

#changolo {
	display: block;
	width: 360px;
	height: 600px;
	float: left;
}

#changolo.start {
    margin-top: -200px;
    opacity: 0;
}

.go #changolo {
    margin-top: -80px;
    opacity: 1;
    -moz-transition: margin-top .5s ease-in, opacity .3s ease-in;
	-webkit-transition: margin-top .5s ease-in, opacity .3s ease-in;
	-o-transition: margin-top .5s ease-in, opacity .3s ease-in;
	transition: margin-top .5s ease-in, opacity .3s ease-in;
}

#changolo:hover {
	display: block;
	width: 360px;
	height: 600px;
	margin-top: -50px;
	float: left;
}

#bg-contenido {
	width: 100%;
	float: left;
	margin-top: 20px;
}

#contenido {
	background-color: #fff;
	width: 980px;
	margin: auto;
	text-align: justify;
}

#sub-contenido {
	background-color: #fff;
	width: 980px;
	float: left;
	box-shadow: 0px 0px 5px 5px #666;
}

#submenu {
	background-color: #fff;
	width: 220px;
	float: left;
	margin: 10px;
}

#submenu ul {
	width: 250px;
	float: left;
	list-style: circle;
	margin-left: 0px;
}

#submenu ul li {
	width: 240px;
	height: 30px;
	line-height: 30px;
	float: left;
	margin-left: -40px;
	padding-left: 10px;
	display: block;
}

#submenu ul li:hover {
	width: 240px;
	height: 30px;
	background-color: #f00;
	line-height: 30px;
	float: left;
	margin-left: -40px;
	padding-left: 10px;
	display: block;
}

#info {
	background-color: #fff;
	width: 700px;
	float: right;
	text-align: justify;
	margin: 10px;
	padding-left: 10px;
	border-left: #999 1px solid;
}

#footer {
	width: 980px;
	padding: 5px 0px;
	float: left;
	text-align: center;
	font-size: 11px;
/*	background-color: #000;  Fondo Negro  */
/*	color: #FFFFFF;    Blanco  */
}

.desarrollo-web {
	font-size: 11px;
/*	color: #FFFFFF;    Blanco  */
/*	color: #FF0;    Amarillo  */
}