/* CSS Document Eagle Vision */

/*   

Theme Name: title project - Eagle Vision
Theme URI: http://cynfyn.com/web/
Author: cynfyn solutions
Author URI: http://www.cynfyn.com
Version: 1.0
Description Development: Builder CSS+xhtml>> Jose Antenor Gomez - Design Elements>> Rafael Bernal

*/

/*...........................
	html
............................*/
* {
	margin: 0;
	padding: 0;
	border: none;
	}

/*html, body, form, fieldset, h1, h2, h3, h4, h5, h6, p, pre, blockquote, ul, ol, dl, address {
	margin:0;
	padding:0;
	}*/
html {
	text-shadow: #000 0px 0px 0px;/* Elimina el efecto bold en Safari */
	}
body{
	background:url(images/bg.jpg);
	font-family:"Trebuchet MS",Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	padding-top:25px;
	}
/*...........................
	Site
............................*/			
#wrapper{
	background:url(images/bg_cont.gif) repeat-y;
	margin:0 auto;
	width:761px;

	}
#wrapper:after{
	content:".";
	display:block;
	clear:both;
	visibility:hidden;
	height:0;
	}	
#header{
	height:112px;
	margin:0 auto;
	text-align:center;
	}
#cont_wrapper{
	background:url(images/bg_aguila.gif) no-repeat right top;
	width:755px;
	overflow:hidden;
	}
#col_center{
	width:388px;
	_width:385px;
	}
#col_center_int{
	width:490px;
	padding-left:5px;
	}		
#content_text{
	padding:5px;
	line-height:16pt;
	text-align:justify;
	}	
#col_left{
	width:212px;
	height:400px;
	}
#menu_left_cont{
	/*background:url(images/bg_menu_left.gif) repeat-x;*/
	margin-left:5px;
	padding:10px 2px 20px 2px;
	}		
#col_right{
	color:#464694;
	padding-right:1px;
	width:150px;
	}	
#col_left, #col_center, #col_right{
	float:left;
	margin:0;
	margin-bottom:-32768px;
	padding-bottom:32768px;	
	}
#footer{
	background:url(images/bg_footer.gif);
	height:78px;
	clear:both;
	text-align:center;
	color:#FFFFFF;
	}	
#mar_news{
	background:url(images/bg_news.gif) no-repeat;
	height:208px;
	margin-top:10px;
	padding:10px 0 0 5px; 
	}		
/* Clases útiles */
.p_relative{
	position:relative;
	}

a:link {
 	color: #7E2D29;
 	text-decoration: none;
	}
a:visited {
 	text-decoration: none;
 	color: #7E2D29;
	}
a:hover {
 	text-decoration: underline;
 	color: #7E2D29;
	}
a:active {
 	text-decoration: none;
	}	
p{ 
	margin-bottom:20px;
	}
table {	
	border-collapse: collapse;
	}
td{	
	text-align:left;
	}
	


/*---------------------------
	DropDowns Menu
------------------------------*/
	
div.menu_drop {
        width: 100%;
        border-style: solid solid none solid;
        border:1px solid #949494;
		text-align:justify;
        }
div.menu_drop  ul  li {
        list-style: none;
        margin: 0;
        padding: 0;
		border-bottom:1px solid #949494;
		border-left:1px solid #949494;
		text-align:justify;
        }
		
div.menu_drop li a {
        height: 32px;
        voice-family: "\"}\"";
        voice-family: inherit;
        height: 17px;
        text-decoration: none;
        }
div.menu_drop  li a:link, div.menu_drop  li a:visited {
        background:url(images/bg_dropdown1.gif) no-repeat;
		color:#000000;
		font-weight:bold;
        display: block;
        padding: 1px 0 2px 20px;
        }

div.menu_drop  li a:hover, div.menu_drop li #current { 
        color: white;
		font-weight:lighter;
		background:url(images/bg_dropdown1.gif) 0 -20px;
		padding: 1px 0 2px 20px;
		text-decoration:none;
        }

/*div.menu_drop  li a:link, div.menu_drop  li a:visited {
        background:url(images/bg_dropdown.gif) repeat-y;
		color:#000000;
		font-weight:bold;
        display: block;
        padding: 1px 0 2px 20px;
        }

div.menu_drop  li a:hover, div.menu_drop li #current { 
        color: white;
		font-weight:lighter;
		background:url(images/bg_dropdown_over.gif)  repeat-y;
		padding: 1px 0 2px 20px;
		text-decoration:none;
        }*/	
		
	
		
/* vinculos */
.link a{

	
	color:#FFFFFF;
	padding-top:15px;
	margin-left:15px;
}
.link a:hover{
	color:#CCCCCC;
}	

/*----------------------
	button style
-------------------------*/	
buttons a, .buttons button{
	display:block;
	margin:0 3px 0 0;
	background-color:#DFDFDF;
	border:1px solid #949494;
	border-top:1px solid #949494;
	border-left:1px solid #949494;

/*line-height:130%;*/
	text-decoration:none;
	font-weight:bold;
	color:#565656;
	cursor:pointer;
	padding:1px 3px 1px 3px; /* Links */
}

/* STANDARD */
button:hover, .buttons a:hover{
	background-color:#dff4ff;
	border:1px solid #c2e1ef;
	color:#336699;
}
.buttons a:active{
	background-color:#6299c5;
	border:1px solid #6299c5;
	color:#fff;
}

/* POSITIVE */
button.positive, .buttons a.positive{
	color:#4B4A98;
}
.buttons a.positive:hover, button.positive:hover{
	background-color:#DFDFFF;
	border:1px solid #4B4A98;
	color:#4B4A98;
}
.buttons a.positive:active{
	background-color:#DFDFFF;
	border:1px solid #4B4A98;
	color:#4B4A98;
}

/* NEGATIVE */
.buttons a.negative, button.negative{
	color:#FFF;
}
.buttons a.negative:hover, button.negative:hover{
	background:#4C4C4C;
	border:1px solid #000000;
	color:#4fc4ce;
}
.buttons a.negative:active{
	background-color:#4C4C4C;
	border:1px solid #000000;
	color:#4fc4ce;
}						


/*---------------------------
	style contact
------------------------------*/		
#bg_div_main{
	/*background:#474694;*/
	width:468px;
	margin:0 auto;
	border: 1px  solid #999999;
}

/*#bg_div{
	background:#FFF;
}*/

.bgdiv{
	color:#333333;
	}
.input_bg{
	border:1px solid #B6B6B6;
	background:#FFF;
	width:230px;
}

.textarea_bg{
	border:1px solid #B6B6B6;
	background:#FFF;
}
.text_contact{
	font-size:14px;
	font-weight:bold;
	color:#666666;
	padding-left:60px;
}
.indicates_required_field{
	font-size:12px;
	color:#CC0000;
}

.text_check{
	font-size:12px;
	color:#666666;
}
/* marco imagenes */
.marq img{
	border:1px solid #464593;
	padding:2px;
	margin:3px;
}
/* borde y fondo de tablas */
.bg_tb{
	border:1px solid #263D17;
	margin:0 auto;
	font-weight:bold;
	margin:5px;
}
.bg_tb_userful{
	color:#121248;
	border:1px solid #263D17;
}

#sepadador{
	border-top:1px dashed #263D17;
	height:5px;
	width:510px;
   
}

.spotlight_date{
	margin-left:5px;
}
.spotlight_sumary{
	margin-left:15px;
	font-size:12px;
	color:#666666;
}
/**********************
	products
**********************/
bg_tb_products {
	border-spacing:1px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFF;
	margin:auto;
}

.bg_tb_products td{
	border-collapse: separate;
	border-collapse: collapse;
	border-spacing: 0;
}

/*.bg_tb_products caption {
	font-weight: bold;
	background: #77A3D7 url(adminimages/corner.gif) no-repeat right top;
	border-bottom:2px solid #4D85CA;
	color: #fff;
	text-transform: capitalize;
	padding:6px;
	margin:auto;
}*/

.bg_tb_products td {
	padding: 2px;
	border: 1px solid #7E3330;
}

.bg_tb_products tr {
	text-align: left;
	color: #000000;
}



.affiliation_name{
	font-size:12px;
	height:20px;
	color:#121248;
	border:1px solid #1A1A61;
	font-weight:bold;
	padding-left:0px;
	text-align:center;
	text-transform:uppercase;	
}	

.text_table{
	font-size:12px;
	color:#000000;
}