body{
	background-color: #b6def1;
	margin: 0px;
	font-family: helvetica, sans-serif, monospace;
}
ul{
	margin-top: 0px;
	margin-left: 10px;
	padding: 0px;
	list-style: none;
}
a{
	margin: 0px;
	padding: 0px;
	outline: none;
	color: #ea6226;
	/*font-weight: bold;*/
	text-decoration: none;
}
a:visited {
	color: #ea6226;
}
a:hover {
	color: white;
}
img{
	border: none;
}
img.open{
	position: absolute;
	margin-top: -12px;
}
img.close{
	position: absolute;
	margin-top: -5px;
	margin-left: -10px;
}
.spanclose{
	background-image: url("images/comillas-close.png");
	background-repeat: no-repeat;
}
#container{
	width: 960px;
	/*
	height: 100%;
	*/
	margin: 0 auto;
	position: relative;
}
#cabecera{
	width: 510px;
	height: 215px;
	background-image: url("../images/line.png");
	background-repeat: no-repeat;
	margin-top: 120px;
	margin-left: 250px;
	position: relative;
}
#contact_list{
	/*
	float: right;
	*/
	margin-right: 55px;
	position: absolute;
	top: 0px;
	left: 340px;
}
	#contact_list li{
		height: 27px;
		margin-top: 2px;
		margin-bottom: 10px;
	}
.menu li{
	display: inline;
}
#cuerpo{
	width: 820px;
	height: 225px;
	/*
	height: 360px;
	height: 326px;				
	background-image: url("images/arthur.png");
	background-repeat: no-repeat;
	background-position: right bottom;
	*/
	position: relative;
	/*display: none;*/
	margin: auto;
}
p{
	/*
	color: white;
	font-weight: bold;
	*/
	font-size: 14px;
}
p.cita{
	font-style: italic;
	font-size: 15px;
	margin: 5px 15px;
	padding-bottom: 16px;
}
p.columna{
	width: 230px;
	margin-top: 30px;
	margin-right: 20px;
	margin-left: 20px;
	margin-bottom: 0px;
	display: inline-block;
	line-height: 22px;
	text-align: justify;
	vertical-align: top;
}
p.pie{
	width: 755px;
	font-size: 24px;
}
p.introduction{
	width: 600px;
	font-size: 24px;
	margin: 20px auto;
	padding-left: 50px;
}
.oculto{
	display: none;
}
.contact_img{
	margin: 20px auto 0 180px;
}
#footer{
	position: relative;
        width: 130px;
	bottom: 1.5%;
	left: 50%;
	font-size: 12px;
	margin: 5% 0 auto -45px;
}
#footer a{
	font-weight: lighter;
}
.separador{
	margin: auto 5px;
}
#aboutthis{
	font-size: 11px;
}
#modalwindow{
	display: none;
	/*
	background-color: white;
	*/
	background-color: #b6def1;
	width: 600px;
	height: 320px;
	padding: 5px;
	-moz-border-radius: 10px;
}
#modalcontent{
	width: 570px;
	height: 290px;
	/*
	border: 8px solid #B6DEF1;
	*/
	border: 8px solid white;
	padding: 7px;
	-moz-border-radius: 10px;
}
#simplemodal-overlay{
	background-color:#000;
}
.cita_open{
	background-image: url("../images/comillas-open-w.png");
	background-repeat: no-repeat;
	padding-top: 5px;
	margin-top: 7px;
}
.cita_close{
	background: url("../images/comillas-close-w.png") no-repeat bottom right;			
	padding-bottom: 16px;
}
.modal_close{
	float: right;
	cursor: pointer;
}
#social{
	width: 135px;
	height: 27px;
}
.social_icon{
	width: 25px;
	height: 27px;
}
.social_link{
	/*en lugar de dar el margen en .social_icon, lo damos aqui
	para que no se generen eventos simplemente por tener el 
	raton encima del margen y no en la imagen nada mas */
	margin-right: 16px;
}