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

/* RESET CSS*/
html, body, div, span, applet, object, iframe, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, 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, caption, tbody, tfoot, thead, {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	/*font-size: 100%;*/
	background: transparent;
	text-align: justify;
	
}
html {
	height:100%;
	overflow:auto; 
	overflow-x:hidden;
}
body {
	line-height: 1;
	color:#000;
	margin-top:0;
	margin-left:0;
	margin-bottom:0;
	margin-right:0;
	text-align: justify;
	height:100%;
	overflow-x:hidden;
}
ol, ul {
	list-style: none;
	text-align: center;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
/* FIN RESET CSS*/

body {
	background-color: #78786e;
}

a:link {
	color: #FFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFF;
}
a:hover {
	text-decoration: none;
	color: #FFF;
}
a:active {
	text-decoration: none;
	color: #FFF;
}
.titulares {
	font-family: Arial;
	font-size: 16px;
}
.titularesbig {
	font-family: Arial;
	font-size: 18px;
	font-weight: lighter;
	color:#FFF
}
.titproyecto {
	font-family: Arial;
	font-size: 20px;
	font-weight: lighter;
	text-align:left;
	color:#FFF;
	line-height:25px
}
.cuerpo {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFF;
	text-align:justify;
	line-height:normal
}

#menu {
	position: relative;
	vertical-align:middle
}
#botonera {
	font-family: Arial;
	color: #FFF;
	font-size:14px;
	margin-top:20px;
	background-color: #7fb5b5;
	width:auto
}
#copyright {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
	text-align:center;
	margin: 0 auto 0 auto;
	margin-top: 30px;
	width: 100%;
	bottom: 10px;
	height: 20px;
	padding: 12px;
	background-image: url(line_foot2.gif);
	background-repeat: repeat;
	clear:both
}
#datos {
	margin-top:20px;
	margin-left:50px;
	width:900px;
	height:40px
	}
#tarjeta {
	float:left;
	width:410px
	}
#arquitectos {
	float:left;
	width:410px;
	margin-left:20px
	}
#proyecto1 {
	margin-left:10px;
	margin-top:10px
	}
#proyecto2 {
	margin-left:10px;
	margin-top:15px
	}
#proyecto3 {
	font-size: 14px;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFF;
	line-height: 20px;
	padding:3px;
	border: 1px solid white;
	width:250px;
	text-align:center;
	margin-right:0
}
#cuerpo {
	padding: 10px;
	margin-left: 10px;
	margin-right: 10px;
	}
#recuadro {
	line-height: 20px;
	padding:3px;
	border: 1px solid white;
	text-align:center
}
.redes {
	font-family: Arial;
	font-size: 12px;
	color:#333
}