BODY {
	color: #494949;;
	/*background-color: #ffffff; */
	/*font-family : Verdana, Arial, Helvetica, Geneva, sans-serif;*/
	font-family: "courier new", courier, "Andale Mono"; 
	font-size: 12px;
	text-align: center; /*to center on IE*/
	
}

/*body { font-family: "courier new", courier, "Andale Mono"; line-height: 1.3; }*/


h1{
	font-weight: bold;
	font-size: 22px;
	padding-top: 30px;
}

h2{
	font-weight: bold;
	font-size: 12px;
	padding: 25px 0 5px 0;
	margin: 0;
}
.italic
{
	font-weight: normal;
	font-style: italic;
}

h3{
	font-weight: bold;
	font-size: 12px;
	padding: 15px 0 0px 0;
	margin: 0;
}

a {color: #202020;}

a:hover {
	color: #C0C0C0;
	background : #202020;
}
/*a:active {
	color: #FF0200;
}*/
a.current {
	/*text-decoration: underline ;*/
	/*font-weight: bold;*/
	color: 	#a4a200;
}

a.current2 {
	/*text-decoration: underline ;*/
	/*font-weight: bold;*/
	color: 	#a4a200;
}


#contenido .articulos{
	color: #494949;
	font-weight: bold;
	margin-left: 20px;
	text-decoration: none ;
}

#contenido .articulos:hover{
	color: #ff0000;
}



#container { 
  width: 900px;
  margin: 0 auto; /* center in browser */
  background-color: #ffffff;
  text-align: left;/*to center on IE*/
}

#central {
	clear: both;
	/*border: 1px dotted #990000 ; */
	height: 100%; /*this is needed for the scrollbars in FF, APaug09*/
	/*width: 750px;*/
	padding-top : 20px;
	/*padding-top: 10px;*/
}


div#top {
	clear: both;
	height: 80px;
	padding-left : 0px;
	background: #ffffff url(imgs/nombre.gif) 0% 100% no-repeat;
	/*border-top: 1px dotted #CCCCCC ; */
}

div#contenido {
	/*border: 1px solid #008080;*/
	/*margin-left : 0px;*/ /*250*/
	display: inline;
	}
	
div#contenidotrabajos {
	margin : 0px;
	padding : 0px;
	height: 200px;/*margin, padding, height is needed for the page not to jump in IE8*/
	display: inline;
}

div#contenidotrabajos2 {
	margin : 0px;
	padding : 0px;
	height: 200px;/*margin, padding, height is needed for the page not to jump in IE8*/
	display: inline;
}

div#contenidotrabajos a{ text-decoration: none; }

div#contenidotrabajos2 a{ text-decoration: none; }


div#obra {
	/*border: 1px solid #008080;*/
	margin-left : 180px; /*250*/
	/*display: inline;*/
	}
	

div#bottom{
	clear: both;
	text-align: right;
	margin: 50px 0px 0px 0px; /*250*/
	/*border-top : 1px solid #CCCCCC;*/
}


#lang {
	height: 18px;
	float: right;
	text-align: right;
	padding-top: 5px;
}

div#menu a{ font-size: 12px; }
div#lang a{ font-size: 12px; text-decoration: none; }



/* menu */

#menu {
	/*width: 500px;*/
	float: left; 
	margin: 5px 0px 15px 0px;
	/*border-bottom: 1px #CCCCCC dotted;*/
}

#menu ul {
	list-style-type: none; /* for IE */
	margin: 0;
	padding: 0;
}

#menu ul li{ 
	display: inline; 
	list-style: none; 
	margin: 0;
   padding: 0;
} /* no bulletpoints */

#menu ul li a { 
	text-decoration: none;
	/*margin: 8px;*/
	margin-right: 16px;
	/*margin: 20px;*//*space between menu items*/
}

/*#menu ul li a.current {
	font-weight: bold;
	text-decoration: underline ;
}*/

#menu ul li:first-child a{ margin-left: 0px; }

/* end menu*/



/*submenu cv*/
#submenu_cv {
	width: 880px;
	float: left; 
	margin-left: 0px;
	margin-top: 10px;
	margin-bottom: 30px;
	/*border-bottom: 1px #CCCCCC dotted;*/
}



/*submenu trabajos*/

#submenu {
	width: 880px; 	/*930*/
	float: left; 
	margin-left: 0px;
	margin-top: 10px;
	/*border-bottom: 1px #CCCCCC dotted;*/
}

#submenu ul {
	list-style-type: none; /* for IE */
	margin: 0;
	padding: 0;
}

#submenu ul li{ 
	display: inline; 
	list-style: none; 
	margin: 0;
   padding: 0;
} /* no bulletpoints */

#submenu ul li a { 
	text-decoration: none; /*underline;*/
	font-weight: bold;
	margin: 0 5px 0 0;/*space between menu items*/
}

/*#menu ul li a.current {
	font-weight: bold;
	text-decoration: underline ;
}*/

#submenu ul li:first-child a{ margin-left: 0px; }



.randomimg img {
	margin : 30px 0px 20px 20px;
	float : right;
}



/* end menus */

.spacer {
	clear:both;
	/*padding-top: 100px;*/
}


/* seccion trabajos /changed div to span, ap aug09/*/

.seccion{
	width: 200px;
	height: 200px;
	float:left;
	margin: 30px 20px 20px 0px;
	text-align:center;
/*border: 1px dotted #808080;*/
}
.seccion img{
	border:none;
	/*margin-bottom: 10px;*/
}

/***********************************************/
/* submenus verticales general*/

.menusV{
	width: 165px;
	/*height:100px;*/
	float:left;
	padding : 0px 5px 10px 0px;
	margin: 0 0px 10px 0;
	/*border-right: 1px dotted #666666;*/
	/*text-align:right ;*/
	/*border: 1px solid #008080;*/
}
.menusV ul {
	list-style-type: none; /* for IE */
	margin: 0 0 10 0;
	padding: 0;
}
.menusV ul li{ 
	list-style: none; 
	margin: 3px; /* v space between links*/
   padding: 0;
} /* no bulletpoints */
.menusV ul li a { 
	text-decoration: underline;
	margin: 0px;/*space between menu items*/
}
/*mozilla*/
.menusV a:focus { 
		color: 	#a4a200;
		-moz-outline-style: none;
}
/*IE*/
.menusV a:active { 
		color: 	#a4a200;
}


/*************************/
#especial{
	float: right;
	/*margin-right: 0px;*/
	/*border: 1px solid #008080;*/
}
#especialLeft{
	float: left;
	margin-left: 30px;
	/*margin-right: 0px;*/
	/*border: 1px solid #008080;*/
}
#especial, especialLeft ul {
	list-style-type: none; /* for IE */
}
#especial, especialLeft ul li {
	list-style: none; 
	margin-top: 10px;
}

/****************************************************/
/* popup galeria */
/*#titulo  {
	margin-left: 140px;
}*/
#trabajo  {
	/*width: 550px;*/
	margin: 0px 0px 35px 0px;
	/*border: 1px solid #008080;*/
	clear:both;
}
#menutrabajos{
	width: 165px;
	/*height:100px;*/
	float:left;
	padding : 0px 5px 10px 0px;
	margin: 0 0px 10px 0;
	border-right: 1px dotted #666666;
	text-align:right ;
	/*border: 1px solid #008080;*/
}
#menutrabajos ul {
	list-style-type: none; /* for IE */
	margin: 0 0 10 0;
	padding: 0;
}
#menutrabajos ul li{ 
	list-style: none; 
	margin: 3px; /* v space between links*/
   padding: 0;
} /* no bulletpoints */
#menutrabajos ul li a { 
	text-decoration: underline;
	margin: 0px;/*space between menu items*/
}
/*mozilla*/
#menutrabajos a:focus { 
		color: 	#a4a200;
		-moz-outline-style: none;
}
/*IE*/
#menutrabajos a:active { 
		color: 	#a4a200;
}

/************************/
#txt {
	width : 550px; 
	margin: 0px 12px 20px 20px;
	text-align:justify;
}

#box {
	width : 900px; 
	/*border: 1px solid #008080;*/
}




#imagenesL  {
	width: 350;
	float:left;
	text-align:left ;
	/*border: 1px solid #008080;*/
	margin: 0px 12px 0px 15px;
}
#imagenesR  {
	width: 350;
	float:left;
	/*border: 1px solid #008080;*/
	text-align:left ;
	/*margin-left: 660px;*/
	/*margin: 0px 12px 0px 15px;*/
}

#video_farewell  {
/*clear: both;*/
	width: 350;
	float:left;
	/*border: 1px solid #008080;*/
	text-align:left ;
	margin: 0px 20px 10px 60px;
}



#pie_foto {
	width : 300px;
	margin: 15px 15px 0px 5px;
	text-align:left ;
	font-size: 10px;
	/*color: #C0C0C0;*/
	/*border: 1px solid #000000;*/
} 
#pie_foto2 {
	width : 300px;
	margin: 15px 15px 0px 5px;
	text-align: left ;
	font-size: 10px;
	/*color: #C0C0C0;*/
	/*border: 1px solid #000000;*/
}



#dummy { 
	/*width:300px;*/
	border:0;
}
#dummy2 { 
	/*width:300px;*/
	border:0;
}





