/********************************************
   AUTHOR:  			Dominio Amigo	 
   WEBSITE:   			http://www.xxxxxxx.com/
	TEMPLATE NAME:		estilos
   TEMPLATE CODE: 	S-0014
   VERSION:          1.1   
	LAST MODIFIED:    January-27-2009       	
 *******************************************/
 
/****************ontenido
****************************
   HTML ELEMENTS
********************************************/ 

/* Top Elements */



* { margin: 0; padding: 0; outline: 0 }

body {
background-image: url(../images/bg.gif);
    background-repeat: repeat-x;
	background-position:top;
	background-color: #FFFFFF;
	
	font: 70%/1.5em Verdana, Tahoma, arial, sans-serif;
	color: #333333; 
	text-align: center;
	margin-top: 0px;
	 padding:0;
}

/* links */


a, a:visited {	
	color: #000066;
	background: inherit;
	text-decoration: underline;
}
a:hover {
	color: #006699;
	background: inherit;
	text-decoration: underline;
}

/* headers */
h1, h2, h3 {
	font-family:  'Lucida Grande', 'Lucida Sans Unicode', "Segoe UI",'Trebuchet MS', Tahoma, Sans-serif;
	font-weight: normal; 		
}
h1 {
	font-size:14px;	
	font-weight: normal;
	color: #003366;
	
}
h2 {
	font-size: 11px;
	
	color: #2E3D3D;
	font-weight: normal;
}
h3 {
	font-size: 12px;
	color: #000000;	
}

h1
{
padding-left: 10px;
padding-top:10px;
}
h2
{
padding-left: 10px;	
}
h3
{
padding-left: 10px;	
}
p
{

padding-left: 10px;
font-size:11px;	
font-family:  'Lucida Sans Unicode', 'Trebuchet MS', arial, Tahoma, Sans-serif;

}

ul, ol {
	margin: 0;
	padding: 0 ;
}
ul {
	list-style: none;
}

/* images */
img {

	
   
	padding: 0;
}
img.float-right {
  	margin: 0;  
}
img.float-left {
  	margin:0;
}

code {
  	margin: 5px 0;
  	padding: 10px;
  	text-align: left;
  	display: block;
  	overflow: auto;  
  	font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace ;
  	/* white-space: pre; */
  	background: url(../images/post.jpg);
	border: 1px solid #E0DBC9;  
}
acronym {
  cursor: help;
  border-bottom: 1px dashed #777;
}
blockquote {
	margin: 10px;
 	padding: 0 0 0 25px;  
   background: url(post.jpg);
	border: 1px solid #E0DBC9;
	font: bold 1.3em/1.5em 'Trebuchet MS', Tahoma, Sans-serif;
	color: #A89A6A;
}


/* start - table */
table {
	border-collapse: collapse;
	margin: 10px;	
}
th strong {
	color: #000000;
}
th {
	background: #93BC0C url(../images/nav.jpg) repeat-x;
	height: 29px;
	padding-left: 12px;
	padding-right: 12px;
	color: #000000;
	text-align: left;
	border-left: 1px solid #B6D59A;
	border-bottom: solid 2px #FFF;
}
tr {
	height: 30px;
}
td {
	padding-left: 11px;
	padding-right: 11px;
	border-left: 1px solid #E8E8E8;
	border-bottom: 1px solid #DFDFDF;
}
td.first,th.first {
	border-left: 0px;
}
tr.row-a {
	background: #F8F8F8;
}
tr.row-b {
	background: #EFEFEF;		
}
/* end - table */

/* form elements */
form {
	
}
label {
	display:block;
	font-weight:bold;
	margin:0px 0;
}
input {
	padding:2px;
	border:1PX solid #3083AF;
	font: normal 1em Verdana, sans-serif;
	color:#777;
	margin-top:2px;
	
}
textarea {
	width:250px;
	padding:0px;
	font: normal 1em Verdana, sans-serif;
	border:1PX solid #3083AF;
	margin-top:2px;
	
	
}
input.button { 
	font: bold 12px Arial, Sans-serif; 
	height: 24px;
	margin: 0;
	padding: 2px 3px; 
	color: #FFF;
	background: #8EB50C url(../images/nav.jpg) repeat-x 0 0;
	border: none;
}

/* search form */
.searchform {
	background-color: transparent;
	border: none;	
	margin: 0 0 0 3px; padding: 5px 0 10px 0;	
	width: 220px;	
}
.searchform p { margin: 0; padding: 0; }
.searchform input.textbox { 
	width: 130px;
	color: #777; 
	height: 18px;
	padding: 2px;	
	border: 1px solid #E5E5E5;
	vertical-align: top;
}
.searchform input.button { 
	width: 60px;
	height: 24px;
	padding: 2px 5px;
	vertical-align: top;
}

/********************************************
   LAYOUT
********************************************/ 
#wrap {
	position: relative;
	width:1000px;
	
	margin: 0 auto;
	text-align: left;

}


#top-bg {

   position: absolute;
	width: 820px;
	height: 19px;
	background: #CCC url(../images/top-bg.jpg) repeat-y center top;	
	top: 0; left: 0;
	z-index: 2;	
}
#content-wrap {

	position: relative;
	clear: both;
	float: left;	
	width:1000px;
	height:auto;
	padding: 0; 	
	

	margin-top:10px;	
		
	
	
}
#content-adsense{

	position: relative;
	clear: both;
	float: left;	
	width:990px;
	height:auto;
	padding: 5px;
	text-align:center;
	background-image:url(../images/fondo-pautas.jpg);
	background-repeat:repeat-y;
	margin:0;	
	display: inline;

}
#enunciado {
   position:relative;
	width: 1000px;
	height: 120px;
	clear:both;
	padding:0;
	margin:0;
	background-image:url(../images/fondo-pautas.jpg);
	background-repeat:repeat-y;
	
}
#enunciado h1#logo-img a {
	position: absolute;
	margin: 0;
	padding: 0;
	

	top: 0px;
	left: 50px;

}
#content-fotos {
	position: relative;
	clear: both;
	float: left;	
	width: 645px;
	height:100%;	
	padding: 0; 	
	border-top: 1px solid #FFF;
	margin:0;	
	
}
#sidebar3 {
position:relative;
	float: left;
	width:400px;
	height:auto;
	padding: 0px; 
	margin:5px;
	-webkit-border-radius: 5px;   /* Safari  */
		-moz-border-radius: 5px ;    /* Firefox */
		-Gecko-border-radius: 5px;
		-ms-border-radius: 5px; /*ie */
		
		/*background-image:url(../images/bg-sides.png);*/
		
		
}	

#sidebar3 h1 {

	
	font-size: 13px;
	font-family:'Lucida Grande', 'Lucida Sans Unicode', "zurich",  sans-serif, Geneva, Helvetica, Arial, Segoe UI, "Trebuchet MS","Century Gothic" ;
	color: #666666;
	text-align: left;
	font-weight:normal;
	padding:0px;
			
}
#sidebar3 h2 {
padding-left:0px;
padding-bottom:4px;
	font-size: 11PX;
	font-family:'Lucida Grande', 'Lucida Sans Unicode', "zurich",  sans-serif, Geneva, Helvetica, Arial, Segoe UI, "Trebuchet MS","Century Gothic" ;
    color:#003366;
	font-weight: normal;

}
#sidebar3 p {
	font-size: 10PX;
	font-family:'Lucida Grande', 'Lucida Sans Unicode', "zurich",  sans-serif, Geneva, Helvetica, Arial, Segoe UI, "Trebuchet MS","Century Gothic" ;
    color: #666666;
	font-weight: normal;
	padding-top:0px;

}
#sidebar3 a {
	
    color: #666666;
	font-style: normal ;
	font-weight: normal;
	text-align:right;
padding-top:0px;
text-decoration:none;  


}
#sidebar3 a:hover {

text-decoration:underline;
}
#side-3 {
	position: relative;
	clear: both;
	float: left;	
	width: 400px;
	height:100%;
	margin-bottom:4px;	
	padding:0px;
	
			
}



#sidebar2 {
position:relative;
	float: left;
	width:290px;
	height:auto;
	padding:5px; 
	margin:5px;
border: 1px solid #cccccc;
	-webkit-border-radius: 5px;   /* Safari  */
		-moz-border-radius: 5px ;    /* Firefox */
		-Gecko-border-radius: 5px;
		-ms-border-radius: 5px; /*ie */
		
		/*background-image:url(../images/bg-sides.png);*/
}	
#sidebar2 h1 {

	
	font-size: 13px;
	font-family:'Lucida Grande', 'Lucida Sans Unicode', "zurich",  sans-serif, Geneva, Helvetica, Arial, Segoe UI, "Trebuchet MS","Century Gothic" ;
	color: #FF6600;
	text-align: right;
	font-weight:normal;
	font-style: normal;
	padding:4px;
			
}
#side-2 {
	position: relative;
	clear: both;
	float: left;	
	width: 300px;
	height:100%;
	margin-bottom:1px;	
	padding:0px;
			
}

#side-2-foto{
position:relative;
height:auto;
width:55px;
float: left;
padding:0px;
margin-left:5px;


}

#side-2-texto{
position:relative;
clear:both;
height:auto;
width:230px;
padding:0px;
float: left;


}
#sidebar2 a {
	
    color: #666666;
	font-weight: normal;
	text-align:right;
padding-top:0px;
text-decoration:none;  


}
#sidebar2 a:hover {

text-decoration:underline;
}






#sidebar1 {
position:relative;
clear:both;
	float: left;
	width:250px;
	height:auto;
	padding:0px; 
	margin:5px;	
		/*background-image:url(../images/bg-sides.png);*/	
}

#sidebar1 h1 {

	
	font-size: 12px;
	font-family:'Lucida Grande', 'Lucida Sans Unicode', "zurich",  sans-serif, Geneva, Helvetica, Arial, Segoe UI, "Trebuchet MS","Century Gothic" ;
	color: #FF9900;
	text-align: right;
	font-weight:normal;
	padding:0px;
			
}
#sidebar1 h2 {
padding-left:0px;
padding-bottom:4px;
	font-size: 11PX;
	font-family:'Lucida Grande', 'Lucida Sans Unicode', "zurich",  sans-serif, Geneva, Helvetica, Arial, Segoe UI, "Trebuchet MS","Century Gothic" ;
    color:#003366;
	font-weight: normal;

}
#sidebar1 p {
	font-size: 9PX;
	font-family:'Lucida Grande', 'Lucida Sans Unicode', "zurich",  sans-serif, Geneva, Helvetica, Arial, Segoe UI, "Trebuchet MS","Century Gothic" ;
    color: #666666;
	font-weight: normal;
	padding-top:0px;

}
#sidebar1 a {
	
    color: #666666;
	font-style:italic;
	font-weight: normal;
	text-align:right;
padding-top:0px;
text-decoration:none;  


}
#sidebar1 a:hover {

text-decoration:underline;
}
#side-1 {
	position: relative;
	clear: both;
	float: left;	
	width: 240px;
	height:100%;
	margin-bottom:3px;	
	padding:0px;
		
	-webkit-border-radius: 5px;   /* Safari  */
		-moz-border-radius: 5px ;    /* Firefox */
		-Gecko-border-radius: 5px;
		-ms-border-radius: 5px; /*ie */
}

#side-1-foto{
position:relative;
height:auto;
width:120px;
padding-top:10px;
float: left;
clear:both;

}

#side-1-texto{
position:relative;

height:auto;
width:120px;
padding-top:10px;
float:right


}




#side-articulos {
	position: relative;
	clear: both;
	float: left;	
	width: 280px;
	height:100%;
	margin-bottom:7px;	
	padding:10px; 	
  
	background-color:#E4E4E4;
	
}
#side-publicidad {
	position: relative;
	clear: both;
	float: left;	
	width: 220px;
	height:100%;	
	padding-BOTTOM:10PX; 	
   
	margin:0;	
	
}
#side-promociones {
	position: relative;
	clear: both;
	float: left;	
	width: 280px;
	height:100%;
	margin-bottom:5px;	
	padding:10px; 	
  
	background-color:#E4E4E4;
   	
	
	
}




#foto-promociones{
position:relative;
height:auto;
width:110px;
float: left;
text-align:center;
}

#texto-promociones{
position:relative;
clear:both;
height:auto;
width:160px;
padding:0px;

float: right;
}
#texto-promociones #comillas1{
position: absolute;
height:30px;
width:30px;
top:20px;
left:-20px;
background-image:url(../images/comillas1.png);
background-repeat:no-repeat;
}#texto-promociones #comillas2{
position: absolute;
height:30px;
width:30px;
bottom:20px;
right:-17px;
background-image:url(../images/comillas2.png);
background-repeat:no-repeat;
}





#texto-promociones p{
font-family: Arial, Helvetica, sans-serif;
font-size:13px;
padding-left:10px;
font-style:italic;
line-height:normal;

}
#texto-promociones a{

font-size:13px;
font-style: normal;
color:#FF0000;
text-decoration:underline;
}
#texto-promociones a:hover{
color:#003399;
}


#side-noticias {
	position: relative;
	clear: both;
	float: left;	
	width: 220px;
	height:100%;	
	padding-BOTTOM:10PX; 	
    border-bottom: 1px dotted #CCCCCC;	
	margin-bottom:10px;	
}
#side-video {
	position: relative;
	clear: both;
	float: left;	
	width:220px;
	height:100%;	
	padding-BOTTOM:10PX; 	

	margin-bottom:10px;	
}
#content-formulario {
	position: relative;
	clear: both;
	float: left;	
	width: 400px;
	height:100%;	
	padding: 0; 	
	border-top: 1px solid #FFF;
	margin:0;
	text-align: left;
	
}
#header-top {
	width: 1000px;
	position: relative;
	height: 20px;
	padding: 0;
	background-image:url(../images/header-top.gif);
	background-repeat: no-repeat;
	

}
#header-photo {
	width: 940px;
	position: relative;
	margin-top:5px;
	margin-left:10px;
	height:150PX;
	padding:0px;
	

	


}
#header-photo img{
	-webkit-border-radius: 20px;   /* Safari  */
		-moz-border-radius: 20px ;    /* Firefox */
		-Gecko-border-radius: 20px;
		-ms-border-radius: 20px; /*ie */
}
#header {
	width: 1000px;
	position: relative;
	height:60px;
	padding: 0;
	
	
	
}

#header h1#logo-text a {
	position: absolute;
	margin:0;
	padding-left:15px;
	padding-right:15px;
    font:36px/1.1em "Times New Roman","Trebuchet MS","Century Gothic", Helvetica, Arial, Geneva, sans-serif;
    color: #FF0000;
	font-weight:normal;
	font-style:italic;
	text-decoration: none;
	top: 120px;
	left: 0px;
	background-repeat: repeat;
	z-index:100;
	
}
#header h1#logo-text span {
	color: #000000;

	
	
}
#header p#slogan {
	position: absolute;
	margin: 0; padding: 0;
	font: normal 12px 'Trebuchet MS', Arial, Sans-serif;
	text-transform: none;
	color: #000000;
	padding-left:15px;
	padding-right:15px;
	/* change the values of top and left to adjust the position of the slogan*/
	top: 129px; left: 27px;		
}

/* header links */
#header #logo{
	float:right;
	position: absolute;
	height: 60px;
	width:370px;
	left:0px;
	top:0px;
	z-index:100;
	padding-top:5px;
	
}
#header #links{
	float:right;
	position: absolute;
	height: auto;
	width:40px;
	left:958px;
	top:80px;
	z-index:100;
	padding:0px;
	border-bottom: 2px solid #BCBEC0;
	border-left:2px solid #BCBEC0;
	
}
#header #banderas
{
	float:right;
	position: absolute;
	height: auto;
	width:28px;
	left:976px;
	top:5px;
	z-index:300;
	padding:0px;

	
}

#header-maslinks 
{
text-align:right;
	position: relative;
	bottom: 0px; left: 0px;
	background-color: #CCCCCC;
	height:30px;
	width:940px;
	margin-top:-10px;
	padding:0px;
	-webkit-border-radius: 10px;   /* Safari  */
		-moz-border-radius: 10px ;    /* Firefox */
		-Gecko-border-radius: 10px;
		-ms-border-radius: 10px; /*ie */
	
	
}
#header-maslinks h1 {
margin:0px;
padding:5px;
padding-right:10px;
	color: #000000;
	
	text-decoration: none;	
}
#header-maslinks p {
font-size:13px;
margin:0px;
padding:5px;
	color: #FFFFFF;
	font-style:italic;
	
	text-decoration: none;	
}
#header-maslinks p span {
font-size:13px;
margin:0px;
padding:0px;
	color: #FFFFFF;
	font-style:italic;
	
	text-decoration: none;	
}
#header-maslinks a {	
	color: #FFFFFF;
	font-style:italic;
	text-decoration: none;	
}
#header-maslinks a:hover {
	color: #FFFFFF;
	text-decoration:underline;		
}

/* header-photo */
#redes-sociales{
    clear:both;
	height: auto;
	letter-spacing:2PX;
	width: 988px;
	
	padding:5px;
	text-align:right;
	



}


/* header-photos */
#header-photo1 {
position:relative;

float:left;
	height: auto;
	width: 280px;
    margin-top:15px;
	 margin-bottom:15px;
	margin-left:30px;
	background-color: #666666;
	text-align:center;
}
#header-photo1 a {	
	color: #FFFFFF;
	background: inherit;
	text-decoration: underline;
}
#header-photo1 a:hover {
	color: #A4DBFF;
	background: inherit;
	text-decoration: underline;
}



#header-photo3 {
	clear: both;
	height: 200px;
	width: 790px;
	margin: 0 auto;
	background: #FFF url(../images/tercera-seccion.jpg) no-repeat center center;
}

#header-photo4 {
	clear: both;
	height: 200px;
	width: 790px;
	margin: 0 auto;
	background: #FFF url(../images/cuarta-seccion.jpg) no-repeat center center;
}

#header-photo5 {
	clear: both;
	height: 200px;
	width: 790px;
	margin: 0 auto;
	background: #FFF url(../images/quinta-seccion.jpg) no-repeat center center;
}

/* Navigation */
#nav{
   clear:both;
   position:absolute;
   left:370px;
   top:0px;
  
	width:586px;
	height:80px;
	z-index:100;
	border-bottom: 2px solid #BCBEC0;
	border-left:2px solid #BCBEC0;
	
}
	#nav #contenedor{
	width:590px;
	position: absolute;
	background-color:#013878;
	height:35px;
	left:10px;
	top:30px;
	z-index:100;
	-webkit-border-radius: 6px;   /* Safari  */
		-moz-border-radius: 6px ;    /* Firefox */
		-Gecko-border-radius: 6px;
		-ms-border-radius: 6px; /*ie */
	}
	ul li {
		float:left;
	}

	ul#dropdownmenu {
	margin: 0;
	list-style:none;
	height:100%;
	width:100%;
		
		

	}
	
	ul#dropdownmenu li {
		height:35px;
		
	}
	
	ul#dropdownmenu li a {
    display:block;
    margin: 0;
	padding: 8px 13px 14px 13px;
	color: #FFFFFF;
	font-size: 13PX;
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', "zurich",  sans-serif, Geneva, Helvetica, Arial, Segoe UI, "Trebuchet MS","Century Gothic" ;
	text-decoration: none;	
	letter-spacing: 0px;
	list-style:none;
	border-right: 1px solid #ffffff;
	
	
	}
	
	
	ul#dropdownmenu li a:hover {
	color: #FF9900;

	background-position:left;
	}
	
	ul#dropdownmenu li ul {
		display:none;
		list-style:none;
		
	}
	
	ul#dropdownmenu li:hover ul {
		display:block;
		background-color: #006CB5;
		margin-left:-20px;
		padding: 0 ;
		position:absolute;
		-webkit-border-radius: 6px;   /* Safari  */
		-moz-border-radius: 6px ;    /* Firefox */
		-Gecko-border-radius: 6px;
		-ms-border-radius: 6px; /*ie */
		
	}
	ul#dropdownmenu a li ul li {
		float:none;
		color:#000000;
		
	}
	
	ul#dropdownmenu li:hover ul li {
		float:none;
		color:#000000;
		height:auto;
		width:auto;
		
		padding:0px;
		margin:0px;
		
	}
	ul#dropdownmenu li:hover ul li a {
	color: #FFFFFF;
	border:none;
	font-family: "Segoe UI", Arial, Helvetica, sans-serif;
	font-size:13px;
	
	padding:5px;	
	}
	ul#dropdownmenu li:hover ul li a:hover{
	color: #FF9900;
	
		
	}
	
	ul#dropdownmenu li ul li ul, ul#dropdownmenu li:hover ul li ul {
		display:none;
		margin:0;
	}
	
	ul#dropdownmenu li:hover ul li:hover ul {
		display:block;
		top:0;
		margin-left:-10PX;
		
		left:100%;
		background-color:#999999;
		width:80%;
		
	}

/* Navigation-2 */

#nav2  {

	clear: both;
	height:20px;
	width:300px;
	

	
	}
#nav2 #contenedor{
	width:300px;
	position: absolute;
	left:700px;
	top:3px;
	height:20px;
	
	z-index:150;
	}
	
#nav2 ul {
	width: 300px;
	
	display: inline;
    list-style: none;

}

#nav2 ul li {
	display: inline;
	margin: 0; 
	padding: 0px;
	

}
#nav2 ul li a {
position:relative;
display:block;
font-family: 'Lucida Grande', 'Lucida Sans Unicode', "zurich",  sans-serif, Geneva, Helvetica, Arial, Segoe UI, "Trebuchet MS","Century Gothic" ;
font-size: 11px;
letter-spacing:0px;
font-style: normal;
font-weight: normal;
text-transform: none;
color: #000000;
padding-left:7px;
padding-right:7px;
padding-top:0px;
text-decoration: none;
	
	
}


#nav2 ul li a:hover, 
#nav2 ul li a:active {
	color: #003366;	
}


#nav2 ul li ul {
		display:none;
		list-style:none;
	}
	
	#nav2 ul li:hover ul {
		display:block;
		background-color: #333333;
		margin-left:-20px;
		padding:0px;
		position:absolute;
		width:auto;
		
	}
	#nav2 ul a li ul li {
		float:none;
		color:#000000;
		
	}
	
	#nav2 ul li:hover ul li {
		
		color:#000000;
		height:auto;
		width:100%;
		padding:0px;
		
		border:none;
	}
	#nav2 ul li:hover ul li a {
	color: #FFFFFF;
	padding:3px;
	margin:0px;
	border:none;
	font-family: "Segoe UI", Arial, Helvetica, sans-serif;
	font-size:12px;		
	}
	#nav2 ul li:hover ul li a:hover{
	
	color: #FFCC00;
	
		
	}
	
	
	#nav2 ul li:hover ul li:hover ul {
		display:block;
		top:0;
		left:100%;
	}
	
	
	
	#nav3  {

	clear: both;
	height:33px;
	
	
	

	
	}
#nav3 #contenedor{
	width:1000px;
	position:absolute;
	top:7px;
	left:5px;
	
	z-index:150;
	}
	
#nav3 ul {
	width: 300px;
	
	display: inline;
    list-style: none;

}

#nav3 ul li {
	display: inline;
	margin: 0; 
	padding: 0px;
	

}
#nav3 ul li a {
position:relative;
display:block;
font-family: 'Lucida Grande', 'Lucida Sans Unicode', "zurich",  sans-serif, Geneva, Helvetica, Arial, Segoe UI, "Trebuchet MS","Century Gothic" ;
font-size: 10px;
letter-spacing:0px;
font-style: normal;
font-weight: normal;
text-transform: none;
color: #999999;
padding-left:7px;
padding-right:7px;
padding-top:0px;
text-decoration: none;
	
	
}


#nav3 ul li a:hover, 
#nav3 ul li a:active {
	color: #CCCCCC;	
}


#nav3 ul li ul {
		display:none;
		list-style:none;
	}
	
	#nav3 ul li:hover ul {
		display:block;
		background-color: #333333;
		margin-left:-20px;
		padding:0px;
		position:absolute;
		width:auto;
		
	}
	#nav3 ul a li ul li {
		float:none;
		color:#000000;
		
	}
	
	#nav3 ul li:hover ul li {
		
		color:#000000;
		height:auto;
		width:100%;
		padding:0px;
		
		border:none;
	}
	#nav3 ul li:hover ul li a {
	color: #FFFFFF;
	padding:3px;
	margin:0px;
	border:none;
	font-family: "Segoe UI", Arial, Helvetica, sans-serif;
	font-size:12px;		
	}
	#nav3 ul li:hover ul li a:hover{
	
	color: #FFCC00;
	
		
	}
	
	
	#nav3 ul li:hover ul li:hover ul {
		display:block;
		top:0;
		left:100%;
	}




/* Main Column */
#main {
position:relative;
clear:both;
float:left;
width: 1000px;
margin:0px;
}
#main2 {

position:relative;
clear:both;
float:left;
width: 980px;
margin:10px;
background-color:#CCCCCC;
}
#main3 {

position:relative;
clear:both;
float:left;
width: 1000px;
margin-top:4px;
background-image:url(../images/menu-secundario.jpg);
background-repeat:no-repeat;
height:33px;

}
#contenido-general {

position:relative;
clear:both;
width: 1000px;
height:auto;
margin-top:2px;
padding:0px;



}

#contenido-general-2{
position: relative;

width: 980px;

margin-top:35px;
margin-left:10px;
padding-bottom:10px;

border: 1px solid #cccccc;




position:relative;
clear:both;
float:left;

height:100%;





}
#preguntas {
clear:both;
float:left;
width: 350px;
height:auto;

margin-left:10px;
padding-top:15px;


}
#respuestas {
position:relative;
float: right;
width: 300px;
height:auto;
margin-left:10px;
padding:15px;
background-color:#F3F3F3;
border-left:1px solid #cccccc;
}

#producto-descripcion {
position:relative;

float:left;
width: 520px;
height:auto;
margin:5px;
border-right: 1px solid #000000;
border-bottom: 1px solid #000000;
border-left: 1px solid #000000;
border-top: 1px solid #000000;
padding:0;

}
#foto-producto-descripcion {
position:relative;
float:left;
width: 500px;
height:auto;
margin:5px;
padding:5px;
text-align:center;

background-color:#FFFFFF;

}
#descripcion-producto {
position:relative;
clear:both;
float:left;
width: 510px;
height:auto;

margin:0;
padding:5px;
text-align:center;
font-family: "Trebuchet MS",Geneva, Arial, Helvetica, sans-serif ;
font-size:13px;
border-top: 1px solid #000000;



}
#descripcion-producto a{
background-image:none;
color: #FFFFFF;

}
#descripcion-producto a:hover{
color: #CCFF00;

}


#producto {
position:relative;

float:left;
width: 170px;
height:auto;
margin:4px;
margin-bottom:4px;
margin-top:0px;
margin-left:4px;
margin-right:4px;
border: 1px solid #CCCCCC;
-webkit-border-radius: 10px;   /* Safari  */
		-moz-border-radius: 10px ;    /* Firefox */
		-Gecko-border-radius: 10px;
		-ms-border-radius: 10px; /*ie */
padding:0;

}
#foto-producto {
position:relative;
float:left;
width: 150px;
height:auto;
margin:5px;
padding:5px;
text-align:center;

background-color:#FFFFFF;

}
#titulo-producto {
position:relative;
clear:both;
float:left;
width: 160px;
height:auto;
margin-top:0;
padding:5px;
text-align:center;
font-family: "Trebuchet MS",Geneva, Arial, Helvetica, sans-serif ;
font-size:11px;
text-transform:capitalize;
background-position:top;
background-repeat:repeat-x;

}
#titulo-producto a{
background-image:none;
color: #000000;

}
#titulo-producto a:hover{
color: #0033CC;

}
#catalogo-productos {
position:relative;
clear:both;
float:left;
width:730px;
height:auto;
margin:20px;
z-index:100px;
padding-top:4px;
padding-left:5px;
padding-bottom:5px;
border: 1px solid #CCCCCC;
-webkit-border-radius: 10px;   /* Safari  */
		-moz-border-radius: 10px ;    /* Firefox */
		-Gecko-border-radius: 10px;
		-ms-border-radius: 10px; /*ie */



}

/* descripcion productos*/


/* Sidebar */	
#linea-sidebar{
position:relative;
width:1000px;
margin-top:-5px;
padding:0px;

}
#sidebar {
position:relative;
	float: left;
	width:300px;
	height:auto;
	padding: 10px; 
	margin:5px;
	-webkit-border-radius: 5px;   /* Safari  */
		-moz-border-radius: 5px ;    /* Firefox */
		-Gecko-border-radius: 5px;
		-ms-border-radius: 5px; /*ie */
		
		/*background-image:url(../images/bg-sides.png);*/
		
		background-color:#000000;
}	


	
#sidebar h1 {

	
	font-size: 13px;
	font-family: 'Trebuchet MS',  Sans-serif;
	color: #000033;
	text-align: left;
	font-weight:normal;
			
}
#sidebar h2 {
padding-left:0px;
padding-bottom:4px;
	font-size: 13PX;
	font-family: 'Trebuchet MS',  Sans-serif;
    color:#003366;
	font-weight: normal;

}
#sidebar p {
	font-size: 11PX;
	font-family: 'Trebuchet MS',  Sans-serif;
    color: #666666;
	font-weight: normal;
	padding-top:0px;

}
#sidebar p a {
	
    color: #666666;
	font-style:italic;
	font-weight: normal;
	text-align:right;
padding-top:0px;

}
#sidebar ul.sidemenu {
	text-align: left;
	margin: 7px 4px 8px 0; padding: 0;
	text-decoration: none;		
	background: url(../images/dots.png) repeat-x left top;
}
#sidebar  li {
	list-style-type: circle;
	padding:0 ;
	margin: 0 ;		
	color: #006699;
}
* html body #sidebar ul.sidemenu li {
	height: 1%;
}
#sidebar li a {
font-size: 13PX;
font-weight: normal; font-family: 'Trebuchet MS',  Sans-serif;
text-decoration:  underline;	
color:#003366;

			
}
#sidebar  li a:hover {	
	color: #1773BC;	
}
#sidebar ul.sidemenu ul { margin: 0 0 0 5px; padding: 0; }
#sidebar ul.sidemenu ul li { background: none; }

/* footer */
#footer-wrap {
	clear: both;
	width: 1000px;
	font-size: 12px;	
	text-align: left;
	position:relative;
	padding-left:0px;
	margin: 0 auto ;
   
	
	
}
#footer-wrap a {
	text-decoration: none;
	color: #000000;
	font-weight: normal;
}
#footer-wrap a:hover {
	color: #999999;	
}
#footer-wrap p {
	padding: 0 10px;
	color: #666666;
	line-height:normal;
}
#footer-wrap h3 {
	color: #666666;
	margin: 0;
	padding: 0 10px; 
	text-transform: none;
}
#footer-wrap h1{
font-family: "Segoe UI", Arial, Helvetica, sans-serif;
	color: #333333;
	margin: 0;
	padding: 0 10px; 
	font-size: 16px;
	text-transform:none;
	text-transform: none;
	line-height:normal;
}

#footer-columns {
	color: #888;
	margin: 0 auto; 
	padding: 0;	
	width: 760px;		
}
#footer-columns ul {
	list-style: none;
	margin: 10px 0 0 0; 
	padding: 0;	
	background: url(../images/footer-dots.jpg) repeat-x left top;
}
#footer-columns li {
	background: url(../images/footer-dots.jpg) repeat-x left bottom;		
}
#footer-columns li a {
	display: block;
	font-weight: normal;
	padding: 4px 0 4px 10px;
	width: 96%;
}
#footer-columns .col3, .col3-center {
	float: left;
	width: 32%;
}
#footer-columns .col3-center { 
	margin: 0 15px; 
}

/* bottom */
#footer-bottom {
	clear: both;
	color: #666;	
	margin: 0;
	float:right;
	width: 520px;
	padding-right:300px;
	text-align: right;
	background-image:url(../images/bg-footer-bottom.png);
	background-repeat: no-repeat;
	background-position: right;
}


/* postmeta */
.post-footer {
	background: url(../images/post.jpg);
	padding: 5px; margin: 5px 10px 10px 10px;
	font-family: Arial, Helvetica, sans-serif;	
font-size: 12px;
color: #000066;
	border: 1px solid #E0DBC9;
}
#validator {
	padding: 0;
	margin: 0;
	width:80px;
	float: right;
	position: absolute;
	left: 890px;
	top: 50px;
	z-index:100;
}
.menu-abajo {
font-family: Arial, Helvetica, sans-serif;	
font-size: 11px;
font-weight:bold;
letter-spacing: 1px;
color: #000000;

}
.menu-abajo:hover {
	color: #0033FF;
	text-decoration:none;
}
.post-footer .date{ margin: 0 10px 0 5px;	}
.post-footer a.comments { margin: 0 10px 0 5px;	}
.post-footer a.readmore { margin: 0 10px 0 5px;	}
.post-info { font-size: .95em; padding: 0 10px; margin-left: 2px; }

/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }

/* display and additional classes */
.clear { clear: both; }

