/* html5reset.css - 01/11/2011 */
@import url(http://fonts.googleapis.com/css?family=Oswald:400,700,300);


html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

body {
    line-height: 1;
	font-family: 'Oswald', sans-serif;
	max-width:996px;
	margin:auto;
	color:#FFF;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
	display: block;
}

nav ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

/* change colours to suit your needs */
ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}

/* change colours to suit your needs */
mark {
    background-color: #ff9;
    color: #000; 
    font-style: italic;
    font-weight: bold;
}

del {
    text-decoration:  line-through;
}

abbr[title], dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
    display: block;
    height: 1px;
    border: 0;   
    border-top: 1px solid #cccccc;
    margin: 1em 0;
    padding: 0;
}

input, select {
    vertical-align: middle;
}
/*JOTA-Añadidos*/
.nombre, nombre h1{
	text-align: center;
	/*line-height: 18px;*/
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	font-weight: bold;
	font-size: 35px;
	padding-top: 50px;
	letter-spacing: 1px;
	}
.cuadro1{
	background-color: #1e66d2;
	filter:alpha(opacity=30);opacity:.3;
	vertical-align: middle;
}	
.cuadro2{
	background-color: #48588E;
	filter: alpha(opacity=60);
	opacity: .6;
	vertical-align: middle;
	color:#FFF; 
	text-decoration:none;
}	



/*footer*/
	footer{
	position: absolute;
	left:0px;
	right:0px;
	bottom:0px;
	padding-bottom:10px;
	width:100%;
	text-align:center;
	min-height:40px;
	/*background-color: rgba(0, 0, 0, 0.5);*/
	background:none;
	color:#fff;
	z-index:99999;
	text-shadow:none;
}
footer a {
	color:#fff;
	text-decoration: underline;}
footer a:hover {
	color:#333;}
	

.inner {
	width:100%;
	position:absolute;
	font-size:14px;
		background-color: rgba(0, 0, 0, 0.5);
		padding:10px 0px 10px 0px;

}

@media screen and (max-width: 680px) {
		footer{
	position: relative;}
	.inner {
	position: relative;}
}
@media screen and (max-width: 480px) {
		footer{
	position: static;}
	.inner {
	position: static;}
}