/* ------------ /// ------------ /// ------------ /// ------------ RESETEOS ------------ */

* {
	border: 0px;
	margin: 0px;
	padding: 0px;
}

a {
	text-decoration: none;
}
	

h1, h2, h3, h4, h5, h6 {
	padding: 0px;
	margin: 0px;
}

ul {
	list-style: none;
}

p {
	margin: 2px 0px;
	line-height: 15px;
}

textarea, input, select {
	font-family: Verdana;
	font-size: 12px;
	color: #333;
	padding: 5px;
}


/* ------------ /// ------------ /// ------------ /// ------------ LAYOUT ------------ */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FAB5D4;
	background-repeat: no-repeat;
	background-position: center 170px ;
	color: #666;
}

.contenido {
	width: 980px;
	margin: 0px auto 0px auto;
	overflow:hidden;
}

/* Textos */
h1 {
	font-size: 20px;
	font-weight: bold;
	color: #fff;
}

h2 {
	font-size: 14px;
	font-weight: bold;
	color: #fff;
}

h2 span{
	font-weight: normal;
}

h4 {
	font-size: 12px;
	font-weight: normal;
	color: #fff;
}

p.clarito {
	font-size: 11px;
	color: #999999;
}

/* Links */
.link {
	font-size: 11px;
	font-weight: bold;
	color: #C80693;
}

.link:hover {
	text-decoration: underline;
}

.link span {
	font-weight: normal;
}

.corner {
	float: right;
	margin-left: 15px;
}

.link_small {
	font-size: 10px;
	color: #C80693;
}

.link_small:hover {
	text-decoration: underline;
}




