/* 
CSS Huevocartoon - 2008
Design: Logos Comunicaciones
www.logoscomunicaciones.com
*/

body {
background-color: #8d221c;
color: #fff;
font-family: Tahoma, Arial, Verdana, sans-serif; 
font-size: 11px;
margin: 0px;
padding:0px;
background-image: url(../lib/bg.gif);
background-position: bottom;
background-repeat: repeat-x;
}
a:link,a:visited { 
color: #fff;
text-decoration: none;
line-height: 16px;
}
a:hover {
color: #f2d1be;
text-decoration:  none;
line-height: 16px;
}
#container{
background-color: #e67a2f;
width: 780px;
}
#header{
background-image: url(../lib/bg_header.gif);
background-repeat: repeat-x;
height: 120px;
background-color: #cf3a09;
color: #fff;
font-size: 10px;
}
#menuTd{
background-image: url(../lib/huevocartoon_header.gif);
background-repeat: no-repeat;
background-position: left top;
height: 34px;
color: #fff;
}
#contentHome{
background-image: url(../lib/bg_content.gif);
background-repeat: no-repeat;
background-position: top;
height: 512px;
font-size: 11px;
color: #fff;
}
#contentIn{
background-image: url(../lib/bg_contentIn.gif);
background-repeat: no-repeat;
background-position: top;
height: 512px;
font-size: 11px;
color: #fff;
}
#contentFooter{
background-image: url(../lib/bg_footer.gif);
background-repeat: no-repeat;
background-position: bottom;
height: 25px;
font-size: 11px;
color: #fff;
}
#footer{
font-size: 9px;
color: #fff;
}
#tarjetasAnimadas{
font-size: 11px;
color: #fff;
background-image: url(../lib/bg_tarjetasanimadas.gif);
width: 210px;
height: 277px;
background-repeat: no-repeat;
}
#emoticons{
font-size: 11px;
color: #fff;
background-image: url(../lib/bg_emoticons.gif);
width: 210px;
height: 277px;
background-repeat: no-repeat;
}
#wallpapers{
font-size: 11px;
color: #fff;
background-image: url(../lib/bg_wallpapers.gif);
width: 447px;
height: 91px;
background-repeat: no-repeat;
}
#ringtones{
font-size: 11px;
color: #fff;
background-image: url(../lib/bg_ringtones.gif);
width: 447px;
height: 91px;
background-repeat: no-repeat;
}
#rowBorder{
font-size: 11px;
color: #fff;
border-bottom: dotted 1px #db5935;
padding-bottom: 3px;
padding-top:3px;
}
#rowBorder2{
font-size: 11px;
color: #fff;
border-bottom: dotted 1px #db5935;
padding-bottom: 5px;
padding-top:5px;
width: 175px;
}
#rowBorder3{
font-size: 11px;
color: #fff;
padding-top:2px;

}
#buyInstructions {
font-size: 11px;
color: #fff;
border: dotted 1px #db5935;
padding:10px;
 -moz-border-radius: 10px; /* Non-standard */
 background-color: #eb8737;
}

.title{
color: #fff;
font-size: 20px;
line-height: 24px;
font-family:  Tahoma, Arial, sans-serif;
text-align: left;
}

.bold { 
font-weight: 700;
}
.color2 { 
color: #f6821f;
}
.txt10 { 
font-size: 10px;
}
.error { 
color:#fff;
background-color: #ff0033;
padding: 4px;
font-size: 10px;
}

/*LINKS*/

a.box:link, a.box:visited  { 
	color: #fff;
	text-decoration: none; 
	padding-left:20px;
	background-image: url(../lib/bullet_box.gif);
	background-repeat: no-repeat;
	background-position: left;
	}
a.box:hover { 
	color: #fff;
	text-decoration: underline; 
	padding-left:20px;
	background-image: url(../lib/bullet_box.gif);
	background-repeat: no-repeat;
	background-position: left;
	}
	
.input{
	border: 1px solid #d8dadd;
	background-color: #fdfdfd;
	float: none;
	font-size: 11px;
	margin-top: 2px;
	margin-bottom: 2px;
	margin-left: 0px;
	height: 18px;
}
.inputError{
	border: 1px solid #ff7994;
	background-color: #fff2f5;
	float: none;
	font-size: 11px;
	margin-top: 2px;
	margin-bottom: 2px;
	margin-left: 0px;
	height: 18px;
}





	
/*DIV CENTRADO*/

#horizont        
    {
    color: white;
    background-color: transparent;
    text-align: center;
    position: absolute;
    top: 30%;
    left: 0px;
    width: 100%;
    height: 1px;
    overflow: visible;
    visibility: visible;
    display: block
    }

#contentDiv    
    {
    font-family: Tahoma, Arial, sans-serif;
    background-color: transparent;
    margin-left: -125px;
    position: absolute;
    top: -35px;
    left: 50%;
    width: 250px;
    height: 70px;
    visibility: visible
    }
	

/* Fin CSS */