* {
	margin:0px;
	padding:0px;	
}
html, body {
	background-color:#08739d;
	background-color:#389ee0;
	min-width:1000px;
}

IMG {
	border:0px none;
}

DIV#contenedor {
	
	width:1000px;
	margin:auto;
	background-color:#fff;
}

DIV#cabecera {
	float:right;
	margin:10px;
	width:680px;
	height:469px;
	margin-left:0px;
	background-image: url(images/cabecera1.jpg);
	margin-top:5px;
	text-shadow: 3px 3px 3px #000;
	
}
DIV#cabecera H1 {
	color:#fff;
	font-size:60px;
	margin-top:260px;
	margin-left:20px;
	font-family: 'Squada One', cursive;
}
DIV#logo {
	display:inline-block;
	width:288px;
	background-color:#08739d;
	text-align:center;
	height:226px;
	margin:10px;	
}
DIV#logo IMG {
	margin-top:25px;
}
DIV#menu {
	display:inline-block;
	background-color:#67374d;
	width:288px;
	height:268px;
	margin:10px;
	margin-top:0px;	
}
DIV#menu UL {
	margin-top:10px;
}
DIV#menu LI{
	font-size:20px;	
	color:#fff;
	line-height:36px;
	margin-left:40px;

}
DIV#menu LI A{
	font-size:20px;	
	color:#fff;
	text-decoration:none;
	font-family: 'Balthazar', serif;
}
DIV#menu LI A:hover {
	color:#cc9fb3;
}
DIV#menu LI A.selected {
	color:#cc9fb3;
	font-weight:bold;
}
DIV#menu_superior {
	width:670px;
	float:right;
	margin-top:6px;
	text-align:right;
	margin-right:10px;
}

DIV#menu_superior A {
	font-family: 'Balthazar', serif;
	font-size:16px;
	text-decoration:none;
	color:#000;
	display:inline-block;
	background-image:url(images/home.png);
	background-repeat:no-repeat;
	background-position: left center;
	line-height:30px;
	padding-left:20px;
	padding-top:4px;
}
DIV#menu_superior A:hover {
	color:#f60;
}
DIV#menu_superior A.selected {
	color:#f60;
	font-weight:bold;
}


DIV#content {
	background-color:#ebebeb;
	width:570px;
	margin-left:10px;
	background-repeat:no-repeat;
	padding-left:380px;
	padding-right:30px;
}
DIV#content H1 {
	color:#555;
	font-size:50px;
	font-family: 'Squada One', cursive;
	padding-top:20px;
}

DIV#content P {
	font-family: 'Balthazar', serif;
	font-size:20px;
	text-decoration:none;
	color:#000;
}
DIV#content LI {
	font-family: 'Balthazar', serif;
	font-size:20px;
	text-decoration:none;
	color:#000;
	margin-left:80px;

}
A.link {
	font-family: 'Balthazar', serif;
	font-size:20px;
	background-image:url(images/link.png);
	background-repeat:no-repeat;
	padding-left:22px;
	vertical-align:middle;
	background-position:left center;
	text-decoration: none;
	color:#08739d;
	display:inline-block;
}
A.link:hover {
	color:#f60;
}

DIV.bloque {
	background-color:#ebebeb;
	display: inline-block;
	width:317px;
	margin-left:10px;
	height:340px;
	vertical-align:top;
	margin-top:30px;
}
DIV.bloque H1 {
	color:#555;
	font-size:30px;
	font-family: 'Squada One', cursive;
	margin-left:30px;	
	margin-top:10px;
}
DIV.bloque H1 SPAN {
	color:#555;
	font-size:25px;
	font-family: 'Squada One', cursive;	
}
DIV.bloque UL {

	font-family: 'Balthazar', serif;

}
DIV.bloque LI {
	list-style:none;
	font-size:20px;
	font-family: 'Balthazar', serif;
	margin-left:30px;
	margin-right:30px;
	margin-bottom:10px;
	color: #666;
}

FOOTER {
	
	background-color:#eaeaea;
	padding:20px;
	margin:10px;
	border:1px solid #ddd;
}
FOOTER P {
	font-size:14px;
	font-family: 'Balthazar', serif;
	color: #666;
	text-align:center;
	margin-top:10px;
}
FOOTER UL {
	text-align:center;
}
FOOTER LI {
	list-style:none;
	margin:0px;
	display:inline-block;
	font-size:15px;
	font-family: 'Balthazar', serif;
	color: #666;
	text-align:center;
}
FOOTER LI A {
	color: #666;
	margin-left:5px;
	margin-right:5px;
}
FOOTER LI A:hover {
	color: #f60;
}
FOOTER LI A.selected {
	color: #f60;
	font-weight:bold;
}

.justificado {
	text-align:justify;
}
INPUT, TEXTAREA {
	border:3px solid #777;
	padding:4px;
	background:#ddd;
}
INPUT.campo {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-bottom:4px;
	color:#000;
	width:230px;
}
TEXTAREA {
	width:340px;
	height:100px;
	overflow:auto;
	color:#000;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	resize: none;
	
}
TEXTAREA:focus, INPUT:focus {
/*	background-color:#CD8517;
	color:#fff;*/
}
INPUT.boton {
	border: none !important;
	background-color:#ddd;		
	color:#000;
	width:100px;
	margin-top:10px;
	font-weight:bold;
	font-family: 'Electrolize', sans-serif;
    -webkit-box-shadow: inset 0px -3px 1px rgba(0, 0, 0, 0.45), 0px 2px 2px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: inset 0px -3px 1px rgba(0, 0, 0, 0.45), 0px 2px 2px rgba(0, 0, 0, 0.25);
    box-shadow: inset 0px -3px 1px rgba(0, 0, 0, 0.45), 0px 2px 2px rgba(0, 0, 0, 0.25);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.5);
	cursor:pointer;
	margin-left:110px;
}

label {
	font-size:18px;
	font-family: 'Balthazar', serif;
	color: #666;
	display:inline-block;
	width:100px;
	text-align:right;padding-right:10px;
	vertical-align:top;
	padding-top:3px;
	
}
