/* ________________ general ________________ */
body {
	background: #555544 url(../images/bg.gif);
	text-align: center;
	margin: 0px;
	padding: 0px;	
	color: #313131;
}
a
	{
	color: #336699;
	text-decoration: none;
	/*border-bottom: 1px solid #dca;*/
	}
	
a:visited
	{
	border: none;
	}
	
a:hover
	{
	color: #3399CC;
	/*border-bottom: 1px solid #333331;*/
	}
	
acronym
	{
	cursor: help;
	font-style: normal;
	border: none;
	}
	

h1
	{
	margin: 0px 0px 5px 0px;
	/*border-bottom: 2px solid #B2F511;*/
	font: normal 1.1em Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
	letter-spacing: 1px;	
	color: #993300;
	}
h2
	{
	margin: 0px 0px 0px 0px;
	/*border-bottom: 2px solid #B2F511;*/
	font: normal 1.5em Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #000000;
	}
	
p
	{
	/*text-indent: 1.5em;*/
	font-size: 88%;
	margin: 0 0 0.6em 0;
	}

/* The following hack is to correct paragraph text size in IE/WIN */

/* \*/ * html body p { font-size: 80%; } /* */


/* LAYOUT */

#banner {
		
	height: 250px;
	position: relative;
}

#logo {
	width: 340px;
	height:55px;
	position: absolute;
	left: 48px;
	top: 21px;
}


/* ________________ containers ________________ */
#wrapper {
	
	text-align: left;
	margin: 0px auto;
	border-bottom: 15px solid #000000;
	width: 749px;
	/*background: #FFFFFF url(../images/wrapper.jpg) repeat-y;*/
	
}
#sideleft {
	float: left;
	width: 20px;
	margin-top: 10px;
	/*background: #99FF99;*/
}
#sideright {
	float: right;
	margin-left: 0px;
	padding-left: 10px;
	width: 250px;
	/*background: #99FF99;*/
}
#main {
	margin-left: 30px;
	margin-right: 270px;
	background: url(../images/bgMain.png) no-repeat center bottom;	/*background: #CC3366;*/
}



#main p {
	padding : 0 30px 0 20px;
}

#menuHome
{
	color: #FFFFFF;
}
#menuHome a
{
	color: #CCCC00;
}

#menuHome a:hover
{
	color: #FFFFFF;
}

#menuHome2 a
{
	color: #FFFFFF;
}

#menuHome2 a:hover
{
	/*color: #FFFFFF;*/
}


#menuHome2 
{
	margin: 20px 30px 0px 15px;
	/*background: #99FF00;*/
}

#menuHome2 p
{
	height: auto;
	width: auto;
	color: #FFFFCC;
	font-size: 12px;
	margin: 5px 0px 20px 0px;	
}

#alike 
{
	height: 20px;
	width: 98px;
	background: url(../images/face_like.png) no-repeat;
	margin: 0px 0px 10px;
}
#Salike 
{
	height: 120px;
	width: auto;
	margin-top: 10px;
}

#foot 
{
	height: 20px;
	width: 98px;
	margin: 0px 0px 0px;
}

/*#logo-wrapper{ margin: 10px 0px 0px 0px; width:380px;;}*/
#logo{background-position:left bottom; height:55px; width:340px; float:left;}
#logo:hover{background-position:left top; height:55px; width:340px; float:left;}

#footer-badges-wrapper{ margin: 10px 0px 0px 0px; width:111px;}
#footer-badge-facebook{background-image:url(../images/footer-badge-fb.png); background-position:left bottom; height:37px; width:37px; float:left;}
#footer-badge-linkedin{background-image:url(../images/footer-badge-in.png); background-position:left bottom; height:37px; width:37px; float:left;}
#footer-badge-mail{background-image:url(../images/footer-badge-mail.png); background-position:left bottom; height:37px; width:37px; float:left;}
#footer-badge-facebook:hover{background-image:url(../images/footer-badge-fb.png); background-position:left top; height:37px; width:37px; float:left;}
#footer-badge-linkedin:hover{background-image:url(../images/footer-badge-in.png); background-position:left top; height:37px; width:37px; float:left;}
#footer-badge-mail:hover{background-image:url(../images/footer-badge-mail.png); background-position:left top; height:37px; width:37px; float:left;}
#footer-badge-twitter{background-image:url(../images/footer-badge-twitter.png); background-position:left bottom; height:37px; width:37px; float:left;}
#footer-badge-flickr{background-image:url(../images/footer-badge-flickr.png); background-position:left bottom; height:37px; width:37px; float:left;}
#footer-badge-vimeo{background-image:url(../images/footer-badge-vimeo.png); background-position:left bottom; height:37px; width:37px; float:left;}
#footer-badge-twitter:hover{background-image:url(../images/footer-badge-twitter.png); background-position:left top; height:37px; width:37px; float:left;}
#footer-badge-flickr:hover{background-image:url(../images/footer-badge-flickr.png); background-position:left top; height:37px; width:37px; float:left;}
#footer-badge-vimeo:hover{background-image:url(../images/footer-badge-vimeo.png); background-position:left top; height:37px; width:37px; float:left;}


#menuHome p.p1
	{
	font-size: 1.5em;	
	margin-left: 20px;
	}
#menuHome p.p2
	{
	font-size: 1.2em;
	margin-left: 90px;
	}
#menuHome p.p3
	{
	font-size: 0.9em;
	margin-left: 40px;
	}
#sideright li
	{
	font: 11px/1.7em tahoma, verdana, sans-serif;	
	text-indent: 0;
	}
/*
#sideright li a
	{
	display: block;
	border: none;
	color: #f4f0e6;
	font-weight: bold;
	margin-left: -12px;
	padding-left: 12px;
	background: url(arrow.gif) no-repeat 0 60%;
	}
	
#sideright li a:hover
	{
	color: #ec9;
	background-position: -300px 60%;
	}
*/
#menuHome2 span.title {
	font-size: 26px;
	font-weight: bold;
	display: block;
	line-height: 120%;
	color: #1E1E1E;
	margin-bottom: 10px;
}
#menuHome2 span.title a  {
	/*color: #33cc99;*/
}

#menuHome2 ul
	{
	list-style: none;
	margin: 0;
	padding: 0;

	}

#menuHome2 li
	{
	padding: 0.1em 0;
	}

#menuHome2 li a
	{
	background: transparent url(../images/bullet.gif) no-repeat 5px 60%;
	display: inline;
	padding-left: 17px;
	margin: 0;

	}
#menuHome2 li a:hover
	{
	background-position: -295px 60%;
	color: #FFFFCC
	}

#menuHome2 a.content {
	display: block;
	text-decoration: none;
	line-height: 110%;
	/*color: #ccc761D;*/
	font-size: 12px;
	margin-bottom: 10px;
}

 #menuHome2 a.content:hover
  {
  color: #FFFFCC;	
 }
 #menuHome2 a.content:hover span.title
    {
	color: #000000;	
	}

#ship {
	position:absolute;
	left:513px;
	top:24px;
	width:85px;
	height:53px;
	z-index:1;
}

#sat {
	position:absolute;
	left:557px;
	top:65px;
	width:175px;
	height:150px;
	z-index:2;
}

#slogan {
	position:absolute;
	left:29px;
	top:84px;
	width:374px;
	height:17px;
	z-index:3;
	font-size: 17px;
	color: #000000;
	background: url(../images/slogan_es.png);
}
.red
{
color:#990000;
}

