html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* MAIN STYLES */
body, html {
	background:#ededed;
	height:100%;
	line-height:20px;
	font-size:14px;
	color:#333;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:normal;
}
a {text-decoration:none; color:#000;} 
a:link {text-decoration: none;}
a:visited {text-decoration: none}
a:active {color: #000; text-decoration: none}
a:hover {text-decoration: none;}
#header {
	position:relative;
	top:0px;
	width: 1024px;			/* Set to slidorion width. Is equal to #slider + #accordion width */
	height: 100px;			/* Set to slidorion height. Is equal to #slider and #accordion height. TODOS LOS 600 INFLUYEN EN EL TAMAŅO!!!!!*/
	position: relative;
	left: 40%;
	margin-left: -384px;
	padding: 10px;
}
#logo {
	font-size:30px;
	font-family: Helvetica, Arial, sans-serif;
}
#accordion p {
	margin-bottom:14px;
}
#accordion strong {
	font-weight: bold !important;
}
#slide1 {
	background:#f2f2f2;
}
#accordion .quiensoy { /**************** MWM *********************/
	margin-left:6px;
	margin-top:-25px;
	line-height:30px;
	font-size:12px;
}
#slide1 .content {
	padding:20px;
	font-family: 'Yanone Kaffeesatz', sans-serif; font-weight:bold;
}
#slide1 h4 {
	font-size:24px !important;
	line-height:28px !important;
}
#slide1 .content ul {
	list-style: square;
	margin-top:15px;
	margin-left:40px;
}
#slide1 .content li {
	margin-bottom:10px;
}
#slide3 .content {
	padding:15px 20px;
}
#slide3 a {
	color:#ddd;
}
#slide3 .content h1 {
	text-align:left;
	font-size:60px;
}
#slide2 {
	background-image: url(../img/fondo.jpg);
	color:#000 !important;
}
#slide3 {
	background-image: url(../img/fondo.jpg);
	color:#000 !important;
}
#slide4 {
	background-image: url(../img/fondo.jpg);
	color:#000 !important;
}
#slide5 {
	background-image: url(../img/fondo.jpg);
	color:#000 !important;
}
#slide6 {
	background-image: url(../img/fondo.jpg);
	color:#000 !important;
}
#slide7 {
	background-image: url(../img/fondo.jpg);
	color:#000 !important;
}
#slide8 {
	background-image: url(../img/fondo.jpg);
	color:#000 !important;
}
#slide10 {
	background-image: url(../marciano/marciano2.jpg);
	font-size:16px;
	color:#000 !important;
}
#slide10 p {
	font-weight:bold;
	font-size:14px;
}
#strong {
	font-weight:bold;
}
.slide a img{
	width: 100px;
	height: 100px;
	float: left;
	margin: 5px 5px 1px 5px;
	display: block;
	position: relative;
	left: 1px;
	top:1px;
	padding: 5px;
	background: #CCC;
	-webkit-box-shadow: 1px 1px 2px #fff, 1px 1px 2px rgba(158,111,86,0.3) inset;
	-moz-box-shadow: 1px 1px 2px #fff, 1px 1px 2px rgba(158,111,86,0.3) inset;
	box-shadow: 1px 1px 2px #fff, 1px 1px 2px rgba(158,111,86,0.3) inset;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px 4px 4px 4px;
}
#container {
	font-size:11px;
}
#container a {text-decoration:none; color: #999999;} 
#container a:link {text-decoration:none; color:#999999;} 
#container a:visited {text-decoration:none; color:#999999;} 
#container a:active {text-decoration:none; color:#999999;} 
#container a:hover {text-decoration:none; color:#999999;} 
/* CV */
.cv {
	text-align:right;
	font-size:10px;
}
.cv_titulo {
	text-decoration:underline;
}
