body {
	margin-top: 30px;
	margin-bottom: 30px;
	background-color: #373737;
}
.titulonoticias/*el texto de los titulos de la izquierda*/ {
   margin: 0px;
   padding:0px;
   font-family: Verdana, Tahoma;
   font-size: 12px;
   font-weight: bold;
}

.header {
	border-top-left-radius: 0.7em;
	border-top-right-radius: 0.7em;
	border-width:: 0px;
}

.btarriba/*esto es la botonera de arriba*/ {
   margin: 0px;
   padding:0px;
   height: 35px;
   width: 770px;
   top:153px;
   font: 10px Verdana, sans-serif;
   background: #EF4E3C;
   text-align: center;
   font-weight: bold;
}
.btizquierda {
  	width: 200px;
  	background: #FFB951;
  	vertical-align:top;
  	font: 10px Verdana, sans-serif;
	text-align:left;
}

.centro {
	background: white;
	font-family: Verdana, Tahoma;
	font-size: 11px;
	text-align: justify;
	line-height: 15px;
	width: 490px;
	padding-top: 40px;
	padding-right: 40px;
	padding-bottom: 0px;
	padding-left: 40px;
}

.footer {
	border-bottom-left-radius: 0.7em;
	border-bottom-right-radius: 0.7em;
	box-shadow: 10px 10px 5px #888;
}


.iconoMenuVertical {
	width:50px;
	height:50px;
	border-radius: 0.7em;
}

.linea1 {
   background: #FFB951;
   color: #FFFFFF;
   font-weight: bold;
   width: 500px;
   border-bottom: 2px solid #FFFFFF;
}
.linea2 {
   background: #AAC785;
   width: 230px;
   border-bottom: 1px dashed #FFFFFF;
   border-right: 1px dashed #FFFFFF;
}
.linea2x { 
	background: #AAC785;
	width: 400px;
	border-bottom: 1px dashed #FFFFFF;
}
.linea3x { 
	background: #AAC785;
	width: 50px;
	border-bottom: 1px dashed #FFFFFF;
	border-right: 1px dashed #FFFFFF;
}
.linea3 {
   background: #AAC785;
   width: 50px;
   border-bottom: 1px dashed #FFFFFF;
   border-right: 1px dashed #FFFFFF;
}
.linea4 {
   background: #AAC785;
   width: 50px;
   border-bottom: 1px dashed #FFFFFF;
}
.linea5 {
   background: #EF4E3C;
   color: #000000;
   font-weight: bold;
   border-bottom: 2px solid #FFFFFF;
}

.titolMain/*texto h1*/ {
   font-family: Verdana, Tahoma;
   font-size: 14px;
   font-weight: bold;
   text-align: left;
   color: #7A9B34;
}
.titolSub/*texto h2*/ {
   font-family: Verdana, Tahoma;
   font-size: 12px;
   font-weight: bold;
   text-align: left;
   color: #7A9B34;
}

a:link, a:visited, a:active {
   color: #000000;
   text-decoration: none;
}
a:hover {
   color: #AAC785;text-decoration: none;
}

input {
   font-size: 10px;
}
#suscriptionForm {
   text-align: center;
   margin-left: auto;
   margin-right: auto;
}
