*{-moz-box-sizing: border-box;box-sizing: border-box}
body  {
	font:11px Verdana, Arial, Helvetica, sans-serif;
	color:white;
	background-color: #000000;
	margin : 0px 0px 0px 0px; 
	text-align: center;
}

#contenedor {
text-align: left;
width: 800px;
margin: auto; 
}

td{
font:12px Verdana, Arial, Helvetica, sans-serif;
color:white;
}	

.titulo1{
font:14px Verdana, Arial, Helvetica, sans-serif;
color:#ff3300;
}

.clear {clear:both}

.cate{
color: #FFFFFF; text-decoration:none;font-weight: bold;font-size:11px;
}
.cate:hover{
color: #ff3300; text-decoration:underline;font-weight: bold;font-size:11px;
}

.categoria{
color: #ff3300;font-weight: bold;
}

.txt-10{
font:11px Verdana, Arial, Helvetica, sans-serif;
color: #FFFFFF;
}

#tdmenu{
background:transparent url("images/black.jpg") repeat-x top left;
}

.link2{
color: #FFFFFF; text-decoration:none;font-weight: bold;font-size:11px;
}
.link2:hover{
color: #ff3300; text-decoration:underline;font-weight: bold;font-size:11px;
}

.link{
color: #FFFFFF; text-decoration:none;font-weight: normal;
}
.link:hover{
text-decoration:underline;font-weight: normal;
}


#mainContainer{
	width:798px;
	margin:0 auto;
	text-align:left;

}
#contentContainer{
	padding-top:5px;
	float:right;
	/* CSS HACK */
	width: 160px;	/* IE 5.x */
	width/* */:/**/160px;	/* Other browsers */
	width: /**/160px;
	
	/* CSS HACK */
	height: 160px;	/* IE 5.x */
	height/* */:/**/22px;	/* Other browsers */
	height: /**/22px;
	font-size:11px;
	/*border:1px solid green;*/
}


#contentContainer .openingText{
	color:red;
}



.keyText{	/* Just a column I use for key text inside articles - the one with the light blue bg and dotted border */
	background-color:#FFF;
	border:1px dotted #000;
	float:right;
	margin-top:5px;
	margin-left:5px;
	margin-bottom:5px;
	width:150px;
	padding:3px
}
.clear{
	clear:both;
}

input { font-family: Tahoma, Verdana, Arial; font-size: 11px; color: #000000; background-color: #CCCCCC; border: #800000; border-style: solid; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px}
select { font-family: Tahoma, Verdana, Arial; font-size: 11px; color: #000000; background-color: #CCCCCC; border: #800000; border-style: solid; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px} 
textarea { font-family: Tahoma, Verdana, Arial; font-size: 11px;  border: 1px solid #990000; background-color: #CCCCCC;}
.boton {
border: none;
background: black;
}

.Boxmensaje{
background: #ffffe5;
border: 1px solid #ffcc99;
padding: 10px;
margin: 15px;
width: 75%;
color: #000;
text-align: center;
font-weight: bold;
}

.mensajeError {
color: red;
padding-left: 10px;
font-weight: bold;
width: 100%;
text-align: center;
}

.txtPedido{
font-size: 11px;
}

.CajaLabel{
font-size: 12px;
color: #e5e5e5;
font-weight: bold;
float: left;
width: 150px;
padding-bottom: 3px;
}

.CajaTexto{
font-size: 12px;
color: #e5e5e5;
float: left;
padding-bottom: 3px;
}

.vineta{
background: url("images/vineta.png") no-repeat;
background-position: center;
width: 15px;
height: 15px;
}

.btn-grabar{
background: red url("images/fondo_btn.png") no-repeat;
background-position: center;
width: 110px;
height: 25px;
color: white;
}

.mssgBox{
background: #949494;
color: #000000;
width:75%;
text-align: center;
padding:8px;
border: 1px solid #9d0c15;
margin-bottom: 15px;
}

.extrasBox{
padding-bottom:8px;
font-size: 12px;
}