/**********************/

*{margin: 0; padding: 0;}
body{
	text-align: center;
	font-family: georgia, garamond, times, serif;
	color: #777;
}
strong{color: #555;}
h1, h2, h3, h4, h5, h6{ font-weight: normal;}
p{ font-size: .8em; line-height: 1.7em; margin-bottom: 1em;}
a{text-decoration: none; color: #5c8cce}
#wrapper{ width: 960px;margin: auto; }
#header{ margin-bottom: 0px !important; padding: 2em 0px 2em 0px; border-bottom: 10px solid #eee;}
#header h1 {
	background: url('../img/logo.png') no-repeat 50% 50%;
	height: 80px;
	text-indent: -9999px;
}

#content{border-top: 1px solid #ddd; padding-top: 4em;}
#content h2{ color: red; font-size: 1.3em; margin: 1em 0;}
#welcome{ width: 475px; float: left; text-align: right;}
#welcome #signup{ margin-top: 2em; border-top: 1px solid #dcdcdc; padding: 1em 0;}


#formsignup{}
#formsignup p input{
	width: 212px;
	border: 1px solid #e3e3e3;
	padding: 7px 5px;
	background: #f8f8f8; 
	font-family: Georgia, "Times New Roman", times, serif;
	font-size: 1.5em;
	color: #ff5a5a;
}
#formsignup p{float: right; width: 225px;}
#formsignup p.correo{margin-left: 20px;}
#formsignup p.name{}
#formsignup label { text-align: left; display: block; font-weight: bold; font-family: sans-serif; color: #555;}

#formsignup #submitbutton{
	margin-top: 1em;
	background: #eee;
	border: none; 
	font-family: Georgia, "Times New Roman", times, serif;
	padding: 7px; 
	font-weight: bold;
	font-style: italic;
}

#about{ float: right; width: 400px; text-align: left;}
#about p{}
#about p em{color: #111;}

.caps{text-transform: uppercase; font-size: 90%; letter-spacing: .3em;}
.clearfix{clear: both;}

p.contact{ text-align: center; padding: 5px;}