@CHARSET "ISO-8859-1";

@import "animation.css";

html,body
{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	/*height:100%;*/
	height: 100%;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	/*background:url('../images/principal/background.jpg') no-repeat fixed; */
	background:#FFFFFF url("../images/principal/light.png") no-repeat top left;
	background-attachment: fixed;
}

#div_top {
	width: 900px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	height:133px;
}

#div_logo{
	height:80px;
	margin-top:10px;
	margin-bottom:10px;
}

#div_area_animation
{
	width: 100%;
	height: 280px;
	margin-top: 5px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	/*background:url("../images/principal/3.jpg") ;*/
	 background: url(../images/principal/3.jpg) no-repeat center center fixed;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
	
	/*border: 1px solid;*/
}

#div_animation {
	width: 900px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	/*border: 1px solid;*/
	height: 280px;
}

#div_area
{
	width: 900px;
	/*height: 560px;*/
	margin-top: 5px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	/*border: 1px solid;*/
}

#div_area_top
{
	width: 900px;
	/*height: 100px;*/
	/*margin-top: 5px;*/
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	/*border: 1px solid;*/
}
#div_area_center
{
	width: 860px;
	height: 0px;
	margin-top: 5px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
/*	border: 1px solid;*/
}
#div_area_bottom
{
	width: 860px;
	height: 50px;
	margin-top: 5px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
/*	border: 1px solid;*/
}
.img
{
	border: 0px;
	text-decoration: none;	
}

#div_at_content{
	height:423px;
	width:902px;
	background: url(../images/principal/bg3.jpg);
}

#div_atc_top{
	padding-top:70px;
	margin-left:60px;
	height:70px;
	font-size:16px;
	
}

#div_atc_center{
	height:149px;
/*	border:1px solid red;*/
}

.atcc_image_left{
	float:left;
	margin-left:28px;
	width:249px;
}

.atcc_image{
	float:left;
	margin-left:50px;
	width:249px;
}

#div_atc_bottom{
	height:100px;
	/*border:1px solid red;*/
	text-align:justify;
	font-size:13px;
}

#div_bottom{
	background:#111111;
	color: #CCC;
	height:60px;
	text-align:center;
	padding-top:20px;
}

.div_atcb_text_left{
	float:left;
	margin-left:28px;
	width:249px;	
}

.div_atcb_text{
	float:left;
	margin-left:50px;
	width:249px;	
	/*border:1px solid red;*/
}

.clear{
	clear:both;
}

#div_atc_bottom  .subtitulo1{
	font-size:14px;
	color:#333;
	margin-left:20px;
	margin-bottom:7px;

}

#div_column_left{
	background:white;
	width:592px;
	margin-left:15px;
	padding-right:15px;
	line-height:22px;
	color:#555;
	font-size:12px;
	border-right:1px solid #ccc;
	text-align:justify;
}

.nav_header{
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:20px;
	color:#ccc;
	margin-bottom:20px;
}

div .subtitulo2{
	font-size:18px;
	color:#666;
}

/* ------ Menu ------ */
#div_menu
{
	width: 100%;
	background-color: #111111;	
	
}

#div_container-navigation {
	width: 550px;
	height: 33px;
}

.sf-menu, .sf-menu * 
{
	margin:			0;
	padding:		0;
	list-style:		none;
}

.sf-menu ul 
{
	position:		absolute;
	width:			10em;
}
.sf-menu ul li 
{
	width:			100%;
}

.sf-menu li:hover 
{
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}

.sf-menu li 
{
	float:			left;
	position:		relative;
}

.sf-menu a 
{
	display:		block;
	position:		relative;
}

.sf-menu li:hover ul, .sf-menu li.sfHover ul 
{
	left:			0;
}

ul.sf-menu li li:hover ul, ul.sf-menu li li.sfHover ul 
{
	top:			0;
}

ul.sf-menu li li li:hover ul, ul.sf-menu li li li.sfHover ul 
{
	top:			0;
}

.sf-menu 
{
	float:			left;
}

.sf-menu a {
	/*
	border-right:	1px solid #7A7A7A;
	border-bottom: 1px solid #7A7A7A;
	border-top: 1px solid #7A7A7A;
	*/
	padding: 10px 16px 9px 16px;
	text-decoration: none;
	color: #AAAAAA;
	font-size: 11px;
}

.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:	#AAAAAA;
	font-size: 11px;
}

.sf-menu li {
	background:	#111111;
}

.sf-menu li li {
	background:		#818181;
	font-size: 10px;
}

.sf-menu li li li {
	background:		#9AAEDB;
	font-size: 10px;
}

.sf-menu li:hover, .sf-menu li.sfHover, .sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	background:		#888888;
	outline:		0;
	/*text-decoration: underline;*/
	color: #FFFFFF;
}



/* ------ Fin Menu ------ */


p.readmore {
    background: url("../images/blog-line.gif") repeat-x scroll left center transparent;
    display: block;
    float: right;
    padding: 5px 0;
    text-align: right;
    width: 100%;
}

p.readmore a {
    background: url("../images/ul.gif") no-repeat scroll left center #FFFFFF;
    border-color: #CCCCCC #FFFFFF;
    border-left: 10px solid #FFFFFF;
    border-right: 10px solid #FFFFFF;
    border-style: solid;
    border-width: 1px 10px;
    display: block;
    float: right;
    font-size: 10px;
    margin: 0 10px 0 0;
    padding: 0 5px 0 15px;
    text-decoration: none;
    text-transform: uppercase;
	color: #9E0B0F;
}
