﻿@import url("layout.css");
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	background-color: #f2f2f7;
	//background-image: url("../images/background.gif");
	background-color: #4095EF;
	background-repeat: repeat;
	background-attachment: scroll;
}
#container {
	width: 700px;
	margin: 0px auto;
	background-color: #4095EF;	
	
}
#masthead {
	text-align: center;
	width: 698px;
	border-top: 1px solid #dcdcdc;
	border-right: 1px solid #a9a9a9;
	border-bottom: 1px solid #808080;
	border-left: 1px solid #a9a9a9;
	background-color: #fafaff;
}
#navigation {
	position: relative;
	float: left;
	width: 148px;
	margin-top: 10px;
	margin-bottom: 10px;
	border-top: 0px solid #dcdcdc;
	border-right: 0px solid #a9a9a9;
	border-bottom: 0px solid #808080;
	border-left: 0px solid #a9a9a9;
	background-color: #4095EF;
}
#content {
	float: left;
	width: 518px;
	margin-top: 3px;
	margin-bottom: 14px;
	margin-left: 14px;
	padding: 10px;
	border-top: 1px solid #dcdcdc;
	border-right: 1px solid #a9a9a9;
	border-bottom: 1px solid #808080;
	border-left: 1px solid #a9a9a9;
	background-color: #fff;
	border: 1px solid black; box-shadow: 5px 10px 5px #888888;
	border-top-left-radius:1em;     border-top-right-radius: 1em;
	border-bottom-left-radius:1em;     border-bottom-right-radius: 1em;


	}
#footer {
	text-align: center;
	clear: both;
	width: 698px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top: 0px solid #dcdcdc;
	border-right: 0px solid #a9a9a9;
	border-bottom: 0px solid #808080;
	border-left: 0px solid #a9a9a9;
	background-color: #fefeff;
	background-image: url("../images/bottom.png");

}
/* Estilos de cabecera */
#masthead h1 {
	color: #3d6c87;
}
#masthead h3 {
	color: #5f8ea9;
}
/* Estilos de exploración */
#navigation ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
	background-color: #4095EF;
}
#navigation li {
	display: block;
	margin: 0;
	padding: 0;
	border: 0px solid #fff;
	background-color: #4095EF;
}

#navigation a.uno {
	color: white;
	text-decoration: none;
	display: block;
	padding: 5px;
	background-image: url("../images/liquid.jpg");
	border: 1px solid black; box-shadow: 5px 10px 5px #888888;
	background-color:blue;
	border-top-left-radius:1em;     border-top-right-radius: 1em;
}

#navigation a {
	color: white;	
	text-decoration: none;
	display: block;
	padding: 5px;
	background-image: url("../images/liquid.jpg");
	border: 1px solid black; box-shadow: 5px 10px 5px #888888;
	background-color:blue;
}

#navigation a.tres {
	color: white;
	text-decoration: none;
	display: block;
	padding: 7px;
	background-image: url("../images/liquid.jpg");
	border: 1px solid black; box-shadow: 5px 10px 5px #888888;
	background-color:blue;
	border-bottom-left-radius:1em;     border-bottom-right-radius: 1em;
}

#navigation a.cuatro {
    color: black;
	text-decoration: none;
	display: block;
	padding: 5px;
	background-image: url("../images/sub001.png");
	border: 1px solid black; box-shadow: 5px 10px 5px #888888;
	background-color:blue;
	margin-bottom: 1px;
	margin-top: 1px;
}

#navigation a.cinco {
    color: black;
	text-decoration: none;
	display: block;
	padding: 5px;
	background-image: url("../images/sub002.png");
	border: 1px solid black; box-shadow: 5px 10px 5px #888888;
	background-color:blue;
	margin-bottom: 0px;
	margin-top: 0px;
}



#navigation a:hover {
	color: #402640;
	text-decoration: none;
	background-color: #fff;
	border: 1px solid black; box-shadow: 5px 10px 5px yellow;
	background-image: url("../images/busca001.png");

}

/* Estilos de contenido */
#content h1,h2,h3,h4,h5,h6 {
	color: #3d6c87;
}
#content img {
	padding: 5px;
	border: 1px solid #808080;
}
/* Estilos de pie de página */
#footer p {
	color: #808080;
	margin-top: 5px;
}
#footer a {
	color: #5f8ea9;
	text-decoration: underline;
}
#footer a:hover {
	color: #33627d;
	text-decoration: none;
	border: 1px solid black; box-shadow: 5px 3px 5px yellow;

}
a {
	color: #5f8ea9;
	text-decoration: underline;
}
a:hover {
	color: #33627d;
	text-decoration: underline;
	border: 0px solid black; box-shadow: 5px 3px 5px yellow;

}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}