@charset "UTF-8";
/* CSS Document */

/* Reset
------------------------------------------------------------------*/
@import url('reset.css');

/* Basic
------------------------------------------------------------------*/
* {
	margin: 0;
	padding: 0;
}

html, body {
	background-color: #F2F2F2;
	height: 100%;
	font-family: 'Gudea', sans-serif;	
}

p {
	font-size: .9em;
	line-height: 1.3em;
	color: rgb(51,51,51);
}

h1 {
	font-size: 1.1em;
	font-weight: 700;
	color: rgb(51,51,51);	
}

h1 span {
	color: rgb(204,204,204);	
}

/* Contenedor
------------------------------------------------------------------*/
#contenedor {
	display: table;
	height: 100%;
	margin: 0;
	width: 100%;
}

/* Contenido
------------------------------------------------------------------*/
#contenido {
	display: table-cell;
	position: relative;
	vertical-align: middle;
}

.div0 {
	margin: 0 auto;
	height: auto;
	width: 374px;
}

/*background*/	
.div1 {
	background-image: url(imagenes/background-index.png);
	background-position: center;
	background-repeat: no-repeat;
	display: inline;
	float: left;
	height: 320px;
	width: 374px;
	text-align: center;
}

.div2, .div3 {
	width: 187px;
	height: auto;
	overflow: hidden;
	float: left;
	padding: 135px 0 12px 0;
}

.div3 {
	float: right;
}

.div4 {
	width: 100%;
	height: auto;
	overflow: hidden;
	float: left;
	padding: 15px 0 10px 0;
	text-align: center;
	line-height: 27px;
	text-shadow: 1px 1px white;	
}

a:link, a:visited {
	color: rgb(51,51,51);
	text-decoration: none;
}

a:hover, a:active {
	color: rgb(0,118,192);
}