@charset "utf-8";

/*
California Walnut Comission  2009 
Grupo Inforpress S.L.  2009 Diseño y desarrollo web.
*/

body {
	margin: 0 auto;
	padding: 0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	background: url(images/nueces_de_california.gif) repeat-x;
	border-top: 2px solid #ff0000;
}

/* Easy Slider */

	#slider{}	
	#slider ul, #slider li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#slider li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:696px;
		height:241px;
		overflow:hidden; 
		}	
	#prevBtn, #nextBtn{ 
		display:block;
		width:30px;
		height:77px;
		position:absolute;
		left:-30px;
		top:71px;
		}	
	#nextBtn{ 
		left:696px;
		}														
	#prevBtn a, #nextBtn a{  
		display:block;
		width:30px;
		height:77px;
		background:url(images/btn_prev.gif) no-repeat 0 0;	
		}	
	#nextBtn a{ 
		background:url(images/btn_next.gif) no-repeat 0 0;	
		}												

/* // Fin Easy Slider */


/* Start NEW SLIDER */

.main-slider {
	float:left;
	margin-top:10px;
	width:100%;
	height:auto;
}

.main_image {
    width: 598px;
    height: 456px;
    float: left;
    background: #333;
    position: relative;
    overflow: hidden; /*--Overflow hidden allows the description to toggle/tuck away as it slides down--*/
    color: #fff;
}
.main_image h2 {
    font-size: 18px;
    font-weight: normal;
    margin: 5px 0px 10px 16px;
	text-decoration:underline
}
.main_image p {
    font-size: 16px;
    line-height: 16px;
    padding: 10px;
    margin: 0;
}
.block small { /*--We'll be using this same style on our thumbnail list--*/
    font-size: 10px;
    padding: 0 0 2px 20px;
    background: url(images/slider/icon_calendar.gif) no-repeat 0 center;
}
.main_image .block small {margin-left: 16px;}
.main_image .desc{
    position: absolute;
    bottom: 0;
    left: 0; /*--Stick the desc class to the bottom of our main image container--*/
    width: 100%;
    display: none; /*--Hide description by default, if js is enabled, we will show this--*/
}
.main_image .block{
    width: 100%;
    background: #111;
    border-top: 1px solid #000;
}
.main_image a.collapse { /*--This is our hide/show tab--*/
    background: url(images/slider/btn_collapse.gif) no-repeat left top;
    height: 27px;
    width: 93px;
    text-indent: -99999px;
    position: absolute;
    top: -27px;
    right: 20px;
}
.main_image a.show {background-position: left bottom;}

	/* Start THUMB */
	
	.image_thumb {
    float: left;
    width: 240px;
    background: #f0f0f0;
    border-right: 1px solid #fff;
    border-top: 1px solid #ccc;
	}
	.image_thumb img {
		border: 1px solid #ccc;
		padding: 5px;
		background: #fff;
		float: left;
	}
	.image_thumb ul {
		margin: 0;
		padding: 0;
		list-style: none;
	}
	.image_thumb ul li{
		margin: 0;
		padding: 12px 10px;
		background: #f0f0f0 url(images/slider/nav_a.gif) repeat-x;
		width: 240px;
		float: left;
		border-bottom: 1px solid #ccc;
		border-top: 1px solid #fff;
		border-right: 1px solid #ccc;
	}
	.image_thumb ul li.hover { /*--Hover State--*/
		background: #ddd;
		cursor: pointer;
	}
	.image_thumb ul li.active { /*--Active State--*/
		background: #fff;
		cursor: default;
	}
	html .image_thumb ul li h2 {
		font-size: 12px;
		margin: 5px 0;
		padding: 0;
	}
	.image_thumb ul li .block {
		float: left;
		margin-left: 10px;
		padding: 0;
		width: 165px;
	}
	.image_thumb ul li p{display: none;} /*--Hide the description on the list items--*/
	
	
	/* End THUMB */
	
	.titulo {
		margin: 0px;
		padding: 0px;
		background: #f0f0f0 url(images/slider/nav_titulo.gif) repeat-x;
		width: 100%;
		height:30px;
		float: left;
		border-bottom: 1px solid #ccc;
		border-top: 1px solid #fff;
		border-right: 1px solid #ccc;
		border-left: 1px solid #ccc;
	}
	
	.titulo h2 {
		padding: 5px;
		font-size:19px;
		text-align:center;
		font-weight:lighter
	}

/* End NEW SLIDER */



hr {
	border-color: #ff0000;
	height: 1px;
	border:1px;
	border-style:dashed;
	margin-top:1em;
	margin-bottom:1em;
	

}

/* ----- Container ----- */

#container {
	margin: 0.7em auto auto auto;
	width: 950px;
	padding: 0px 10px;
	background: url(images/main.png) repeat-y;
}

/* ----- Fin de Container ----- */


/* ----- 3 columnas ----- */

#services {
	clear: both;
	float: left;
	width: 810px;
	height:330px;
	margin-bottom:0px;
}

.service_box {
	float: left;
	width: 230px;
	height: 330px;
	padding: 10px 15px 10px 15px;
	margin-right: 50px;
	background: url(images/caja.gif) no-repeat;
}

.service_box p{
	padding-bottom: 5px;
}

.service_box img{
	border:solid 5px;
	border-color:#FFFFFF;
	margin-bottom:5px;
}

.service_box1 {
	float: left;
	width: 240px;
	height: 330px;
	padding: 10px 15px 10px 0px;
	margin-right: 10px;
	background: url(images/caja1.gif) no-repeat;
}

.service_box1 p{
	padding-bottom: 5px;
	width: 200px;
}

.service_box1 img{
	border:solid 5px;
	border-color:#00B5E6;
	margin-bottom:5px;
	margin-top:10px;
}

.service_box1 {
	float: left;
	width: 230px;
	height: 330px;
	padding: 10px 15px 10px 0px;
	margin-right: 10px;
	background: url(images/caja1.gif) no-repeat;
}

.service_box2 p{
	padding-bottom: 5px;
	width: 200px;
}

.service_box2 img{
	border:solid 5px;
	border-color:#00B5E6;
	margin-bottom:5px;
	margin-top:10px;
}

.service_box2 {
	float: left;
	width: 240px;
	height: 330px;
	padding: 10px 15px 10px 0px;
	margin-right: 10px;
	background: url(images/caja2.gif) no-repeat;
}

.service_box3 p{
	padding-bottom: 5px;
	width: 200px;
}

.service_box3 img{
	border:solid 5px;
	border-color:#00B5E6;
	margin-bottom:5px;
	margin-top:10px;
}

.service_box3 {
	float: left;
	width: 240px;
	height: 330px;
	padding: 10px 15px 10px 0px;
	margin-right: 10px;
	background: url(images/caja3.gif) no-repeat;
}


/* ----- COLUMNA 1 ----- */

#col1_recetas {
	float:left;
	padding: 0px;
	margin:0px;
	width: 287px;
	height: auto;
	color:#333;
	font-size:110%;
	line-height:130%;
	text-align:left;
	font-weight:normal;
	background-image:url(images/bg_separador.gif);
	background-repeat: no-repeat;
}

/* ----- COLUMNA 2 ----- */

#col2_recetas {
	float:left;
	padding:0px;
	margin:0px;
	width: 287px;
	height: auto;
	color:#333;
	font-size:110%;
	line-height:130%;
	text-align:left;
	font-weight:normal;
	background-image:url(images/bg_separador.gif);
	background-repeat: no-repeat;
}

/* ----- COLUMNA 2 ----- */

#col3_recetas {
	float:right;
	padding:0px;
	margin:0px;
	width: 281px;
	height: auto;
	color:#333;
	font-size:110%;
	line-height:130%;
	text-align:left;
	font-weight:normal;
}
/* ----- FIN 3 columnas ----- */




/* ----- Accesos ----- */

#accesos {
	clear: both;
	float:left;
	z-index:-1;
	width: 861px;
	height: 2.2em;
	margin-left: 35px;
	padding-top:0.5em;
	border-bottom-color:#fff;
	border-bottom-style:solid;
	border-bottom-width:1px;
	background: url(images/menu_hover.gif) repeat-x;
}

/* ----- Post it Buscar Recetas ----- */

#clearer {
	clear: both;
	margin-top:0.7em;
}

#buscar {
	position:relative;
	top: -18px;
	left: 0px;
	float:left;
	width: 95px;
	height: 65px;
	margin:0px;
	padding:0px;
}

#registrarse {
	position:relative;
	top: -15px;
	left: 25px;
	float:right;
	clear:right;
	width: 120px;
	height: 65px;
	margin:0px;
	padding:0px;
	z-index:10
}

#recomendar {
	position:relative;
	top: 0px;
	left: 70px;
	float:left;
	width: 106px;
	height: 65px;
	margin:0px;
	padding:0px;
}

#recomendar2 {
	position:relative;
	top: 0px;
	right: 70px;
	float:right;
	width: 106px;
	height: 65px;
	margin:0px;
	padding:0px;
}

/* Buscador */

#buscador {
		
	width: auto;
	float:left;
	padding-top:0.2em;
	
}
#buscador form{
	margin: 0;
	padding: 0;
}

#buscador label {
	margin: 0px;
}

#buscador input{
	width: 90px;
	height: 1.7em;
	color: #fff;
	background-color:#ff0000;
	font-weight:bold;
	border-color:#fff;
	border-style:solid;
	border-width:0.1em;
	font-size:70%;
	margin:0;
	padding:1px;
}

#buscador #button{
	width: auto;
	height: 1.3em;
	border: 0px;
	color: #666;
	font-weight: bold;
	background: #FFFFFF;
	margin-right:0.2;
	padding:1px;
}

/* Sitemap */

#sitemap {
	float:right;
	padding-top:0.5em;
	font-weight:bold;
	margin-left:0;
	margin-right:0;
}

/* Triple AAA */

#triple_aaa {
	float:right;
	width:80px;
	margin-right:0em;
	padding-top:0.7em;
	font-size:60%;
	color:#FFFFFF;
	font-weight:bold;
}

/* ----- Fin de Accesos ----- */

/* ----- Cabecera ----- */

#cabecera {
	clear: both;
	float:left;
	width: 861px;
	height: 191px;
	margin: 0 auto;
	padding-left:35px;
	z-index: -1;
}

#navidad2 {
	float:right;
	width: 50px;
	height: 188px;
	margin: 0px;
	padding: 0px;
}




/* ----- Fin de Cabecera ----- */

/* Menu */

#menu2{
	width: 951px;
	margin: 0 0 0 35px;
	padding:0px;
	z-index:1;

}

#menu{
	float:left;
	width: 950px;
	height: auto;
	margin: 0px;
	padding:0px;
}
#menu ul{
	list-style:none;
	width: 950px;
	margin: 0 0 0 35px;
	padding:0px;
}
#menu li{
	display:block;
	float:left;
	width:auto;
	
}

#menu li a{
	background:#ababab url(images/menu_bg.gif) repeat-x;
	border-right:#999999;
	border-right-style:solid;
	border-right-width:1px;
	margin:0px;
	padding:15px 35px 15px 35px;
	display:block;
	float:left;
	color:#fff;
	text-transform:uppercase;
	text-decoration:none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	height: auto;
}
#menu li a span{
	color:#fff;
	font-size:10px;
	text-transform:none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
}
#menu li a:hover{
	background:#ababab url(images/menu_hover.gif) repeat-x;
	border-right:#999999;
	border-right-style:solid;
	border-right-width:1px;
	margin:0px;
	padding:15px 35px 15px 35px;
	display:block;
	float:left;
	color:#fff;
	text-transform:uppercase;
	text-decoration:none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	height: auto;
}
#menu li a:hover span{
	color:#fff;
	text-decoration:none;
	font-weight:bold;
}

.current{
	background:url(images/menu_hover.gif) repeat-x;
	border-right:#fff;
	border-right-style:solid;
	border-right-width:1px;
	margin:0px;
	padding:15px 36px 15px 37px;
	display:block;
	float:left;
	color:#fff;
	text-transform:uppercase;
	text-decoration:none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	height: auto;
}

.current span{
	color:#fff;
	font-size:10px;
	text-transform:none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
}

/* Fin de Menu */

/* Submenu */

#submenu {
	float:left;
	width: 860px;
	height: auto;
	margin-bottom:1em;
	margin-left:35px;
	margin-right:60px;
	padding:0;
	background:#ababab url(images/menu_bg.gif) repeat-x;
}
#submenu ul{
	list-style:none;
	width: auto;
	margin:0;
	padding:0;
}
#submenu li{
	display:inline;
	float:left;	
}
#submenu li a{
	border-right:#999999;
	border-right-style:solid;
	border-right-width:1px;
	border-top-color:#ccc;
	border-top-style:solid;
	border-top-width:1px;
	border-bottom-color:#ccc;
	border-bottom-style:solid;
	border-bottom-width:1px;
	margin:0px;
	padding:0.5em;
	float:left;
	color:#fff;
	text-decoration:underline;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:80%;
	font-weight:normal;
	height: auto;
}

#submenu li a:hover{
	border-right:#fff;
	border-right-style:solid;
	border-right-width:1px;
	border-top-color:#ff0000;
	border-top-style:solid;
	border-top-width:1px;
	border-bottom-color:#ff0000;
	border-bottom-style:solid;
	border-bottom-width:1px;
	margin:0px;
	padding:0.5em;
	float:left;
	color:#fff;
	background:#ff0000;
	text-decoration:none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:80%;
	font-weight:normal;
	height: auto;
}

.subcurrent{
	border-color:#FF0000;
	border-style:solid;
	border-width:1px;
	margin:0px;
	padding:0.5em;
	float:left;
	color:#fff;
	text-decoration:none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:80%;
	font-weight:bold;
	height: auto;
	background:#FF0000;
	
}


/* Fin de Submenu */



/* Ruta Nueces */

#ruta {
	float:left;
	height:auto;
	width: 810px;
	margin-left:60px;
	margin-top:10px;
	color: #e80202;
	font-size:80%;
	padding-bottom:2px;
	border-bottom-style:solid;
	border-bottom-color:#eaeaec;
	border-bottom-width:1px;
	font-weight:normal;
}

#ruta p{
	color: #e80202;
	padding:0;
	margin:0;
}

#ruta span {
	color: #333;
}


#ruta a:link { color: #e80202; text-decoration: none;font-weight:normal;}
#ruta a:visited { color: #e80202; text-decoration: none;font-weight:normal; } 
#ruta a:active { color: #e80202; text-decoration: none;font-weight:normal; } 
#ruta a:hover { color: #e80202; text-decoration: underline;font-weight:normal;}


/* ----- Fin de Ruta ----- */

/* Titulos */

#titol1 {

	float:left;
	height:50px;
	width: 236px;
	margin:10px 0 0 20px;
	padding:0;
}

#titol2 {

	float:left;
	height:50px;
	width: 236px;
	margin:10px 0px 0px -15px;
	padding:0;
}

/* RSS y Twitter */

#rss {

	float:right;
	height:auto;
	width: 300px;
	margin-top:5px;
	margin-right:75px;
	
}

#rss p {
	text-align:right;
	margin:0;
	padding:0;
	
}


/* ----- General ----- */

#general {
	float:left;
	height:auto;
	width: 810px;
	margin-left:60px;
	margin-bottom: 1em;;
	margin-top:0;
}

#general h1{
	color:#999;
	font-size:120%;
	line-height:130%;
	text-align:left;
	padding-bottom:0.5em;
	padding-left:0px;
	margin:0px;
	padding-top:0.5em;
	padding-right:20px;
	font-weight:normal;
	
}

#general h1 span{
	color:#ff0000;
}

#general h2{
	color:#ff0000;
	font-size:90%;
	line-height:120%;
	text-align:left;
	padding-bottom:0em;
	margin-bottom:1em;
	border-bottom-color:#CCCCCC;
	border-bottom-style:dashed;
	border-bottom-width:1px;
	font-weight:normal;
}

#general h2 a:link { color: #333; text-decoration: none; padding:0; font-weight:normal;}
#general h2 a:visited { color: #333; text-decoration: none; padding:0; font-weight:normal;}
#general h2 a:active { color: #333; text-decoration: none; padding:0; font-weight:normal;}
#general h2 a:hover { color: #fff; text-decoration: underline; background-color:#ff0000; font-weight:normal;}

#general h5{
	color:#666;
	font-size:80%;
	line-height:110%;
	text-align:left;
	padding-bottom:0em;
	margin-bottom:1em;
	font-weight:normal;
	text-decoration:underline;
}

#general h4{
	color:#efefef;
	font-size:80%;
	line-height:110%;
	text-align:left;
	padding:0;
	margin-top:2em;
	font-weight:normal;	
}

#general h4 a:link { color: #fff; text-decoration: none; background-color:#bbbbbb; padding:0; font-weight:normal;}
#general h4 a:visited { color: #fff; text-decoration: none; background-color:#bbbbbb; padding:0; font-weight:normal;}
#general h4 a:active { color: #fff; text-decoration: none; background-color:#bbbbbb; padding:0; font-weight:normal;}
#general h4 a:hover { color: #bbbbbb; text-decoration: underline; background-color:#fff; font-weight:normal;}

#general p{
	margin: 0px;
	padding-bottom:1em;
	text-align: justify;
	color:#666;
	font-size:80%;
	line-height:150%;
	
}

#general p span{
	color:#ff0000;
	font-weight:bold;
	padding-bottom:0.2em;
	margin-bottom:0.5em;
}

#general option{
	margin: 0px;
	padding-bottom:1em;
	text-align: justify;
	color:#ff0000;
	line-height:120%;
}

#general .left {
	margin: 0px;
	padding: 0;
	text-align: left;
	color:#666;
	font-size:70%;
	line-height:120%;	
}

#general .subir {
	margin: 0px;
	padding-bottom:1em;
	text-align: right;
	color:#666;
	font-size:70%;
	line-height:150%;
	
}


#general .subir a:link { color: #fff; text-decoration: none; background-color:#ff0000; padding:0; font-weight:normal;}
#general .subir a:visited { color: #fff; text-decoration: none; background-color:#ff0000; padding:0; font-weight:normal;}
#general .subir a:active { color: #fff; text-decoration: none; background-color:#ff0000; padding:0; font-weight:normal;}
#general .subir a:hover { color: #ff0000; text-decoration: underline; background-color:#fff; font-weight:normal;}

#general .share {
	margin: 0px;
	padding-bottom:1em;
	text-align: left;
	color:#666;
	font-size:70%;
	line-height:150%;
	border-top:#ccc 1px solid;
	padding-top:1em;
	
}

#general .share a:link { color: #fff; text-decoration: none; background-color:#ff0000; padding:0; font-weight:normal;}
#general .share a:visited { color: #fff; text-decoration: none; background-color:#ff0000; padding:0; font-weight:normal;}
#general .share a:active { color: #fff; text-decoration: none; background-color:#ff0000; padding:0; font-weight:normal;}
#general .share a:hover { color: #ff0000; text-decoration: underline; background-color:#fff; font-weight:normal;}



#general .principal {
	margin-right:1em;
	margin-bottom:0.5em;
	padding:0.5em;
	text-align: left;
	border:#ccc;
	border-style:solid;
	border-width:1px;

}

#general img a:link { text-decoration: none;}
#general img a:visited { text-decoration: none;}
#general img a:active { text-decoration: none;}
#general img a:hover { text-decoration: none;}

#general .principal2 {
	margin-right:40em;
	margin-bottom:2em;
	padding:0.5em;
	text-align: left;
	border:#ccc;
	border-style:solid;
	border-width:1px;
}

#general p a:link { color: #ff0000; text-decoration: underline; font-weight:normal;}
#general p a:visited { color: #ff0000; text-decoration: underline; font-weight:normal;}
#general p a:active { color: #ff0000; text-decoration: underline; font-weight:normal;}
#general p a:hover { color: #fff; text-decoration: none; background-color:#ff0000; padding:0; font-weight:normal;}




#general .bg a:link { color: #fff; text-decoration: none; background-color:#ff0000; padding:0; font-weight:normal;}
#general .bg a:visited { color: #fff; text-decoration: none; background-color:#ff0000; padding:0; font-weight:normal;}
#general .bg a:active { color: #fff; text-decoration: none; background-color:#ff0000; padding:0; font-weight:normal;}
#general .bg a:hover { color: #ff0000; text-decoration: underline; background-color:#fff; font-weight:normal;}

#general .bgris a:link { color: #fff; text-decoration: none; background-color:#c4c4c4; padding:0; font-weight:normal;}
#general .bgris a:visited { color: #fff; text-decoration: none; background-color:#c4c4c4; padding:0; font-weight:normal;}
#general .bgris a:active { color: #fff; text-decoration: none; background-color:#c4c4c4; padding:0; font-weight:normal;}
#general .bgris a:hover { color: #c4c4c4; text-decoration: underline; background-color:#fff; font-weight:normal;}

#general .img a:link { text-decoration: none;}
#general .img a:visited { text-decoration: none;}
#general .img a:active { text-decoration: none;}
#general .img a:hover { text-decoration: none;}

#general ul {
	margin: 0px;
	padding-bottom:1em;
	text-align: left;
	color:#666;
	font-size:90%;
	line-height:150%;
	
}

#general li {
	list-style:url(images/check.png);
	margin-bottom:0.5em;
}

#general .normal ul
{
list-style-type:none;
padding: 0px;
margin: 0px;
}

#general .normal li
{
list-style-type:none;
padding-left: 10px; 
}


#general .sitemap ul {
	margin: 0px;
	padding-bottom:1em;
	margin-left:3em;
	text-align: left;
}

#general .sitemap li {
	list-style:url(images/page_next.gif);
	margin-bottom:0.5em;
	font-size:80%;
	line-height:150%;
	color:#666;
	margin-left:5em;
}

#general .sitemap2 ul {
	margin: 0px;
	padding-bottom:1em;
	margin-left:1em;
	text-align: left;
}

#general .sitemap2 li {
	list-style:url(images/sitemap2.gif);
	margin:0px;
	font-size:90%;
	line-height:140%;
	color:#666;
}

#general .sitemap a:link { color: #ff0000; text-decoration: underline; font-weight:normal;}
#general .sitemap a:visited { color: #ff0000; text-decoration: underline; font-weight:normal;}
#general .sitemap a:active { color: #ff0000; text-decoration: underline; font-weight:normal;}
#general .sitemap a:hover {  color: #fff; text-decoration: none; background-color:#ff0000; padding:0; font-weight:normal;}



#general .home ul {
	padding-bottom:1em;
	text-align: left;
}

#general .home li {
	list-style:url(images/home.png);
	margin-bottom:0.5em;
	font-size:80%;
	line-height:150%;
	color:#666;
}

#general .home a:link { color: #ff0000; text-decoration: underline; font-weight:normal;}
#general .home a:visited { color: #ff0000; text-decoration: underline; font-weight:normal;}
#general .home a:active { color: #ff0000; text-decoration: underline; font-weight:normal;}
#general .home a:hover { color: #fff; text-decoration: none; background-color:#ff0000; padding:0; font-weight:normal;}


/* ----- General2... PARA INCLUIR COLUMNAS ----- */

#general2 {
	float:left;
	height:auto;
	width: 860px;
	margin-left:35px;
	margin-bottom: 1em;;
	margin-top:0;
}

#general2 h1{
	margin: 0px;
	padding-bottom:0.5em;
	padding-top:0em;
	text-align:left;
	color:#333;
	font-size:80%;
	line-height:120%;
	padding-left:18px;
	padding-right:15px;
	text-transform:uppercase;
	font-weight: lighter;
}

#general2 p{
	margin: 0px;
	padding-bottom:1em;
	text-align: left;
	color:#666;
	font-size:70%;
	line-height:140%;
	padding-left:17px;
	padding-right:15px;
}

#general2 .images {
	margin: 0px;
	padding-bottom:1em;
	text-align: center;
	color:#666;
	font-size:60%;
	line-height:160%;
	padding-left:17px;
	padding-right:15px;
	padding-top:20px;
}

#general2 .images  a:link { text-decoration: none;  }
#general2 .images  a:visited { text-decoration: none; }
#general2 .images  a:active { text-decoration: none; }
#general2 .images  a:hover { text-decoration: none; }


#general2 p span{
	color:#ff0000;
	font-weight:bold;
	padding-bottom:0.2em;
	margin-bottom:0.5em;
}

#general2 p img{
	padding-top:2em;
}

#general2 p a:link { color: #fff; text-decoration: none; background-color:#ff0000; font-weight:normal;}
#general2 p a:visited { color: #fff; text-decoration: none; background-color:#ff0000; font-weight:normal;}
#general2 p a:active { color: #fff; text-decoration: none; background-color:#ff0000; font-weight:normal;}
#general2 p a:hover { color: #ff0000; text-decoration: underline; background-color:#fff; font-weight:normal;}

#general2 .principal2 {
	margin-right:1em;
	margin-bottom:0.5em;
	padding:0.5em;
	text-align: left;
	border:#ccc;
	border-style:solid;
	border-width:1px;
}

/* ----- COLUMNA 1 ----- */

#col_todo {
	clear:both;
	padding-top:10px;
	margin:0 auto;
	width: 840px;
	height: auto;
	color:#333;
	font-size:110%;
	line-height:130%;
	text-align:center;
	font-weight:normal;
	background-repeat: no-repeat;
}

#col_todo img {
	margin:0;
	padding:0.5em;
	text-align: left;
	border:#ccc;
	border-style:solid;
	border-width:1px;
}

#col_todo h1{
	margin-top:10px;
	font-size:18px;
	text-align:center;
	line-height:20px;
}

#col_todo p {
	text-align:center;
	line-height:140%;
	margin-bottom:10px;
}

#col_todo span {
	color:#ff0000;
	font-weight:bold;
}

#col_todo a {
	text-align:center;
	margin:0 auto;
}

/* ----- COLUMNA - CHEFS, MENÚS CON CORAZÓN 2010 ----- */

#col-chefs {
	float:left;
	padding: 10px 0px 0px 0px;
	margin-left: 0px;
	width: 285px;
	height: auto;
	color:#333;
	font-size:110%;
	line-height:130%;
	text-align:left;
	font-weight:normal;
	background-image:url(images/bg_separador.gif);
	background-repeat: no-repeat;
}




/* ----- COLUMNA 1 ----- */

#col1 {
	float:left;
	padding:0px;
	margin-left: 0px;
	width: 285px;
	height: auto;
	color:#333;
		font-size:110%;
	line-height:130%;
	text-align:left;
	font-weight:normal;
	background-image:url(images/bg_separador.gif);
	background-repeat: no-repeat;
}

#col1 span {
	color:#ff0000;
	font-weight:bold
}


/* ----- COLUMNA 2 ----- */

#col2 {
	float:left;
	padding: 10px 0px 0px 0px;
	margin-left: 0px;
	width: 285px;
	height: auto;
	color:#333;
	font-size:110%;
	line-height:130%;
	text-align:left;
	font-weight:normal;
	background-image:url(images/bg_separador.gif);
	background-repeat: no-repeat;
}

#col2 span {
	color:#ff0000;
	font-weight:bold
}

/* ----- COLUMNA 3 ----- */

#col3 {
	float:right;
	padding: 10px 0px 0px 0px;
	margin-left: 0px;
	width: 281px;
	height: auto;
	color:#333;
	font-size:110%;
	line-height:130%;
	text-align:left;
	font-weight:normal;
}

#col3 span {
	color:#ff0000;
	font-weight:bold
}

/* ----- COLUMNA 4, ES DECIR QUE OCUPA EL ANCHO DE DOS COLUMNAS NORMALES ----- */

#col4 {
	float:right;
	padding: 10px 0px 0px 0px;
	margin-left: 0px;
	width: 562px;
	height: auto;
	color:#333;
	font-size:110%;
	text-align:left;
	font-weight:normal;
}

#general2 #col4 p {
	line-height:160%;

}

#col4 span {
	color:#ff0000;
	font-weight:bold
	
}

/* ----- COLUMNA ESPECIAL PARA MENÚS CON CORAZÓN ----- */

#col_menus {
	float:right;
	padding: 10px 0px 0px 0px;
	margin-left: 0px;
	width: 562px;
	height: auto;
	color:#333;
	font-size:110%;
	text-align:left;
	font-weight:normal;
}

#col_menus h1{
	margin: 0px;
	padding-bottom:0.5em;
	padding-top:0em;
	text-align:left;
	color:#333;
	font-size:80%;
	line-height:120%;
	padding-left:18px;
	padding-right:15px;
	text-transform:uppercase;
	font-weight: lighter;
}

#col_menus h1 span{
	color:#ff0000;
}


#col_menus p {
	line-height:160%;
	font-weight:normal;

}

#col_menus {
	color:#ff0000;
	font-weight:bold
	
}


#col_menus p img{
	padding-top:0em;
}

#col_menus p a:link { color: #ff0000; text-decoration: underline; background-color:#fff; font-weight:normal; margin-top:10px;}
#col_menus p a:visited { color: #ff0000; text-decoration: underline; background-color:#fff; font-weight:normal; margin-top:10px;}
#col_menus p a:active { color: #ff0000; text-decoration: underline; background-color:#fff; font-weight:normal; margin-top:10px;}
#col_menus p a:hover { color: #fff; text-decoration: none; background-color:#ff0000; font-weight:normal; margin-top:10px;}


/* ----- COLUMNA 1b ----- */

#col1b {
	float:left;
	padding: 0px;
	margin-left: 0px;
	width: 287px;
	height: auto;
	color:#333;
	font-size:110%;
	line-height:130%;
	text-align:left;
	font-weight:normal;
	background-image:url(images/bg_separador.gif);
	background-repeat: no-repeat;
}

/* ----- COLUMNA RECETAS ----- */

#col-recetas {
	float:left;
	padding: 10px 0px 0px 0px;
	margin-left: 0px;
	width: 287px;
	height: auto;
	color:#333;
	font-size:110%;

	text-align:left;
	font-weight:normal;
	background-image:url(images/bg_separador.gif);
	background-repeat: no-repeat;
}

#col-recetas  span {
	color:#ff0000;
	font-weight:bold
}




/* ----- Separador ----- */

#separador {
	border-top: 1px solid #ecebeb;
	float:left;
	height:auto;
	width: 840px;
	margin-left:0.5em;
	margin-bottom:0;
	margin-top:1em;
	
}

#separador_sinlinea {
	float:left;
	height:auto;
	width: 840px;
	margin-left:0.5em;
	margin-bottom:0;
	margin-top:0.2em;
	
}

#separador_sinlinea2 {
	float:left;
	width: 840px;
	height:2px;
	margin-bottom:0;
	margin-top:0;
}



/* ----- CARRUSEL ----- */

#carrusel {
	float:left;
	height:auto;
	width: 810px;
	margin-left:60px;
	margin-bottom: 1em;;
	margin-top:1em;
	z-index:-2;

}



/* ----- Noticias todas. Especial styles ----- */

.noticias_todas h1{
	color:#666;
	font-size:120%;
	line-height:140%;
	text-align:left;
	padding-bottom:0.7em;
	padding-left:0px;
	margin:0px;
	padding-right:20px;
	vertical-align:top;
	font-weight:lighter;
}

.noticias_todas {
	margin-right:1em;
	margin-bottom:2em;
	padding:0.5em;
	text-align: left;
	vertical-align:middle;
	background-color:#fff;
	font-weight:lighter;
}

#general .noticias_todas a:link { text-decoration: none; color:#333; font-weight:lighter;}
#general .noticias_todas a:visited { text-decoration: none; color:#333; font-weight:lighter;}
#general .noticias_todas a:active { text-decoration: none; color:#333; font-weight:lighter;}
#general .noticias_todas a:hover { text-decoration: none; color:#fff; background-color:#ff0000; font-weight:lighter;}




/* ----- Fin de General ----- */

/* ----- Col Derecha ----- */

#col_dcha_news {
/* -----	background:url(images/backnews_nueces.jpg) no-repeat; ----- */
	float:right;
	width: 250px;
	height: auto;
	margin-top: 1.5em;
	margin-left:1.5em;
	margin-bottom:0.3em;
	padding-left:1em;
	padding-right:1em;
	padding-top:0.5em;
	padding-bottom:0.5em;
	background-color:#fef6f6;
	border-color:#ccc;
	border-width:1px;
	border-style:solid;
	background-image:url(images/bg_col_nueces.gif);
	background-repeat:repeat-x;
}


#col_dcha_news img {
	border:0;
	padding:0;
	margin:0;


}


#col_dcha_news .noticias {
	border:#FF0000;
	border-style:solid;
	border-width:1px;
	padding:0.3em;
	vertical-align:middle;

}

#col_dcha_news h1{
	margin-bottom:1em;
	padding:0.1em;
	text-align:center;
	margin-left:0px;
	margin-right:0px;
	background-color:#c1c1c1;
	color:#fff;
	font-size:80%;
	font-weight:lighter;
} 

#col_dcha_news p{
	margin-bottom:1em;
	margin-top:0.5em;
	padding-bottom:0.5em;
	margin-left:0em;
	text-align: left;
	color:#666;
	font-size:90%; line-height:120%;  border-bottom-color:#e6e6e6; border-bottom-width:1px; border-bottom-style:solid;
}

#col_dcha_news .p a:link {  color: #fff; text-decoration: none; background-color:#ff0000; font-weight:normal; font-size:85%; line-height:140%;}
#col_dcha_news .p a:visited {  color: #fff; text-decoration: none; background-color:#ff0000; font-weight:normal; font-size:85%; line-height:140%;}
#col_dcha_news .p a:active {  color: #fff; text-decoration: none; background-color:#ff0000; font-weight:normal; font-size:85%; line-height:140%; }
#col_dcha_news .p a:hover { color: #ff0000; text-decoration: underline; background-color:#fef6f6; font-weight:normal; padding:0.1em; font-size:85%; line-height:140%;}

#col_dcha_news .active {  color: #ff0000; text-decoration: underline; font-weight:normal; font-size:65%; line-height:140%; border-bottom-color:#ff0000; border-bottom-width:1px; border-bottom-style:dashed; font-weight:normal; }




#col_dcha_news a:link { color: #fff; text-decoration: none; background-color:#ff0000; font-size:70%; line-height:200%; font-weight:normal; padding:0.1em;}
#col_dcha_news a:visited { color: #fff; text-decoration: none; background-color:#ff0000; font-size:70%; line-height:200%; font-weight:normal; padding:0.1em;}
#col_dcha_news a:active { color: #fff; text-decoration: none; background-color:#ff0000; font-size:70%; line-height:200%; font-weight:normal; padding:0.1em;}
#col_dcha_news a:hover { color: #ff0000; text-decoration: underline; background-color:#fff; font-size:70%; line-height:200%; font-weight:normal; padding:0.1em;}


#col_dcha_news span{
	float:right;
	text-transform: uppercase;
}


/* ----- Col Derecha ----- */

#col_dcha {
/* -----	background:url(images/backnews_nueces.jpg) no-repeat; ----- */
	float:right;
	width: 250px;
	height: auto;
	margin-top: 1.5em;
	margin-left:1.5em;
	margin-bottom:0.3em;
	padding-left:1em;
	padding-right:1em;
	padding-top:0.5em;
	padding-bottom:0.5em;
	background-color:#fef6f6;
	border-color:#ccc;
	border-width:1px;
	border-style:solid;
	background-image:url(images/bg_col_nueces.gif);
	background-repeat:repeat-x;
}


#col_dcha img {
	border:0;
	padding:0;
	margin:0;


}


#col_dcha .noticias {
	border:#FF0000;
	border-style:solid;
	border-width:1px;
	padding:0.3em;
	vertical-align:middle;

}

#col_dcha h1{
	margin-bottom:1em;
	padding:0.1em;
	text-align:center;
	margin-left:0px;
	margin-right:0px;
	background-color:#c1c1c1;
	color:#fff;
	font-size:80%;
	font-weight:lighter;
} 

#col_dcha p{
	margin-bottom:1em;
	margin-top:0.5em;
	padding-bottom:0.5em;
	margin-left:1.5em;
	text-align: left;
	color:#666;
	font-size:90%; line-height:120%;  border-bottom-color:#e6e6e6; border-bottom-width:1px; border-bottom-style:solid;
}

#col_dcha .peq{
	text-align: left;
	color:#666;
	font-size:60%;
	line-height:120%;
}


#col_dcha .p a:link {  color: #fff; text-decoration: none; background-color:#ff0000; font-weight:normal; font-size:85%; line-height:140%;}
#col_dcha .p a:visited {  color: #fff; text-decoration: none; background-color:#ff0000; font-weight:normal; font-size:85%; line-height:140%;}
#col_dcha .p a:active {  color: #fff; text-decoration: none; background-color:#ff0000; font-weight:normal; font-size:85%; line-height:140%; }
#col_dcha .p a:hover { color: #ff0000; text-decoration: underline; background-color:#fef6f6; font-weight:normal; padding:0.1em; font-size:85%; line-height:140%;}


#col_dcha .active {  color: #ff0000; text-decoration: underline; font-weight:normal; font-size:65%; line-height:140%; border-bottom-color:#ff0000; border-bottom-width:1px; border-bottom-style:dashed; font-weight:normal; margin-left:2em; margin-top:0; padding-top:0;  }


#col_dcha a:link { color: #fff; text-decoration: none; background-color:#ff0000; font-size:70%; line-height:200%; font-weight:normal; padding:0.1em;}
#col_dcha a:visited { color: #fff; text-decoration: none; background-color:#ff0000; font-size:70%; line-height:200%; font-weight:normal; padding:0.1em;}
#col_dcha a:active { color: #fff; text-decoration: none; background-color:#ff0000; font-size:70%; line-height:200%; font-weight:normal; padding:0.1em;}
#col_dcha a:hover { color: #ff0000; text-decoration: underline; background-color:#fff; font-size:70%; line-height:200%; font-weight:normal; padding:0.1em;}


#col_dcha span{
	float:right;
	text-transform: uppercase;
}

#col_dcha2 {
/* -----	background:url(images/backnews_nueces.jpg) no-repeat; ----- */
	float:right;
	clear:both;
	width: 250px;
	height: auto;
	margin-top: 0.3em;
	margin-left:1.5em;
	margin-bottom:0.5em;
	padding-left:1em;
	padding-right:1em;
	padding-top:0.5em;
	padding-bottom:0.5em;
	background-color:#fef6f6;
	border-color:#ccc;
	border-width:1px;
	border-style:solid;
	background-image:url(images/bg_col_nueces.gif);
	background-repeat:repeat-x;
}


#col_dcha2 img {
	border:0;
	padding:0;
	margin:0;


}


#col_dcha2 .noticias {
	border:#FF0000;
	border-style:solid;
	border-width:1px;
	padding:0.3em;
	vertical-align:middle;

}

#col_dcha2 h1{
	margin-bottom:1em;
	padding:0.1em;
	text-align:center;
	margin-left:0px;
	margin-right:0px;
	background-color:#c1c1c1;
	color:#fff;
	font-size:80%;
	font-weight:lighter;
} 

#col_dcha2 p{
	margin-bottom:1em;
	margin-top:0.5em;
	padding-bottom:0.5em;
	margin-left:1.5em;
	text-align: left;
	color:#666;
	font-size:90%; line-height:120%;  border-bottom-color:#e6e6e6; border-bottom-width:1px; border-bottom-style:solid;
}

#col_dcha2 .p a:link {  color: #fff; text-decoration: none; background-color:#ff0000; font-weight:normal; font-size:85%; line-height:140%;}
#col_dcha2 .p a:visited {  color: #fff; text-decoration: none; background-color:#ff0000; font-weight:normal; font-size:85%; line-height:140%;}
#col_dcha2 .p a:active {  color: #fff; text-decoration: none; background-color:#ff0000; font-weight:normal; font-size:85%; line-height:140%;}
#col_dcha2 .p a:hover { color: #ff0000; text-decoration: underline; background-color:#fef6f6; font-weight:normal; padding:0.1em; font-size:85%; line-height:140%;}


#col_dcha2 .active {  color: #ff0000; text-decoration: underline; font-weight:normal; font-size:65%; line-height:140%; border-bottom-color:#ff0000; border-bottom-width:1px; border-bottom-style:dashed; font-weight:normal; margin-left:2em; margin-top:0; padding-top:0;  }




#col_dcha2 a:link { color: #fff; text-decoration: none; background-color:#ff0000; font-size:70%; line-height:200%; font-weight:normal; padding:0.1em;}
#col_dcha2 a:visited { color: #fff; text-decoration: none; background-color:#ff0000; font-size:70%; line-height:200%; font-weight:normal; padding:0.1em;}
#col_dcha2 a:active { color: #fff; text-decoration: none; background-color:#ff0000; font-size:70%; line-height:200%; font-weight:normal; padding:0.1em;}
#col_dcha2 a:hover { color: #ff0000; text-decoration: underline; background-color:#fff; font-size:70%; line-height:200%; font-weight:normal; padding:0.1em;}


#col_dcha2 span{
	float:right;
	text-transform: uppercase;
}



/* ----- Col Newsletter ----- */

#news {
	float:right;
	clear:both;
	z-index:100;
	width: 250px;
	height: auto;
	margin-top: 0em;
	margin-left:1.5em;
	margin-bottom:0.5em;
	padding-left:1em;
	padding-right:1em;
	padding-top:0.2em;
	padding-bottom:0.2em;
	background-color:#fff;
	border-color:#ccc;
	border-width:1px;
	border-style:solid;
	text-align:left;
	background-image:url(images/bg_col_nueces.gif);
	background-repeat:repeat-x;
}

#news h1{
	font-size:70%;	
	text-align:left;
	color:#ff0000;
}

#news h1 a:link { color: #fff; text-decoration: none; background-color:#ff0000; line-height:200%; font-weight:normal;}
#news h1 a:visited { color: #fff; text-decoration: none; background-color:#ff0000; line-height:200%; font-weight:normal;}
#news h1 a:active { color: #fff; text-decoration: none; background-color:#ff0000; line-height:200%; font-weight:normal;}
#news h1 a:hover { color: #ff0000; text-decoration: underline; line-height:200%; font-weight:normal; background-color:#fff;}

#news P{
	text-align:left;
	color:#666;
	margin-top:0.5em;
	padding-top:0.5em;
	line-height:130%;
	border-top:#ccc 1px solid;
	font-size:60%;
}



/* ----- Col Izquierda > Indice Contenidos----- */

#col_izq {
	clear:both;
	float:left;
	width: 100%;
	height: auto;
	margin-right:2em;
	margin-bottom:0.5em;
	padding-top:0em;
	padding-bottom:0.3em;
	color:#ff0000;
	border-bottom-color:#e9e9e9;
	border-bottom-style:solid;
	border-bottom-width:1px;
	font-size:90%;
	font-weight:bold;
}


#col_izq a:link { color: #ff0000; text-decoration: underline; line-height:200%; font-weight:normal;}
#col_izq a:visited { color: #ff0000; text-decoration: underline; line-height:200%; font-weight:normal;}
#col_izq a:active { color: #ff0000; text-decoration: underline; line-height:200%; font-weight:normal;}
#col_izq a:hover { color: #fff; text-decoration: none; background-color:#ff0000; line-height:200%; font-weight:normal;}

/* ----- Col Izquierda > Lista ----- */

#sub_izq {
	clear:both;
	float:left;
	width: 100%;
	height: auto;
	margin-right:2em;
	margin-bottom:0.5em;
	padding-top:0em;
	padding-bottom:1em;
	color:#333;
	font-size:80%;
	font-weight:bold;
	
}


#sub_izq a:link { color: #999; text-decoration: underline; line-height:200%; font-weight:normal;}
#sub_izq a:visited { color: #999; text-decoration: underline; line-height:200%; font-weight:normal;}
#sub_izq a:active { color: #999; text-decoration: underline; line-height:200%; font-weight:normal;}
#sub_izq a:hover { color: #fff; text-decoration: none; background-color:#ff0000; line-height:200%; font-weight:normal;}

/* ----- Validadores ----- */

#validadores {
	clear: both;
	padding: 10px 0px 10px 0px;
	margin-top:0px;
	margin-left: 35px;
	margin-bottom:0px;
	width: 861px;
	height: auto;
	text-align: center;
	background: #fff;
	color:#333;
	font-size:60%;
	font-weight:normal;
}

#validadores .img{
	padding-left:2em;
}

#validadores_home {
	clear: both;
	padding: 10px 0px 10px 0px;
	margin-top:0px;
	margin-left: 35px;
	margin-bottom:0px;
	width: 861px;
	height: auto;
	text-align: center;
	background: #fff;
	color:#333;
	font-size:60%;
	font-weight:normal;
	border-top:1px solid #ccc;
}

#validadores_home .img{
	padding-left:2em;
}


/* ----- End of Validadores ----- */


/* ----- PreFooter ----- */

#prefooter {
	clear: both;
	padding: 20px 0px 20px 0px;
	margin-left: 35px;
	width: 861px;
	height: auto;
	text-align: center;
	background-color:#ededed;
	color:#333;
	font-size:65%;
	font-weight:normal;
	border-bottom:#ff0000 3px solid;
	border-top:#333 1px solid;
}

#prefooter img{
	border:0;
	vertical-align:middle;
}



#prefooter a:link { color: #fff; text-decoration: none; background-color:#ff0000; padding:0; font-weight:bold;}
#prefooter a:visited { color: #fff; text-decoration: none; background-color:#ff0000; padding:0; font-weight:bold;}
#prefooter a:active { color: #fff; text-decoration: none; background-color:#ff0000; padding:0; font-weight:bold;}
#prefooter a:hover { color: #333; text-decoration: underline; font-weight:bold; background-color:#ededed;}


/* ----- End of PreFooter ----- */

/* ----- Footer ----- */

#footer {
	clear: both;
	padding: 10px 0px 0px 0px;
	margin-left: 35px;
	margin-bottom:0px;
	width: 861px;
	height: 17em;
	text-align: center;
	background: #d80100;
	color:#FFFFFF;
	font-size:70%;
	text-transform:uppercase;
}

#footer h1 {
	text-align: left;
	color:#ffae5c;
	font-size:110%;
	margin-left:1.2em;
	text-transform:uppercase;
	margin-bottom:0;
	padding-bottom:0;
}

#footer h2 {
	text-align: left;
	color:#FFFFFF;
	font-size:100%;
	margin-left:1.4em;
	border-bottom-color:#FFFFFF;
	border-bottom-style:dashed;
	border-bottom-width:1px;
	width:auto;
}

#footer option {
	height: auto;
	text-align: left;
	background: #a5a5a5;
	color:#fff;
	text-align:left;
	margin:0;
	padding:0;
}

#footer select {
	height: 20px;
	text-align: center;
	color:#333;
	text-align:left;
	font-size:12px;
	margin:0;
	padding:0;
}

#footer .stop {
	background:#fff;
	color:#333;
}



#footer a:link { color: #fff; text-decoration: none; font-weight: bold; }
#footer a:active { color: #d80100; text-decoration: none; background-color:#fff; padding:0;}
#footer a:hover { color: #d80100; text-decoration: none; background-color:#fff; padding:0;}
#footer a:visited { color: #fff; text-decoration: none; font-weight: bold; }

#footer ul{
	text-align:left;
	padding-left:0;
	margin-left:1.5em;
}
#footer li{
	padding-bottom:0em;
	margin-bottom:0.5em;
	list-style:none;
	border-bottom:1px #ffae5c solid;
	padding-left:0;
	margin-left:0;
	
}



/* ----- End of Footer ----- */


/* ----- Footer ----- */

#footer2 {
	float:left;
	padding: 10px 0px 0px 0px;
	margin-left: 0px;
	width: 287px;
	height: auto;
	text-align: center;
	background: #d80100;
	color:#FFFFFF;
}


#footer2 a:link, a:visited { color: #fff; text-decoration: none; font-weight: bold; }
#footer2 a:active { color: #d80100; text-decoration: none; background-color:#fff; padding:0;}
#footer2 a:hover { color: #d80100; text-decoration: none; background-color:#fff; padding:0;}


#footer3 {
	float:left;
	padding: 10px 0px 0px 0px;
	margin-left: 0px;
	width: 287px;
	height: auto;
	text-align: center;
	background: #d80100;
	color:#FFFFFF;
}


#footer3 a:link, a:visited { color: #fff; text-decoration: none; font-weight: bold; }
#footer3 a:active { color: #d80100; text-decoration: none; background-color:#fff; padding:0;}
#footer3 a:hover { color: #d80100; text-decoration: none; background-color:#fff; padding:0;}


#footer5 {
	float:right;
	padding: 10px 0px 0px 0px;
	margin-left: 0px;
	width: 281px;
	height: auto;
	text-align: center;
	color:#FFFFFF;
}


#footer5 a:link, a:visited { color: #fff; text-decoration: none; font-weight: bold; }
#footer5 a:active { color: #d80100; text-decoration: none; background-color:#fff; padding:0;}
#footer5 a:hover { color: #d80100; text-decoration: none; background-color:#fff; padding:0;}

#footer5 ul{
	text-align:left;
}
#footer5 li{
	padding-bottom:0em;
	margin-bottom:2em;
}

#footer4 {
	clear: both;
	padding: 20px 0px 20px 0px;
	margin-left: 35px;
	width: 861px;
	height: auto;
	border-top: 1px solid #ffcbcb;
	background-color:#d80100;
	text-align:center;
	font-size:60%;
	text-transform:uppercase;
}

#footer4 h1 {
	text-align:center;
	color:#ffae5c;
	font-size:130%;
	padding:0;
	margin:0em;
	text-transform:uppercase;
	
}

#footer4 a:link { text-decoration: none; padding:0; }
#footer4 a:active { text-decoration: none; padding:0; }
#footer4 a:hover { text-decoration: none; padding:0; }
#footer4 a:visited { text-decoration: none; padding:0; }


/* ----- End of Footer ----- */



/* ----- Lightbox ----- */

#lightbox{
	background-color:#ff0000;
	padding: 10px;
	border-bottom: 2px solid #d80100;
	border-right: 2px solid #d80100;
	color:#fff;
	}
	
#lightbox a:link { text-decoration: none; padding:0; color:#FFFFFF; text-decoration:underline }
#lightbox a:active { text-decoration: none; padding:0;color:#FFFFFF; text-decoration:underline }
#lightbox a:hover { text-decoration: none; padding:0;color:#FFFFFF; text-decoration:underline }
#lightbox a:visited { text-decoration: none; padding:0; color:#FFFFFF; text-decoration:none}
	

#lightboxDetails{
	font-size: 0.7em;
	padding-top: 0.4em;
	color:#fff;
	}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }
#closeButton{ top: 5px; right: 5px; }

#lightbox img{ border: none; clear: both;} 
#overlay img{ border: none; }

#overlay{ background-image: url(images/overlay.png); }

* html #overlay{
	background-color: #333;
	background-color: transparent;
	background-image: url(images/blank.gif);
	}

/* ----- End of Lightbox ----- */



/* ----- Form ----- */

input
{
color: #ff0000;
background: #f5f5f5;
border: 1px solid #c2c2c2
}

.file
{
color: #ff0000;
background: #f5f5f5;
border: 1px solid #c2c2c2
}

textarea
{
color: #ff0000;
background: #f5f5f5;
border: 1px solid #c2c2c2
}

select
{
color: #ff0000;
background: #f5f5f5;
border: 1px solid #c2c2c2;
line-height:100%;
}

option
{
color: #ff0000;
line-height:50%;
}

/* ----- Accordion ----- */

.accordion {
	width: 100%;
	border-bottom: solid 1px #c4c4c4;
	margin-top:2em;
}
.accordion h3 {
	background: #e9e7e7 url(images/arrow-square.gif) no-repeat right -51px;
	padding: 7px 15px;
	padding-right:20px;
	margin: 0;
	font-size:80%;
	border: solid 1px #c4c4c4;
	border-bottom: none;
	cursor: pointer;
	color: #333;
	line-height:18px;
}
.accordion h3:hover {
	background-color: #ff0000;
	color:#FFFFFF;
}
.accordion h3.active {
	background-position: right 5px;
}

.accordion p {
	background: #f7f7f7;
	margin: 0;
	padding: 10px 15px 20px;
	border-left: solid 1px #c4c4c4;
	border-right: solid 1px #c4c4c4;
	font-size:70%;
	line-height:120%;
	color: #666666;

}

.accordion ol {
	background: #f7f7f7;
	border-left: solid 1px #c4c4c4;
	border-right: solid 1px #c4c4c4;
	margin: 0;
	padding: 10px 25px 20px 40px;
	font-size:70%;
	line-height:120%;
	color: #666666;
}

.accordion li {
	margin: 0;
	padding-bottom: 10px;
}
