@charset "UTF-8";
.stilo_giorgio {
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	line-height: 15px;
	font-weight: normal;
	color: #000000;
}

* {
	margin: 0px;
	padding: 0px;
}

body {
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	line-height: 16px;
	font-weight: normal;
	color: #000000;
	background: url(imagenes_sito/barra_vertical.gif) repeat-y 220px;
}

a{
	color: black;
	border-style: none;
	text-decoration: none;
}

a:hover{
	color: #7a3039;
	text-decoration: underline;
}


a img{
	border-style: none;
	text-decoration: none;
	opacity: 0.7;
}

a img:hover{
	border-style: none;
	text-decoration: none;
	opacity: 1;

}

/* Wrapped */

#wrapped {
	width: 1500px;
	
}

#encabezado {
padding-top:20px;
padding-left:25px;
padding-right:25px;
padding-bottom:30px;
background: url(imagenes_sito/barra_horizontal.gif) repeat-x 0 32px;

}


/* Navegacion */
#navegacion ul{

	margin-left: 220px;
	position: absolute;
}

#navegacion ul{
	float: left;
}

#navegacion li{
	padding-left: 15px;
	display: inline;
	list-style-type: none;
}


#titulo {
	
	float: left;
	margin-left: 15px;
	font-size: 16px;
	position: absolute;
}

#contenido {
	margin-top: 15px;
}


/* Lista de proyectos */

.proyecto{
	margin: 0 0 20px;
	padding: 0px 0px 15px;
	background: url(imagenes_sito/barra_horizontal.gif) repeat-x 0 68px;
}

.proyecto img {
margin-left:10px;
margin-right:10px;
}

#linea_vertical {
position: absolute;
width:50px;
height:100%;
margin-left:560px;
background: url(imagenes_sito/barra_vertical.gif) repeat-y;

}

#linea_vertical2 {
position: absolute;
width:50px;
height:100%;
margin-left:678px;
background: url(imagenes_sito/barra_vertical.gif) repeat-y;

}

#linea_vertical3 {
position: absolute;
width:50px;
height:100%;
margin-left:910px;
background: url(imagenes_sito/barra_vertical.gif) repeat-y;

}

.proyecto li{
	display: inline;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	font-size: 1px;
}

.proyecto ul{
	float: rigth;
	margin: 0px;
	margin-left: 255px;
	padding: 0px;
}

.tituloproyecto{
	display: inline;
	float: left;
}

.tituloproyecto img{
	padding-top: 30px;

}

/* Proyecto vertical */

#proyecto_vertical{
	position:absolute;
	left:951px;
	top: 75px;
}

#proyecto_vertical2{
	position:absolute;
	left:600px;
	top: 75px;
}


.proyecto_vertical ul{
	float: left;
	margin: 0px;
	margin-left: 90px;
	padding: 0px;
}

.proyecto_vertical li{
	margin: 15px;
	padding: 0px;
	list-style-type: none;
}

div#qTip {
  padding: 0.2em 0.5em;
  display: none;
  background: #fff;
  color:  #7a3039;
  font-size: 0.9em;
  text-align: center;
  position: absolute;
  z-index: 1000;
	border: 1px solid  #7a3039;
}

#articulo_new{
	position:absolute;
	line-height:18px;
	left: 260px;
	width:400px
}

.articulo_new{
	position:absolute;
	line-height:18px;
	left: 260px;
	width:400px
}

#articulo_new p{
margin-top:10px;
}

#lista_proyectos_articulos{
position:absolute; top:70px; left:28px; line-height:18px; width: 180px; text-align:right
}

#lista_proyectos_articulos a{
padding-left:25px;
}


#lista_proyectos_articulos a:hover{
padding-left:25px;
background-repeat:no-repeat;
background-image:url(imagenes_sito/flecha.jpg);

}

.articulo {
	position: absolute;
	left: 258px;
	padding-top: 1px;
	width: 290px;
	text-align: left;
	font-size: 12px;
	line-height: 18px;

}

.articulo p {
margin-bottom: 30px;
}

h1{
	font-size: 18px;
}

li{
margin-bottom: 10px;
list-style-type: none;
}

span{
	font-style: italic;
	color: #7a3039;
}

.negrita{
	font-weight: bold;
}

.articulo_en{
	color: #7a686a;
	position: absolute;
	left: 600px;
	padding-top: 1px;
	width: 290px;
	text-align: left;
	font-size: 12px;
	line-height: 18px;
}

#articulo_en2{
	color: #7a686a;
}

.articulo_en2{
	color: #7a686a;
	font-weight: normal;
	font-style: normal;
}
.articulo_en p {
margin-bottom: 30px;
}

.inputcampotexto{
width:100%;
border: #CCCCCC 1px solid;
}

textarea {
width:100%
}

b {
color: #7a3039;
}
