/* CSS Document */

*{
	margin: 0px;
	padding: 0px;
	border: 0;
}

body{
	background-color: #00a5c2;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
}

#mama{
	margin-right: auto;
	margin-left: auto;
	margin-top: 150px;
	width: 605px;
	height: 337px;
	background-color: #FFFFFF;
	background-image: url(IMGS/presentacion.jpg);
}



#menu{
	margin-left: auto;
	margin-right: auto;
	width: 550px;
	height:25px;
	text-align: center;
	padding-top: 290px;
}

#menu dl dt{
	display: inline;
	margin: 10px;
}

#oculta{
	margin-left: auto;
	margin-right: auto;
	width: 560px;
	line-height: 18px;
	visibility: hidden;
}

a.menu:link {
	font-size: 100%;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}
a.menu:visited {
	font-size: 100%;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}

a.menu:active {
	font-size: 100%;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}

a.menu:hover {
	font-size: 100%;
	color: #c9e9f9;
	font-weight: bold;
	text-decoration: none;
}

h1{
	font-weight: bold;
	color: #00a5c2;
	font-size: 100%;
}

.blanco{
	color: #FFFFFF;
	font-size: 90%;
}

a.aviso:link {
	font-size: 90%;
	color: #ffffff;
	font-weight: normal;
	text-decoration: none;
}
a.aviso:visited {
	font-size: 90%;
	color: #ffffff;
	font-weight: normal;
	text-decoration: none;
}

a.aviso:active {
	font-size: 90%;
	color: #ffffff;
	font-weight: normal;
	text-decoration: none;
}

a.aviso:hover {
	font-size: 90%;
	color: #c9e9f9;
	font-weight: normal;
	text-decoration: none;
}

.margenizda{
	margin-left: 15px;
}

.aclarar{
	clear: both;
}

input{
	background-color: #eeeeee;
	padding: 2px;
	font-family:"Courier New", Courier, monospace;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #00a5c2;
}

textarea{
	background-color: #eeeeee;
	padding: 4px;
	font-family:"Courier New", Courier, monospace;
	vertical-align: top;
	font-size: 100%;
	margin-top: 5px;
}

label{
	color:#666666;
	font-size: 90%;
	}

.boton{
	background-color:#00a5c2;
	color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	cursor: pointer;
}

.peque{
	font-size: 80%;
}
