/* http://developer.yahoo.com/yui/reset/ */

body,div,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td,legend,ul,li,ol { 
	margin:0;
	padding:0;	
}
h1{
height:0;
}
body{
		font-size:10px;
	}

table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var,legend {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	padding-left: 12em;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}

q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}

/* Dpto. Web Ciudad de las Artes y las Ciencias */
body {
	text-align:center;
	background: url(images/trencadis.jpg) no-repeat;
	font-family: arial;
	font-size:0.9em;
	font-weight:normal
}

strong {
	font-weight:bold;
}

h1 {
	position:absolute;
	left:-5555px
}

h2 {
	font-size:x-large;
	font-weight:bold;
	text-transform: uppercase;
	text-align:center;
}

form {
	padding: 1em;
	text-align:center;
}

input {
	padding: 0.3em;
}

#header {
	padding:1em;
}

#todo {
	text-align:left;
	max-width:824px;
	margin:auto;
	/*border:5px solid #eeeeee;*/
	/*background-color:#ffffff;*/
	color:#555555;
}

#todo h2,p {
	padding:2%;
}

#todo p {
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}

#div_carrusel {
	background: url(images/carrusel.jpg) no-repeat 0;
	margin: auto;
	margin-top: 3em;
	margin-bottom: 1em;
	width:780px;
	height: 220px;
	/*border:1px solid #999999;*/
	overflow: hidden;
	text-align:right;
	vertical-align: bottom;
}

#todo .primero {
	padding-top:3em;
}

#todo .carrusel {
	font-size: x-large;
	color: #3A6EA5;
	padding-top: 0;
}

#img_carrusel {
	position: relative;
	left: -1px;
}

.foto{
	float:right;
	padding-left:1em
}

