/* 
		CSS for Salamanca-University.org 
		(C) 2008 by Sebastian Thuer for Accom Consulting Spain		
*/		

/* .......... HTML tags .......... */

body {
	margin: 10px auto;
	background: #9C6B42;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 83%;
	color: #101010;
	text-align: center;
}
	
h1, h2, h3, h4, p, form { /* reset */
		margin: 0; padding: 0; text-align: left;
}

h1 {
	padding: 10px;
	color: #fff;
	text-align: center;
	font-size: 14px;
	font-weight: bolder;
	letter-spacing: 1px;
}

a {color: #851D00}
a:hover {color:#C03300} 
	
	
/* .......... Layout .......... */	
	
.wrapper {
	width: 730px;
	margin: 0 auto;
	padding: 0;
	background: #fff;
	border: 5px solid #fff;	
}

.banner {
		height: 130px;
		background:url(images/banner-salamanca-university.jpg) top left no-repeat;
		text-align: left;
}

.menu {
	float: left;
	width: 180px;
	background-color: #DDD2A6;
	border-bottom: 2px solid #9C6B42;
	text-align: left;
}

.content {
		float: left;
		width: 490px;
		padding: 20px 20px 20px 30px;
		background: #fff;
		text-align: left;
}

.footer {
	clear: both;
	width: 600px;
	margin: 0 auto;
	background: #fff;
	border-top: 4px solid #bfbfbf;
	text-align: center;
}



/* .......... banner .......... */

.banner h2 {
	display: none;
}


/* .......... menu .......... */

.menu ul {
	margin: 0 0 0 5px;
	padding: 0;
	background: #D1C389;
	list-style-type: none;
}

.menu ul li {
	margin: 0;
	padding: 5px 2px;
	background-color: #DDD2A6;
	border-bottom: 1px solid #fff;
}

.menu ul li.submenu {
	margin: 0;
	padding: 5px 2px;
	background-color: #E8E0C2;
}

.menu ul li a {
	color: #8E613C;
	text-decoration: none;
}

.menu ul li a:hover {
	color: #992911;
	text-decoration: none;
}

.menu ul li.submenu a {
	font-size: 0.8em;
	padding-left: 10px;
}

/* .......... content .......... */

.content h3 {
	margin-bottom: 1em;
	border-bottom: 1px solid #805736;
	color: #9C6B42;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.4em;
	letter-spacing: 1px;
}

.content h4 {
	margin: 1.4em 0;
	color: #805736;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1.2em;
}

.content p {
	margin: 1em 0;
	color: #202020;
	font-size: 1em;
	line-height: 1.4em;
}

.content li {
	margin: 1em 0;
	color: #202020;
	font-size: 1em;
	text-align: left;
	line-height: 1.4em;
}

.content img.photoright {
	float: right;
	margin: 0 0 1em 1.4em;
	border: 0;
}

.content table.prices {border: 1px solid #ccc;}
.content table.prices th {background: #eee;border-bottom: 1px solid #4F81BD;text-align:center;}	
.content table.prices td {border-bottom: 1px solid #C4D4E8;}	
.content table.prices td.par {background: #fff;}
.content table.prices td.even {background: #D3DFEE;}

.homeinfo {
	float: right;
	width: 180px;
	margin: 10px 0 10px 20px;
	padding: 5px 5px 30px 5px;
	background: #eee url(images/stamp-home.gif) bottom right no-repeat;
	border: 1px solid #ccc;
	text-align: left;
	font-size: 0.8em;
}

/* ... form section ... */

form {
	margin: 0;
	padding: 0;
}

form label {
	color: #8E2C09;
	font-weight: bold;
}	


/* ... registration ... */

ol.register {
	margin: 20px 0;
	height: 23px;
	padding: 0;
	list-style-type: none;
	border-bottom: 1px solid #ccc;
}

ol.register li {
	width: 128px;
	float: left;
	background: #d7d7d7 url(img/bg-register-step-off.png) top right no-repeat;
	border-left: 2px solid #c3c3c3;
	margin: 0 10px 0 0;
	padding: 3px 10px;
	color: #666;
	font-size: 12px;
}

ol.register li.active {
	background: #c2c2c2 url(img/bg-register-step-on.png) top right no-repeat;
	border-left-color: #aaa;
	color: #7C2708;
	font-weight: bold;
}

table.billing {
	 margin: 0 auto;
	 padding: 0;
	 border: 2px solid #333;
	 font-size: 0.9em;
	 color: #000;
}

table.billing th {
	background: #c00;
	color: #fff;
	border-bottom: 2px solid #aaa;
}

table.billing td {
	border-bottom: 1px solid #aaa;
}





/* .......... footer .......... */

.footer h6 {
	margin: 10px 0;
	font-size: 0.8em;
	color: #666;
	font-weight: normal;
}


//Encuesta

.nvleftright {
  color: #0C7FBF;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 12px;
  font-weight: bold;
}

.star-rating {
	margin-top:10px;
}

.textoFormularioEncuesta{
  color: #222222;
  font-size: 12px;
  padding: 10px 5px;
  border: 1px solid #89C2DF;

}

#encuesta {
  margin-bottom: 20px;
  margin-right: 15px;
  margin-top: 20px;
  padding: 20px 15px;
}
