/* CSS Document */

body {
    background-image: url(imagenes/trama%20pescaditos.jpg);	
}

div#pagina {
	width: 920px;
	background-color: #FFF;
	margin: 50px;
	margin-left: 320px;
}

div#logo img {
	margin-top: 15px;
	margin-left: 75px;
	float: left;
	left: 120px;
}

header { 
	display:block;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #CCC;
    width: 960px;
    height: 60px;
}

div#menu{
	display: block;
	position: absolute;
	margin-right: 100px;
    left: 485px;
	top: 114px;
	height: 1px;
}

ul { 
    list-style: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-variant: small-caps;
}

header nav {
	color: #FFD79F;
	right: 100px;
	bottom: 568px;
	width: 755px;
	height: 54px;
	float: left;
}

header nav ul li {
    float: left;
	margin-right: -1px;
    text-align: center;
}

header nav ul li a {
    padding: 2px;
    font-size: 13px;
	text-align: center;
    position: static;
    color: #FFF;
    text-decoration: none;
    margin-left: 8px;
    background-color: #2170a2;
    width: 80px;
    height: 15px;
    display: block;
}

header nav ul li a:hover {
    color: #fff;
    background-color: #71cbe6;
}

div#menu nav ul li {
	float: left;
	margin-right: 5px;
}

div#menu nav ul li a {
	display: block;
	width: 95px;
	height: 20px;
	background-position: center;
}

article#nombre {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-variant: small-caps;
	font-size: 16px;
	color: #2170a2;
	position: absolute;
	left: 59px;
	top: 5px;
}

article {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #2170a2;
	font-size: 12px;
	position: absolute;
	left: 557px;
	top: 182px;
	text-align: left;
	height: 34px;
}


div#slider img {
	margin-top: 30px;
	margin-left: 65px;
    margin-bottom: 50px;
	float:left;
	left: 317px;
}


#secciones section.modulo1{
    background-color: #53c4e8;
    margin-left:8rem;
    margin-top: 1rem;
    width: 20rem;
    display: inline-block;
}

#secciones section.modulo2{
    background-color: #53c4e8;
    margin-left: 1rem;
    margin-top: 1rem;
    width: 20rem;
    display: inline-block;
}
#secciones section h3{
    margin-left: 1rem;
    margin-top: 0.3rem;
    background-color: #53c4e8;
    color: #fff;} 

#secciones section p {
margin-left: 1rem;
margin-top: 0.3rem;
}


div#secciones {
	display:block;
	margin-top:550px;
	height: 220px;
}

div#secciones section{
	float:left;
	background-color:#53c4e8;
	width:520px;
	margin-left:155px;
	padding:7px;
	margin-top:5px;
    margin-bottom:50px;
}

div#secciones section h3{
    font-family: Georgia, "Times New Roman", Times, serif;
	font-variant:small-caps;
    font-size:14px;
    color: #FFF;
}

div#secciones section h4{
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size:11px;
    color: #FFF;
} 

div#secciones section p{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	color: #FFF;
}

div#catedra article h3{
    font-family: Georgia, "Times New Roman", Times, serif;
	font-variant:small-caps;
    font-size:14px;
	color: #2170a2;
}

div#catedra article p{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #000;
}

div#catedra article{
	display: block;
	width: 634px;
	margin-top: 60px;
	float: left;
}

div#catedra{
	display:block;
	margin-top:550px;
	height: 150px;
}


ul { 
    list-style: none;
	font-family: Georgia, "Times New Roman", Times, serif;
}

article nav ul li {
    float: left;
    text-align: left;
}

article nav ul li a {
    font-size: 13px;
	text-align: left;
    position: static;
    color: #000;
    text-decoration: none;
    width: 80px;
    height: 15px;
    display: block;
}

article nav ul li a:hover {
    color: #2170a2;
}


div#contacto {
	display:block;
	margin-top: 500px;
	height: 220px;
}

div#contacto article{
	display: block;
	width: 300px;
	margin-top: 65px;
	float: left;
}

div#contacto article h3{
    font-family: Georgia, "Times New Roman", Times, serif;
	font-variant:small-caps;
    font-size:14px;
	color: #2170a2;
}

div#contacto article p{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #000;
}

div#formulario {
	width: 300px;
	background-color: #2170a2;
	margin-left:230px;
	margin-top: -480px;
	border:0px;
	float:left;
	padding:7px;
}

div#formulario label {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-variant:small-caps;
	font-size:12px;
	width: 200px;
	display: block;
	left: -20px;
	padding-top:15px;
    color: #fff; 
}

div#formulario input, select, textarea {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	width: 250px;
	background-color: #FFF;
	color: #000;
	line-height: 20px;
}

div#formulario input#enviar {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-variant:small-caps;
	font-size:12px;
	width: 80px;
	background-color: #2170a2;
	color: #fff;
	display: block;
	margin-top: 20px;
}

div#formulario input#enviar:hover {
	background-color:#fff;
	color:#2170a2;
}

div#sesion {
	display:block;
	margin-top: 500px;
	height: 220px;
}

div#sesion article{
	display: block;
	width: 300px;
	margin-top: 65px;
	float: left;
}

div#sesion article h3{
    font-family: Georgia, "Times New Roman", Times, serif;
	font-variant:small-caps;
    font-size:14px;
	color: #2170a2;
}

div#formulario_sesion {
	width: 300px;
	background-color: #2170a2;
	margin-left:230px;
	margin-top: -540px;
	border:0px;
	float:left;
	padding:7px;
}

div#formulario_sesion label {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-variant:small-caps;
	font-size:12px;
	width: 200px;
	display: block;
	left: -20px;
	padding-top:15px;
}

div#formulario_sesion input, select {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	width: 250px;
	background-color: #FFF;
	color: #000;
	line-height: 20px;
}

div#formulario_sesion input#entrar {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-variant:small-caps;
	font-size:12px;
	width: 80px;
	background-color: #912A37;
	color: #D5B6AD;
	display: block;
	margin-top: 20px;
}

div#formulario_sesion input#entrar:hover {
	background-color:#fff;
	color:#2170a2;
}

div#registrarme {
	display:block;
	margin-top: 500px;
	height: 220px;
}

div#registrarme article{
	display: block;
	width: 300px;
	margin-top: 65px;
	float: left;
}

div#registrarme article h3{
    font-family: Georgia, "Times New Roman", Times, serif;
	font-variant:small-caps;
    font-size:14px;
	color: #637F4F;
}

div#registrarme article p{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #000;
}

div#formulario_registro {
	width: 300px;
	background-color: #2170a2;
	margin-left:230px;
	margin-top: -480px;
	border:0px;
	float:left;
	padding:7px;
}

div#formulario_registro label {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-variant:small-caps;
	font-size:12px;
	width: 200px;
	display: block;
	left: -20px;
	padding-top:15px;
}

div#formulario_registro input, select {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	width: 250px;
	background-color: #FFF;
	color: #000;
	line-height: 20px;
}

div#formulario_registro input#entrar {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-variant:small-caps;
	font-size:12px;
	width: 80px;
	background-color: #2170a2;
	color: #D5B6AD;
	display: block;
	margin-top: 20px;
}

div#formulario_registro input#entrar:hover {
	background-color:#D5B6AD;
	color:#2170a2;
}

footer {
	position: relative;
	display: block;
	margin-top: 50px;
	width: 920px;
	height: 85px;
	background-color: #2170a2;
	clear: both;
	color: #FFF;
}

footer p{
	font-family: Georgia, "Times New Roman", Times, serif;
    color: #fff;
    font-size: 11px;
    text-align: center;
    padding: 10px;
}
