@charset "utf-8";
/* CSS Document */

body{
	margin: 0px;
	background: linear-gradient(180deg, white 565px, #CCCCCC 0%);
}

#presentaciondiseno{
	padding-top: 25px;
	padding-bottom: 25px;
	width: 900px;
	/*border: solid red thin;*/
	vertical-align: middle;
}

#presentaciondiseno td.titulo{
	text-align: left;
	font-family: 'didoni';
	line-height: 15px;
	color: #707070;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-top: 0px;
	border-right: solid #707070 thin;
	/*border-bottom:solid green thin;*/
}

#presentaciondiseno td.titulo img{
	width: 250px;
}

#presentaciondiseno td.frase{
	padding-left: 20px;
	font-family: 'avenir';
	font-style: oblique;
	padding-bottom: 0px;
	padding-top: 0px;
	text-align: justify;
	/*border-bottom:solid green thin;*/
}

#presentaciondiseno p{
	margin: 0px;
}

#imagenesdiseno{
	/*border: solid green thin;*/
	width: 100%;
}

#imagenesdiseno img{
	width: 100%;
	height: auto;
}

#textodiseno{
	font-family: 'avenir';
	color: #707070;
	width: 100%;
	margin-top: 30px;
	/*border: solid red thin;*/
	text-align: justify;
}

#textodiseno td{
	/*border: solid green thin;*/
	width: 33%;
}

#textodiseno td.derecha{
	padding-right: 30px;
}

#textodiseno td.central{
	padding-right: 15px;
	padding-left: 15px;
}

#textodiseno td.izquierda{
	padding-left:30px;
}

#textodiseno td h1{
	/*border: solid blue thin;*/
	text-align: justify;
	font-size: 18px;
}

#textodiseno img{
	width: 100%;
	height: auto;
}
