@charset "UTF-8";
/* CSS Document */

body {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-align: center;
	font-weight: lighter;
	margin: 0;
	padding: 2em;
	background: #ccc url(../images/inicio/inic_fondo_pag.png) repeat-x; /* Old browsers */
	background: -moz-linear-gradient(#ccc, #eee); /* FF3.6+ */
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#ccc), to(#eee)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(#ccc, #eee); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(#ccc, #eee); /* Opera 11.10+ */
	background: -ms-linear-gradient(#ccc, #eee); /* IE10+ */
	background: linear-gradient(#ccc, #eee); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ccc', endColorstr='#eee', GradientType=0 ); /* IE6-8 */
}
h1 {
	font-weight: lighter;
	font-size: 1.9em;
	color: #ffccbf;
	margin: 0;
	padding: 0;
}
img {
	border-style: none;
}
a {
	color: white;
	text-decoration: none;
	padding: .5em;
}
a:hover {
	color: #fdd;
}
a:visited {
	color: #fb9;
}
#inicio {
	text-align: center;
	background: #ff8566 url(../images/fondos/gradiente-naranja.png) repeat-x;
	width: 45%;
	max-width: 500px;
	margin-right: auto;
	margin-left: auto;
	-webkit-box-shadow: 0 2px 12px rgba(0,0,0,.5);
	-moz-box-shadow: 0 2px 12px rgba(0,0,0,.5);
	box-shadow: 0 2px 12px rgba(0,0,0,.5);
	border: 1px solid white;
}
#contenido {
	margin-right: 9em;
	background: #ffe0d9 url(../images/fondos/gradiente-suave.png) repeat-x;
	text-align: center;
	padding: 6em 1em;
}
#columna {
	width: 7em;
	float: right;
	color: white;
	padding: 4em 1em 2em;
}
#columna p {
	font-size: .71em;
}
#columna ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#columna a {
	display: block;
}
#columna a:hover {
	color: white;
	background: url(../images/fondos/linea.png) no-repeat center 2em;
}
footer {
	clear: both;
	padding: .25em;
}
footer p {
	font-size: .7em;
	color: #999;
}
 @media only screen and (min-width: 768px) and (max-width: 991px) {
#inicio {
	width: 60%;
	max-width: 500px;
}
}
 @media only screen and (max-width: 767px) {
body {
	margin: 0;
	padding: 3em 1em;
}
h1 {
	font-size: 1.2em;
}
#inicio {
	width: 100%;
	max-width: 400px;
}
#contenido, #columna {
	padding: 3em 1em 1em 1em;
}
footer p {
	font-size: .5em;
}
}

