/***** Reset *****/
@import "reset.css";

/***** General *****/
html {
	height: 100%;
}
body {
	height: 100%;
	width: 1010px;
	background: url(../images/back.png) repeat fixed;
}
p {
	margin: 0 0 1.2em;
}
a {
	color: #54AAAA;
}

/***** Tipografía *****/
body {
	font-family: adobe-garamond-pro, "Adobe Garamond Pro", Palatino, Baskerville, Garamond, Georgia, serif;
	font-size: 17px;
	line-height: 1.3em;
}
h1, h2, #nav, #title p {
	font-family: museo-slab, serif;
	text-rendering: optimizeLegibility; 
}
strong, b {
	font-weight: 700;
}
em {
	font-style: italic;
}

/***** Layout *****/
#wrapper {
	position: relative;
	width: 830px;
	min-height: 100%;
	background: #FFF url(../images/textura_papel.png);
}
#nav {
	position: fixed;
	top: 23px;
	left: 830px;
	width: 180px;
}
#logo {
	position: fixed;
	top: 50px;
	left: 90px;
}
/* iPad [vertical + horizontal] */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
	#nav { position: absolute; }
	#logo { position: absolute; }
}

/* iPhone [vertical + horizontal] */
@media only screen and (max-device-width: 480px) {
	#nav { position: absolute; }
	#logo { position: absolute; }
}

#header,
#content {
	margin: 0 0 0 240px;
	width: 550px;
}

/***** Cabecera *****/
#title {
	position: relative;
	padding: 96px 0 0;
}
#title h1,
#title h2 {
	line-height: 1.2em;
}
#title h1 {
	font-size: 30px;
	font-weight: 700;
	margin-bottom: -.15em; 
}
#title h1 abbr {
	display: inline-block;
	margin-right: -.15em;
}
#title h2,
#title p {
	font-size: 18px;
	color: #E0123A;
}
#title h2 {
	margin: 3px 0;
	font-weight: 300;
}
#title p {
	font-weight: 100;
}
#title address {
	position: absolute;
	top: 20px;
	right: 0;
	text-align: right;
	color: #C0C0C0;
	font-size: 18px; 
	line-height: 1.3em;
	font-style: normal;
}
#title a {
	color: #C0C0C0;
	text-decoration: none;
}
#title .email,
#title .tel {
	display: block;
}

/***** Navegación *****/
#nav {
	background: url(../images/photo2.png) no-repeat top left;
	font-size: 16px; 
}
#nav ul {
	padding: 200px 0 0 12px;
}
#nav a {
	text-decoration: none;
	color: #000;
}
#nav a:hover,
#nav .current {
	color: #FFF;
}

/***** Contenido *****/
#content {
	padding: 8px 0 50px;
	margin-right: 10px; 
}
#content p {
	margin: 0 0 1em;
}
#content h2 {
	margin: 0 0 .3em;
	font-size: 20px;
	font-weight: 700;
	color: #7A0119;
}
#content h3 {
	margin: 0 0 .3em;
	font-family: museo-slab, serif;
	font-size: 20px;
	font-weight: 300;
	color: #656565;
}
#content ul {
	margin: 0 0 1.2em 20px;
}
#content li {
	list-style-image: url(../images/bullet.png);
}
#content .services {
	margin: 0 25px;
	color: #54AAAA;
}
#content .services dt {
	float: left;
	margin: 0 10px 0 0;
}
#content blockquote {
	color: #4d4d4d;
	background-color: #efefef; 
	background-image: url(../images/textura_papel-oscuro.png);
	background-repeat: repeat; 
	width: 525px; 
	margin-left: 0px;
	margin-top: 11px; 
	margin-bottom: 20px; 
	padding: 17px 17px 17px 17px; 
}
#content blockquote h4 {
	margin: 0;
	font-size: 20px;
	text-align: right; 
	color: #7A0119;
}
#content blockquote p {
	margin-bottom: 0.5em;
}
#content blockquote a {
	color: #7A0119;
	text-decoration: none; 
}
#content blockquote a:hover {
	color: #54AAAA;
	text-decoration: none; 
}
#content blockquote img {
	vertical-align: -15%;
}

img.foto_marco {
	border-color: #d2d2d2; 
	border-style: solid; 
	border-width: 1px; 
}


/***** Pie *****/
#footer {
	overflow: hidden;
	position: relative;
	margin: -40px 0 0;
	height: 40px;
	font-size: 15px; 
	font-style: italic; 
}
#footer p {
	float: left;
	margin: 0;
	height: 40px;
	line-height: 40px;
}
#footer a {
	color: white;
	text-decoration: underline; 
}
#footer .info {
	width: 820px;
	color: #FFF;
	background: #888;
	text-align: right; 
	padding-right: 10px; 
}
#footer .author {
	width: 100px;
	color: #444;
	text-align: left; 
	padding-left: 10px; 
}
#footer img { 
	vertical-align: -34%; 
}


/***** Aviso legal *****/
#cajalegal_body {
	width: 650px; 
}

#cajalegal {
	width: 500px; 
	margin: auto; 
	padding: 38px; 	
	background: #FFF url(../images/textura_papel.png);
}

#cajalegal p {
	width: auto; 
}

#cajalegal h3 {
	margin: 0 0 .2em;
	font-family: museo-slab, serif;
	font-size: 18px;
	font-weight: 300;
	color: #656565;
}

#logotipolegal {
	margin-bottom: 29px; 
	text-align: center; 
}

