/* @override http://localhost/prunella/style.css */

html, body {
	height: 100%;
	margin: 0px auto;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size:.85em;
	color: #e9e9e9;
}

body {
	background: #6c487e;
}

img {
	border: 0;
	margin: 0;
	padding: 0;
}

a:link, a:visited {
	color: #CCCCCC;
	text-decoration: none;
	font-size: 100%;
	
}
a:hover {
	color:#8abecf;
	text-decoration: none;
}

p {
	font-size:100%;
}

h2 {
	font-size:130%;
}

h3 {
	font-size:115%;
}

h4 {
	font-size:105%;
}

#top {
	position: absolute;
	top: 8%;
	width: 100%;
	height: 500px;
	background: transparent url(img/bkg_main.jpg) repeat-x;
}

#links {
	position:relative;
	top: 15px;
	width: 900px;
	text-align: left;
	clear:both;
	margin:10px;
}

a.nav:link, a.nav:visited {color: #CCCCCC; text-decoration: none; }
a.nav:hover {color: #8abecf; border-bottom:1px dashed #8abecf; }
a.nav:active {color: 8abecf; } 
#links a:hover {
	color:#8abecf;
}

#main {
	position: relative;
	top: 18px;
	width: 681px;
	height: 464px;
	background: url(img/centro.jpg) no-repeat;
	margin: 0px auto;
}

div.descripcion {
	float: none;
	position: relative;
	top: -135px;
	width: 410px;
	height: 150px;
	margin: 0px auto;
}

div.blogs {
	float: right;
	position: relative;
	top: 550px;
	right: 35px;
	width: 180px;
	height: 50px;
	margin: 0px auto;
}

div.badge {
	width: 200px;
	height: 200px;
	float: right;
	position: relative;
	top: -4%;
	left: -5%;
	background: transparent url(img/badge.png);
	z-index: 2;
	overflow: hidden;
}
div.badge h2 {
	display: none;
}
#form1 {
	margin:0 auto;
	width:300px;
}

.contact-form {
	position: relative;
	top:5px;
	width:300px;
	margin:0 auto;
}

.formContacto {
	border: none;
	margin: -10px 0 0 20px;
	padding: 0;
	width: 325px;
}

.formContacto textarea {
	border: 1px solid #cccccc;
	color: #404040;
	height: 90px;
	line-height: 15px;
	margin: 0 0 9px 0;
	padding: 2px 4px 0 4px;
	width: 199px;
}


.titlesright {
	color: #FFFFFF;
	float: left;
	font-size: 11px;
	font-weight: bold;
	line-height: 28px;
	margin: -6px 0 0 0;
}

.titlesright span {
	color: #996699;
}

.infos {
	float: left;
	position:relative;
	top:-5px;
	font-size: 11px;
	line-height: 28px;
	padding-left: 10px;
	width: 180px;
}

.infos .loginboxes {
	border: 1px solid #cccccc;
	color: #dc93db;
	height: 17px;
	margin: 0 0 7px 0;
	padding: 2px 4px 0 4px;
	width: 173px;
	font-size: 105%;
	font-weight: bold;
}

.infos .select {
	color: #404040;
	height: 20px;
	margin: 0 0 8px 0;
	padding: 2px 4px 1px 4px;
}
.infos span {
	color: #996699;
}

.submit {
	float: left;
	display:block;
	height: 25px;
	margin: 0 0 0 50px;
	width: 70px;
	background-color:#CCCCCC;
	border:1px dashed #999999;
	cursor:pointer;
}

.clear{
	clear:both;
}

.container {
	position:relative;
	top:30px;
	background:#ccc; 
	color:#fff; 
	margin:0 auto;
	width:380px;
}

.roundcont {
	position:relative;
	top:22px;
	margin:0 auto;
	width:410px;
	background-color: #8abecf;
	color: #fff;
}

.roundcont p {
	margin: 0 10px;
}

.roundtop { 
	background: url(img/tr.gif) no-repeat top right; 
}

.roundbottom {
	background: url(img/br.gif) no-repeat top right; 
}

img.corner {
   width: 15px;
   height: 15px;
   border: none;
   display: block !important;
}