@charset "utf-8";
/* CSS Document */

body {
    font-size: 12px;
    margin: auto;
    text-align: center;
    color: #000;
    background-color: #C0C0C0;
    font-family: Verdana, "Times New Roman", Times;
}

body, html{
	overflow-x:hidden;
	}

.limpia{
	clear:both;
	}	
	
ul{
    list-style: none;
	text-align:left;
}

.dl-menuwrapper{
	display:none;}

.no-padding{
	padding:0;
	}

#title {
    height:85px;
    width:100%;
    background: #fff url(../img_mobile/top.jpg) no-repeat;
	position:relative;
}


#title h1 {
    font-family: "Trebuchet MS";
    font-size: 2em;
    font-weight: bold;
    color: #000;
    text-align: left;
    text-transform: uppercase;
    margin-top: 26px;
	margin-left: 85px;

}

#title h2 {
    font-family: "verdana";
    font-size: 1em;
    color: #000;
    margin-top: 3px;
    text-align: left;
    padding-left: 100px;
    letter-spacing: 1pt;
	font-weight:bold;
}

#banner {
    width: 100%;
    min-height: 150px;
    background: url(../img_mobile/header.jpg) repeat;
	position:relative;
}

#banner .gif{
	width:250px;
	min-height:70px;
	margin:40px auto;
	}
	
	
#banner #banner_title{
	color: #fff;
    font-size: 25px;
	text-align:center;
    font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height:44px;
}

#banner #banner_text{
    color: #fff;
    font-size: 12px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    line-height: 18px;
	text-align:left;
}

#wrap {
	margin:0 auto;
    width: 100%;
    min-height:250px;
    background: #fff;
}

#wrap h3 {
	font-family: Arial, sans-serif;
    font-size: 15px;
    font-weight: bold;
    text-align: left;
}

#wrap .bannerAbadi{
	margin-bottom:20px;
	}

#wrap p {
	font-family: Arial, sans-serif;
    font-size: 13px;
    text-align: left;
	font-weight:100;
}



#sidebar h2 {
    height: 30px;
	font-family: Arial, sans-serif;
	color: #000;
	background: #fff url(../img_mobile/sdt.jpg) no-repeat;
	font-size: 18px;
	font-weight: bold;
	line-height: 32px;
	padding-left: 10px;
}


#sidebar ul li {
    border-bottom: 1px dotted #ADADAD;
    padding: 6px 0 6px 0px;
    padding-left: 10px;
    display: block;
    margin-left: 0px;
    margin-right: 3px;
}

#sidebar a:link {
    color: #000;
    text-decoration: none;
    border: none;
}


#post-6 h3.posttitle {
    font-family: Arial, sans-serif;
    font-size: 18px;
    font-weight: bold;
    min-height: 28px;
    padding: 2px 0 0px 0px;
    margin-top: 30px;
    margin-left: 0px;
    border-bottom: 1px solid #000;
    color: #005376;
    /*background: url(../img_mobile/pt.jpg) left no-repeat;*/
}

#post-6 h3.posttitle.red {
	color:red;
}

#wrap .imgBan{
	margin-bottom:0px;
	}
	
#tabla{
	min-height:280px;
	}

#tabla p{
	text-align: left;
	padding-top: 10px;
	border-bottom: 1px dotted #c4c4c4;
	padding-bottom: 8px;
	margin-left:9px;
}
	
	
#tabla .bgColor{
	background:#c4c4c4;
	color:#000;
	padding:10px;
	text-align:left;
	}

.Coment a{
	background: #005376;
	border: 1px solid white;
	color: white;
	width: 205px;
	height: 40px;
	text-align: center;
	padding: 7px;
	float:right;
	font-size: 16px;
	text-decoration: none;
}

#post-6 .Help a{
	background: red;
	border: 1px solid white;
	color: white;
	width:100%;
	max-width: 495px;
	min-height: 40px;
	text-align: center;
	padding: 7px;
	float:left;
	font-size: 16px;
	text-decoration: none;
	margin-bottom:20px;
}

.NameList {
	width:100%;
    max-width: 320px;
    float: left;
    padding: 10px;
    text-align: left;
	color:#666;
}

.NameList a {
	color:#000;
	font-weight:bold;
}

.bgColortop{
	padding:10px;
	font-weight:bold;
	}
	
	
.bgColortop p.tit{
	background:#e7e7e7;
	padding:10px;
	}
	
.bgColortop p{
	padding-bottom:5px;
	border-bottom:1px dotted #c4c4c4;
	}
	
a.black{
	color:#000!important;
	}


.formulario p{
	float:left;
	}
	
input.tuneado, textarea.tuneado{
	border:1px solid #c4c4c4;
	width:100%;
	float:left;
	margin:10px auto;
	padding:5px;
	height:35px;
	}
	
textarea.tuneado{
	height:90px;
	}
	
input.addComent{
	border:none;
	height:30px;
	width:160px;
	background:red!important;
	color:#fff!important;
	}
	
input[type="radio"], input[type="checkbox"] {
    float: left;
    margin-left: 10px;
}

#footwrap {
    width:100%;
    height: 100px;
    background:#F7F7F7 url(../img_mobile/footer.jpg) top no-repeat;
	padding-top:65px;
}

#footwrap p{
	width: 100%;
	height: 100px;
	background: #F7F7F7 url(../img_mobile/footer.jpg) top no-repeat;
	padding-top: 62px;
	margin-top: 35px;

	}
	
	
@media (max-width:980px) {
.dl-menuwrapper{
	display: block;}
}

@media (max-width:960px) {
#title h1 {
    margin-top: 12px;
}

#banner .gif {
    margin: 20px auto;
}

#banner {
    padding-bottom: 30px;
}

#title h2 {
    padding-left: 85px;
    width: 90%;
}

}

@media (max-width: 414px) {
	
	
#title {
    background: #fff url(../img_mobile/top.jpg) no-repeat -35px;
	}
	
	
#title h1 {
	font-size: 17px;
    margin-top: 26px;
	margin-left:52px;
}

#title h2 {
    font-size: 10px;
    margin-top: -9px;
    padding-left:52px;
    letter-spacing: 0pt;
	width: 240px;
}

#wrap .imgBan{
	margin-bottom:20px;
	}
	
#post-6 h3.posttitle {
    font-size: 17px;
}
}

@media (max-width: 412px) {
#title h2 {
    width: 330px;
}
}

	
@media (max-width: 400px) {
	
#tabla .Coment a {
    width: 100%;
    margin: 10px auto auto;
}

	
#post-6 h3.posttitle {
    padding: 2px 0 5px 0px;
	}
	
#title h1 {
    font-size: 17px;
    margin-top: 14px;
}

#title h2 {
    font-size: 10px;
    margin-top: -9px;
    letter-spacing: 0pt;
	width: 240px;
}
	
#banner {
	min-height: 390px;
	padding-bottom: 20px;
}

#wrap .imgBan{
	margin-bottom:20px;
	}

#wrap p {
    font-size: 12px;
}


}

