body {background-color:#EBEBEB; margin:0px; padding:0px; font-family: Frutiger-Roman,Arial,Helvetica,sans; font-size: 13px; }

#contenedor { width: 1005px; margin: 0 auto; height:auto; background: #FFFFFF; border:#aaa 1px solid; padding-top:10px; padding-bottom:25px;

border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;

-webkit-box-shadow: 3px 3px 3px rgba(0,0,0, .1);
-moz-box-shadow: 3px 3px 3px rgba(0,0,0, .1);*/
	
 }

#cuerpo { margin: 0 auto; height:auto; padding:20px;  z-index: 0; }

a {
	color: #333;
}

p{text-align: justify; line-height: 180%; margin: 0px 30px; padding: 5px 0px}

h2 { color: #ef6b10; padding-bottom: 4px; margin-top: 20px; margin-right: 30px;margin-left: 30px; margin-bottom: 0px; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #9f9d98}

h3 { margin-right: 30px; margin-left: 30px; margin-bottom: 0px; font-weight:bold; }

.subir {float: right; position: relative; height: -10px; color:#0066CC;}



/* Estilos de animacion____________________________________________________________-*/

.clear {
	clear:both;
}


#obra { width: 850px;
margin-left:50px;

 height:230px; border:#c7c9ef 1px solid; 
padding:5px;
 z-index: 1;
position:absolute;
border-radius: 10px;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
-webkit-box-shadow: 3px 3px 3px rgba(0,0,0, .1);
-moz-box-shadow: 3px 3px 3px rgba(0,0,0, .1);*/
 background-image:url(img/input_textarea.gif); background-position:bottom; background-repeat:repeat-x;
}

.descripcion_obra {
float:right;
	margin:0;
	padding:0; 
	width: 600px;
	top: 10px;
	height:200px;
	position:relative
}
.descripcion_obra_gr {
float:right;
	margin:0;
	padding:0; 
	width: 600px;
	top: -15px; !important
	height:200px;
	position:relative
}

.animacion {
	float:left;
	width:100%;
	margin:0;
	padding:0;
}

.animacion_img {
	float:left;
	width:180px;
	height:200px;
	/*padding:0px;
	margin:0px;*/
	margin:auto;
	margin-left:20px;
	/*padding:auto;*/
	border:1px solid #999;
	overflow:hidden;
	position:absolute;
	top: 17px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
-webkit-box-shadow: 3px 3px 3px rgba(0,0,0, .1);
-moz-box-shadow: 3px 3px 3px rgba(0,0,0, .1);*/
	
}

.animacion_img img {
	width:180px;
	height:200px;
	float:left;
	position:absolute;
	left:0px;
	top:0px;
	display:none;
	
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;

-webkit-box-shadow: 3px 3px 3px rgba(0,0,0, .1);
-moz-box-shadow: 3px 3px 3px rgba(0,0,0, .1);*/
	
}



/* Estilos del menu____________________________________________________________-*/
#nav {
	margin: 0;
	/*padding: 7px 6px 0;
	/*background: #7d7d7d url(img/gradient.png) repeat-x 0 -110px;
	line-height: 100%;

	border-radius: 2em;
	-webkit-border-radius: 2em;
	-moz-border-radius: 2em;

	-webkit-box-shadow: 0 1px 3px rgba(0,0,0, .4);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0, .4);*/
}
#nav li {
	margin: 0 2px;
	padding: 0 0 8px;
	float: left;
	position: relative;
	list-style: none;
		 z-index: 998;

}


/* main level link */
#nav a {
	/*font-weight: bold;*/
	color: #000;
	text-decoration: none;
	display: block;
	padding:  4px 10px;
	margin: 0;

	/*-webkit-border-radius: 1.6em;
	-moz-border-radius: 1.6em;
	
	text-shadow: 0 1px 1px rgba(0,0,0, .3);*/
}
/*#nav a:hover {
	background: #000;
	color: #fff;
}*/

/* main level link hover */
#nav .current a, #nav li:hover > a {
	/*background: #666 url(img/gradient.png) repeat-x 0 -40px;*/
	background: #ef6b10;
	color: #fff;
	 z-index: 998;
	/*font-weight: bold;*/
	/*border-top: solid 1px #f8f8f8;

	-webkit-box-shadow: 0 1px 1px rgba(0,0,0, .2);
	-moz-box-shadow: 0 1px 1px rgba(0,0,0, .2);
	box-shadow: 0 1px 1px rgba(0,0,0, .2);

	text-shadow: 0 1px 0 rgba(255,255,255, 1);*/
}

/* sub levels link hover */
#nav ul li:hover a, #nav li:hover li a {
	background: none;
	border: none;
	color: #666;

	-webkit-box-shadow: none;
	-moz-box-shadow: none;
}
#nav ul a:hover {
	/*background: #0078ff url(img/gradient.png) repeat-x 0 -100px !important;*/
	/*background: #ef6b10 url(img/gradient.png) repeat-x 0 -100px !important;*/
	background: #ef6b10 0 -100px   !important;
	color: #fff !important;

-webkit-box-shadow: 3px 3px 3px rgba(0,0,0, .1);
-moz-box-shadow: 3px 3px 3px rgba(0,0,0, .1);*/
	box-shadow: 3px 3px 3px rgba(0,0,0, .2);
	/*-webkit-border-radius: 0;
	-moz-border-radius: 0;*/

	text-shadow: 0 1px 1px rgba(0,0,0, .1);
}

/* dropdown */
#nav li:hover > ul {
	display: block;
}

/* level 2 list */
#nav ul {
	display: none;

	margin: 0;
	padding: 0;
	width: 185px;
	position: absolute;
	top: 40px;
	left: 0;
	background: #ddd url(img/gradient.png) repeat-x 0 0;
	border: solid 1px #b4b4b4;

	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;

-webkit-box-shadow: 3px 3px 3px rgba(0,0,0, .1);
-moz-box-shadow: 3px 3px 3px rgba(0,0,0, .1);*/
	box-shadow: 0 1px 3px rgba(0,0,0, .3);
}
#nav ul li {
	float: none;
	margin: 0;
	padding: 0;
}

#nav ul a {
	font-weight: normal;
	text-shadow: 0 1px 0 #fff;
}

/* level 3+ list */
#nav ul ul {
	left: 181px;
	top: -3px;
}

/* rounded corners of first and last link */
#nav ul li:first-child > a {
	-webkit-border-top-left-radius: 9px;
	-moz-border-radius-topleft: 9px;

	-webkit-border-top-right-radius: 9px;
	-moz-border-radius-topright: 9px;
}
#nav ul li:last-child > a {
	-webkit-border-bottom-left-radius: 9px;
	-moz-border-radius-bottomleft: 9px;

	-webkit-border-bottom-right-radius: 9px;
	-moz-border-radius-bottomright: 9px;
}

/* clearfix */
#nav:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
#nav {
	display: inline-block;
} 
html[xmlns] #nav {
	display: block;
}
 
* html #nav {
	height: 1%;
}


table {
width:90%;
}

.cybergy {color: #CACACD}