/* CSS Document */

#devel
{
    margin-top: 30px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	/*font-size: 10px;*/
	color: silver;
    /*background-color: silver;*/
	text-align: center;
}

#devel a
{
	font-size: 12px;
	font-weight:bold;
	color: silver;
	text-decoration: none;
}



.section_title
{
	float:left;
	/*font-size: 19px;*/
	color: #FFFFFF;
}

/* cuadrado verde */
.square
{
	float: left;
	
	width: 11px;
	height: 11px;
	
	background-color: #64C800;
}

#square_up.square
{
	margin-left: 8px;
	margin-top: 19px;
}

#square_down.square
{
	margin-left: 10px;
	margin-top: 321px;
}

.line
{
	float: left;
	
	width: 232px;
	height: 1px;

	background-color: #64C800;
}

/* linea verde superior */
#line_sup.line
{
	margin-left: 7px;
	margin-top: 22px;
}

/* linea verde inferior */
#line_inf.line
{
	margin-left: 9px;
	margin-top: 325px;
}

/* línea blanca */
.deco3
{
	float: left;

	width: 3px;
	height: 467px;
	
	margin-left: 11px;
	margin-top: 25px;

	background-color: #FFFFFF;
}


.direccion
{
	/*position: absolute;*/
	
	float: right;
	width: 300px;


	font-size: 12px;
	color: #838383;
	
	text-align: right;
	
	/*background-color:#CCCCCC;*/
}

#office1.direccion
{
	margin-top: 20px;
	margin-right: 0px;
	
	/*margin-left: 800px;
	margin-top: 20px;*/
}

#office2.direccion
{
	margin-right: 0px;
	margin-top: 20px;
	/*margin-top: 90px;*/
}

.direccion_title
{

	font-weight: bold;
	color: #B5B5B5;
	text-transform: uppercase;
}

#proyectos.section_title
{
	margin-top: 12px;
	margin-left: 99px;

	width: 93px;
/*	height: 18px;*/
/*	background-color: #CCCCCC;*/
}

#proyectos.section_title a
{
	font-size: 19px;
	color: #FFFFFF;
	text-decoration: none;
}

#oficina_virtual.section_title
{
	margin-top: 315px;
	margin-left: 7px;

	width: 135px;
}

#oficina_virtual.section_title a
{
	font-size: 19px;
	color: #FFFFFF;
	text-decoration: none;
}


/* CSS Document */

#proyecto_vertical
{
	float:left; 

	/*background-image: url(../img/proyectos_vertical.png);
	background-position: 0px 0px;*/
	
	width: 15px;
	height: 84px;
	
	margin-top: 20px;
	margin-left: 64px;
}

#office .square
{
	float:left; 
	
	width: 11px;
	height: 11px;
	
	background-color: #64C800;

	margin-left: -14px;
	margin-top: 110px;
}

#office .vertical_line
{
	float:left; 
	
	width: 3px;
	height: 476px;
	
	margin-left: 12px;
	margin-top: 12px;
	
	background-color: #FFFFFF;
	
}

#office .title
{
	margin-left: 227px;
	margin-top: 25px;
	color: #FFFFFF;
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold
}

#office .title_important
{
	color: #64c800;
	font-size: 24px;
	
}


#title_contacto
{
	
	margin-top:245px;
	margin-right: 286px;
	
	color: #64C800;
	
	text-transform: uppercase;
	
	font-size: 16px;

	text-align: right;

}


#email
{
	margin-right: 286px;
	margin-top: 10px;

	text-align: right;
	
}

#content_area
{
	float:right;
	
	width: 880px;
}

.direccion_detail
{

	font-size: 12px;
	color: #838383;
	
	text-align: right;
}

#office .direccion_detail
{
	margin-right: 286px;
	margin-top: 10px;
}

#office .direccion_detail
{
	margin-right: 286px;
	margin-top: 10px;
}


.horizontal_line
{
	margin-top: 12px;
	float: left;
	height: 1px;
	width: 619px;
	
	background-color: #64C800;
}

#title_oficina
{
	margin-top: -5px;
	margin-left: 7px;
	float: left;
	width: 200px;
	text-align: left;
	color: #64C800;
	font-size: 24px;
	font-weight: bold;
}

.resaltado
{
	color: #64c800;
}

#email a
{
	color: white;
	text-decoration: none;
}

#aviso
{
	text-transform: uppercase;
	color: #64C800;
	
	margin-left: 44px;
}



/* Listado de proyectos */

#projects .title_area
{
	/*border: 1px solid white;*/
	
	height: 34px;
}

#projects .title_area .title
{
	width: 145px;
	float: left;
	font-size: 25px;
	font-weight: bold;
	color: #64C800;
	margin-top: 1px;
	margin-left: 32px;
}

#projects .title_area .hor_line
{
	float: left;
	margin-top: 18px;
	margin-left: 10px;
	width: 750px;
	height: 1px;
	background-color: #64C800;
}


#projects .content_area
{
/*	height: 200px;*/
	/*border: 1px solid white;*/
	margin-left: 32px;
}

#projects .content_area .col1
{
	float:left;
	width: 211px;
	/*background-color:#999999;*/
}
#projects .content_area .col2
{
	float:left;
	width: 700px;
	/*background-color:#CCCCCC;*/
}
#projects .content_area .col3
{
	float:left;
	width: 35px;
	/*background-color:#eeeeee;*/
	
}

#projects .content_area .col1 .direccion_detail
{
	float: left;
	
	text-align: left;
}

#link_all
{
	margin-top: 10px;
	font-weight: bold;
	color: white;
}

#link_all a 
{
	color: white;
	text-decoration: none;
}

#link_all.selected a
{
	color: red;
}


#link_present
{
	margin-top: 206px;
	font-weight: bold;
	color: white;
}

#link_present a
{
	color: white;
	text-decoration: none;
}

#link_present.selected a
{
	color: red;
}

#link_present .square
{
	margin-top: 3px;
	margin-right: 5px;
}
#link_all .square
{
	margin-top: 3px;
	margin-right: 5px;
}


#dir1
{
	margin-top: 76px;
}

#dir2
{
	margin-top: 15px;
	margin-bottom: 20px;
}

.col2 .list 
{
	width: 700px;
	/*background-color:#FFFF00;*/
	/*border: 1px solid white;*/
}

.col2 .list td.image
{
/*	width: 120px;*/
	text-align: right;
}

.col2 .list td.image a
{
	text-decoration: none;
	color: white;
}

.col2 .list td
{
	text-align: center;
	color: white;
	padding-bottom: 15px;
	padding-left: 3px;
	padding-right: 3px;
	font-size: 12px;
}

.col2 .list td.name
{
	color: #66cc00;
	text-align: left;
}

.col2 .list td.name a
{
	/*color: #66cc00;*/
	color: red;
	text-decoration: none;
	font-weight:normal;
}

.col2 .list th
{
	padding-bottom: 5px;	
	text-align: center;
}

.col2 .list td.date
{
	width: 80px;
	text-align: left;
}

.col2 .list td.category
{
	width: 120px;
	text-align: left;
}

.col2 .list td.place
{
	width: 200px;
	text-align: left;
}

.col2 .list th a
{
	color: red;
	text-decoration: none;
	font-weight: bold;
}

.ver_line
{
	margin-top: -10px;
	margin-left: 4px;
	height: 474px;
	width: 3px;
	background-color: #FFFFFF;	
}


#oficina_vertical
{
	float:right; 

	/*/background-image: url(../img/oficina_vertical.png);
	background-position: 0px 0px;*/
	
	width: 12px;
	height: 139px;
	
	margin-top: 320px;
	margin-right: 10px;
}


/* Estilos botonera de paginación */
/**********************************/
.paging 
{
	border-top: 0px solid white;
	margin-top: 0px;
	height: 20px;
	margin-bottom: 20px;
	color: #FFFFFF;
}


.paging ul
{
	float: right;
	list-style: none;
	margin: 0px;
	margin-left: 0px;
	margin-right: 0px;
	padding: 0px;
}

.paging ul li 
{
	margin-top: 2px;
	margin-right: 10px;
	float: left;
	padding: 0px;

}

.paging a
{
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;	
}

.paging .disabled 
{
	display: none;
}
/*------ Estilos botonera paginación -----*/


/* Detalle d un proyecto */
/*************************/

.back_link
{
	margin-top: 10px;
	margin-bottom: 10px;
}

.back_link a
{
	text-decoration: none;
	color: white;
	font-weight: bold;
	
}

#project_image
{
	width: 680px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	vertical-align: middle;
	padding: 5px;
}

#project_text
{
	/*font-size: 12px;*/
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	color: white;
	width: 600px;
	padding: 5px;
}

#project_video
{
	width: 680px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	text-align: center;
	vertical-align: middle;
	padding: 5px;
}

#videoL
{
	width: 680px;
	text-align: center;
	vertical-align: middle;
}

/*--- detalle de un proyecto ---*/

#flash
{
	text-align:center;
	margin-top: 30px;
}