/*Etiquetas*/
body{
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	background-color: #efefef;
}
/*Menú*/
/*<![CDATA[*/

/* - - - ADxMenu: BASIC styles [ MANDATORY ] - - - */

/* remove all list stylings */
.menu, .menu ul {
	margin: 0;
	padding: 0;
	border: 0;
	list-style-type: none;
	display: block;
}

.menu li {
	margin: 0;
	padding: 0;
	border: 0;
	display: block;
	float: left;	/* move all main list items into one row, by floating them */
	position: relative;	/* position each LI, thus creating potential IE.win overlap problem */
	z-index: 5;		/* thus we need to apply explicit z-index here... */
}

.menu li:hover {
	z-index: 10000;	/* ...and here. this makes sure active item is always above anything else in the menu */
	white-space: normal;/* required to resolve IE7 :hover bug (z-index above is ignored if this is not present)
							see http://www.tanfa.co.uk/css/articles/pure-css-popups-bug.asp for other stuff that work */
}

.menu li li {
	float: none;/* items of the nested menus are kept on separate lines */
}

.menu ul {
	visibility: hidden;	/* initially hide all submenus. */
	position: absolute;
	z-index: 10;
	left: 0;	/* while hidden, always keep them at the top left corner, */
	top: 0;		/* 		to avoid scrollbars as much as possible */
}

.menu li:hover>ul {
	visibility: visible;	/* display submenu them on hover */
	top: 100%;	/* 1st level go below their parent item */
}

.menu li li:hover>ul {	/* 2nd+ levels go on the right side of the parent item */
	top: 0;
	left: 100%;
}

/* -- float.clear --
	force containment of floated LIs inside of UL */
.menu:after, .menu ul:after {
	content: ".";
	height: 0;
	display: block;
	visibility: hidden;
	overflow: hidden;
	clear: both;
}
.menu, .menu ul {	/* IE7 float clear: */
	min-height: 0;
}
/* -- float.clear.END --  */

/* -- sticky.submenu --
	it should not disappear when your mouse moves a bit outside the submenu
	YOU SHOULD NOT STYLE the background of the ".menu UL" or this feature may not work properly!
	if you do it, make sure you 110% know what you do */
.menu ul {
	background-image: url(../images/empty.gif);	/* required for sticky to work in IE6 and IE7 - due to their (different) hover bugs */
	padding: 10px 30px 30px 30px;
	margin: -10px 0 0 -30px;
	/*background: #f00;*/	/* uncomment this if you want to see the "safe" area.
								you can also use to adjust the safe area to your requirement */
}
.menu ul ul {
	padding: 30px 30px 30px 10px;
	margin: -30px 0 0 -10px;
}
/* -- sticky.submenu.END -- */






/* - - - ADxMenu: DESIGN styles [ OPTIONAL, design your heart out :) ] - - - */

.menu, .menu ul li {
	color: #fff;
	
}

.menu ul {
	width: 11em;
}

.menu a {
	text-decoration: none;
	color: #FFF;
	padding: .4em 1em;
	margin: 1px 3px 0 3px;
	display: block;
	position: relative;
	background-color: #037693;
	width: 115px;
}

.menu a:hover, .menu li:hover>a {
	color: #037693;
	background-color: #e6f1f5;
}
.menu li li {	/* create borders around each item */
}
.menu ul>li + li {	/* and remove the top border on all but first item in the list */
}
.menu li li:hover>ul {	/* inset 2nd+ submenus, to show off overlapping */
	top: 5px;
	left: 90%;
}

/* special colouring for "Main menu:", and for "xx submenu" items in ADxMenu
	placed here to clarify the terminology I use when referencing submenus in posts */

/* Fix for IE5/Mac \*//*/
.menu a {
	float: left;
}
/* End Fix */

/*]]>*/






#menu_full{
	float: left;
	width: 100%;
	border-bottom: 3px solid #037693;
	margin: 0;
	padding: 15px 0 0 0;
	background-color: #FFFFFF;
}
#menu_center{
	margin: 0 auto;
	width: 770px;
}
#menu{
	text-align: center;
}
#menu ul{
	margin: 0 auto;
	padding: 0;
}
/*headder*/
#header{
	float: left;
	height: 175px;
	width: 100%;
	background-color: #04738f;
	margin: 0;
	border-top: 5px solid #fff;
}
#header_center{
	height: 175px;
	width: 770px;
	background-color: #04738f;
	margin: 0 auto;
	background-image: url(../images/bg_header.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
/*Center*/
#center{
	float: left;
	width: 100%;
	margin: 0;
	background-color: #fff;
}
#content_center{
	margin: 0 auto;
	width: 770px;
	
}
/*Culumnas*/
.column_left_1{
	float: left;
	width: 550px;
}
/*Menu_2*/
#menu_2{
	float: right;
	width: 200px;
	font-size: 14px;
}
#menu_2 ul{
	margin: 0 10px 0 0;
	padding: 0px;
}
#menu_2 li{
	list-style-type: none;
}
#menu_2 a{
	background-color: #f5f5f5;
	width: 180px;
	display: block;
	padding: 7px 5px;
	margin: 2px;
	font-weight: bold;
	color: #037693;
	text-decoration: none;
}
#menu_2 a:hover{
	background-color: #e6f1f5;
	color: #666;
	background-image: url(../images/arrow_menu.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
/*footer*/
#footer{
	background-color: #EFEFEF;
	float: left;
	width: 100%;
	min-height: 200px;
}
* html #footer{
   height:150px;
}
#footer_center{
	margin: 0 auto;
	width: 770px;
}
#footer_content{
	float: left;
	width: 760px;
	padding: 5px;
}
#footer_copy{
	background-color: #f7f7f7;
	float: left;
	text-align: right;
	width: 760px;
	min-height: 20px;
	padding: 5px;
	border-top: 2px solid #666;
	background-image: url(../images/logos_footer.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}
* html #footer_copy{
   height: 20px;
}
.logos_space{
	margin: 20px 5px;
}
.right_colum_1{
	float: right;
	width: 200px;
}
.right_colum_1 img{
	margin: 5px;
}
/*Casos Div*/
#casos{
	float: left;
	width: 100%;
	min-height: 75px;
	background-color: #999;
	margin: 0;
	padding: 5px 0;
}
* html #casos{
	height: 75px;
}
#casos_center{
	width: 750px;
	margin: 0 auto;
	padding: 5px;
}
#casos_center h3{
	color: #FFF;
	font-size: 18px;
	margin: 2px;
	padding: 3px;
}
#casos img{
	margin: 3px;
	padding: 3px;
	background-color: #efefef;
	border: none;
}
#casos a{
	text-decoration: none;
	border: none;
}
/*Contenido Footer*/
.columnas_footer{
	float: left;
	width: 210px;
	margin: 5px;
	padding: 5px;
}
.videos_footer{
	float: left;
	height: 160px;
	width: 200px;
	margin: 5px;
	background-image: url(../images/bg_video.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.videos_footer img{
	margin: 20px 5px 5px 40px;
}
.descripciones_footer{
	margin: 5px;
	padding: 5px;
	float: left;
	width: 300px;
}
.formulario_datos{
	color: #069;
	font-weight: bold;
}
.formulario_campos{
	font-style: italic;
	color: #999;
}
.formulario_botones{
	background-color: #efefef;
	font-weight: bold;
	color: #069;
}
.warning_error {
	color: #CC0000;
	font-weight: bold;
}
a{
	color: #069;
	text-decoration: none;
	font-weight: bold;
}
a:hover{
	color: #666;
	text-decoration: underline;
}