article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section { display:block; }

/*DE 480 PX PARA ARRIBA*/
@media screen and (min-width:481px){ 
	body{
		width: 100%;
		height: 100%;
		padding: 0px;
		margin: 0px;
		font-family: Arial, Helvetica, sans-serif;
		background-image: url(../imagenes/top-bg.jpg);
		background-position: center;
		background-position:top;
		background-repeat: repeat-x;
	}
	h1{
		margin: 0px 0px 10px 0px;
		color:#373737;
		padding: 0px;
		text-align: left;
		font-size: 26px;
		font-weight: normal;
		margin-top:20px;
	}
	h2{
		margin: 0px 0px 10px 0px;
		color:#373737;
		padding: 0px;
		margin:10px 0px;
		font-size: 15px;
		font-weight: normal;
	}
	h3{
		color: #FE5C03;
		font-size: 26px;
		margin:0px;
		font-weight: normal;
	}
	/*////////////////////////////////////////////////////////////////////////TOP */
	#top{
		width: 950px;
		margin:auto;
		position: relative;
	}
	#top .menu{
		position: absolute;
		right: 0px;
		top: 25px;
	}
	#top .menu h2{
		text-align: right;
	}
	#top .menu h2 .small{
		font-size: 28px;
	}
	#top .nav{
		float:right;
	}
	#top .nav ul{
		margin: 0px;
		padding: 0px;
		background-color: #373737;
		height: 38px;
	}
	#top .nav li{
		float:left;
		margin-top: 10px;
		list-style: none;
		border-right: #FFFFFF solid 1px;
	}
	#top .menu .nav li.lastMenu{
		border:none;
	}
	#top .nav li a{
		color:#FFF;
		text-decoration: none;
		padding: 10px 15px;
	}
	#top .nav li a:hover{
		background-color: #fe5c03;
	}
	#top .nav li a.selected{
		background-color: #fe5c03;
	}
	/*////////////////////////////////////////////////////////////////////////CONTENIDO PRINCIPAL */
	#contenido{
		width: 950px;
		margin: auto;
		color:#777777;
		background-color:#FFFFFF;
		font-size: 14px;
	}
	/*////////////////////////////////////////////////////////////////////////FOOTER */
	#footer{
		background-color:#373737;
		padding: 15px 0px;
	}
	#footer .bottom{
		width: 950px;
		margin: auto;
	}
	#footer .bottom .nav ul{
		float: left;
	}
	#footer .bottom .nav li{
		list-style: url(../imagenes/bttom-arrows.png);
		margin-bottom: 15px;
	}
	#footer .bottom .nav li a{
		color:#FFFFFF;
		text-decoration: none;
	}
	#footer .bottom .nav li a:hover{
		text-decoration: underline;
	}
	#footer .bottom .middle{
		width:350px;
		color:#FFFFFF;
		font-size:14px;
		float: right;
		margin-right:25px;
		padding: 20px 20px 50px;
		border-right: #777777 dotted 1px; 
	}
	#footer .bottom .direcion{
		color:#FFFFFF;
		font-size:14px;
		float: right;
	}
	#footer .bottom .direcion h2{
		color:#FFFFFF;
		font-size: 32px;
		font-weight:normal;
		margin: 20px 0px 10px;
		text-align: left;
	}
	/*////////////////////////////////////////////////////////////////////////INDEX */
	#banner{
		background-image: url(../imagenes/banner-bg.jpg);
		padding: 15px;
		height: 433px;
		overflow:hidden;
	}
	.aside{
		margin-top:30px;
		width: 300px;
		float: left;
	}
	.aside ul{
		color:#373737;
		margin: 40px 0px 0px;
		padding: 0px;
	}
	.aside li{
		border-bottom: dashed 1px #373737;
		background-image: url(../imagenes/subMenuArrow.png);
		background-position: right;
		background-repeat: no-repeat;
		padding:15px 0px;
		list-style: none;
	}
	.aside li a{
		text-decoration:none;
		color:#373737;
		padding:15px 0px;
	}
	.aside .formulario{
		border-bottom: none;
		padding-bottom: 25px;
		margin-top:45px;
	}
	.aside .formulario h3{
		margin: 15px 0px 0px 0px;
	}
	.aside .formulario h4{
		color:#FE5C03;
		font-weight:normal;
		font-size: 18px;
		margin: 0px 0px 10px 0px;
		padding: 0px;
	}
	.aside .formulario input{
		width: 300px;
	}
	.aside .formulario .btn{
		text-align: right;
	}
	.aside .formulario .btn input{
		width: auto;
		background-color: #373737;
		color:#FFFFFF;
		border: none;
		padding: 5px 10px;
	}
	.aside .formulario textarea{
		width: 300px;
		height: 100px;
		resize: none;
	}
	.aside .formulario .field{
		font-size:12px;
		margin-bottom: 10px;
	}
	.main{
	
		width:590px;
		text-align:justify;
		float:right;
		padding-bottom:235px;
	}
	.main h3{
		margin-top: 25px;
	}
	.main img{
		margin: 15px 0px;
	}
	.main .left{
		float:left;
		width:	275px;
	}
	.main .right{
		float:right;
		width:	275px;
	}
	/*////////////////////////////////////////////////////////////////////////OPCIONES */
	.opciones{
		text-align:justify;
		padding: 25px 25px;
	}
	.opciones .opcBloque{
		margin: 15px 0px;
	}
	.opciones .opcBloque .img{
		float: left;
		width:260px;
		height: 160px;
		overflow: hidden;
		margin-right: 15px;
	}
	.opciones .opcBloque .info{
		float:left;
		width: 615px;
	}
	.opciones .opcBloque .info h4{
		font-weight:normal;
		margin: 0px 0px 15px;
		padding: 0px;
		font-size: 22px;
	}
	.opciones .grisClaro{
		margin-top:25px;
		padding: 25px 0px;
	}
	.opciones .grisClaro h2{
		color: #FE5C03;
	}
	
	.grisClaro{
		background-color:#F9F9F9;
		;
	}
	
	/*////////////////////////////////////////////////////////////////////////PROCESO */
	.proceso{
		text-align:justify;
		padding: 25px 25px;
	}
	.proceso .proBloqueLeft{
		position:relative;
		margin: 35px 0px;
		padding: 15px 0px 0px 15px;
	}
	.proceso .proBloqueLeft .num{
		position: absolute;
		font-size:36px;
		color:#FFFFFF;
		background-color: #373737;
		text-align: center;
		padding: 10px;
		left: 0px;
		top:0px;
	}
	.proceso .proBloqueLeft .img{
		float: left;
		width:260px;
		height: 160px;
		overflow: hidden;
		margin-right: 15px;
	}
	.proceso .proBloqueLeft .info{
		float:left;
		width: 600px;
	}
	.proceso .proBloqueLeft .info h4{
		font-weight:normal;
		margin: 0px 0px 15px;
		padding: 0px;
		font-size: 22px;
	}
	.proceso .proBloqueRight{
		position:relative;
		margin: 35px 0px;
		padding: 15px 15px 0px 0px;
	}
	.proceso .proBloqueRight .num{
		position: absolute;
		font-size:36px;
		color:#FFFFFF;
		background-color: #373737;
		text-align: center;
		padding: 10px;
		right: 0px;
		top:0px;
	}
	.proceso .proBloqueRight .img{
		float: right;
		width:260px;
		height: 160px;
		overflow: hidden;
		margin-right: 15px;
	}
	.proceso .proBloqueRight .info{
		float:left;
		width: 600px;
	}
	.proceso .proBloqueRight .info h4{
		font-weight:normal;
		margin: 0px 0px 15px;
		padding: 0px;
		font-size: 22px;
	}
	.proceso .terminados{
		text-align: center;
	}
	
	/*////////////////////////////////////////////////////////////////////////CONTACTO */
	.contacto{
		text-align:justify;
		padding: 25px 25px;
	}
	.contacto .left{
		float: left;
		background-color: #f9f9f9;
		padding: 25px;
		margin-top: 50px;
	}
	.contacto .left h4{
		text-align: center;
		font-size: 20px;
		font-weight: normal;
		padding: 0px;
		margin: 0px 0px 20px 0px;
	}
	.contacto .left .formulario .field{
		margin-bottom: 20px;
	}
	.contacto .left .formulario .btn{
		text-align: right;
	}
	.contacto .left .formulario input{
		width: 300px;
	}
	.contacto .left .formulario .btn input{
		width: auto;
		background-color: #373737;
		color:#FFFFFF;
		border: none;
		padding: 5px 10px;
	}
	.contacto .left .formulario textarea{
		width: 300px;
		height: 100px;
		resize: none;
	}
	.contacto .right{
		float: right;
		margin-top: 40px;
		width: 300px;
		font-size: 16px;
	}
	.contacto .right .bigTxt{
		font-size: 22px;
	}
	/*////////////////////////////////////////////////////////////////////////MISC */
	.clear{
		line-height: 1px;
		clear:both;
	}
	.line{
		border-bottom: #777777 dashed 1px;
		line-height: 10px;
		margin-top: 30px;
	}
}

/*/////////////////////////////////////////////////////////////////////////////////////////////////////DE 480 PX PARA ABAJO*/
@media screen and (max-width:480px){ 
	body{
		width: 100%;
		height: 100%;
		padding: 0px;
		margin: 0px;
		font-family: Arial, Helvetica, sans-serif;
		background-image: url(../imagenes/top-bg.jpg);
		background-position: center;
		background-position:top;
		background-repeat: repeat-x;
	}
	h1{
		display:none;
		margin: 0px 0px 10px 0px;
		color:#373737;
		padding: 0px;
		text-align: right;
		font-size: 16px;
		font-weight: bold;
	}
	h2{
		margin: 0px 0px 10px 0px;
		color:#373737;
		padding: 0px;
		margin:10px 0px;
		font-size: 15px;
		font-weight: bold;
	}
	h3{
		color: #FE5C03;
		font-size: 26px;
		margin:0px;
		font-weight: normal;
	}
	/*////////////////////////////////////////////////////////////////////////TOP */
	#top{
		text-align:center;
		position: relative;
	}
	#top .menu{
		padding: 0px;
		margin: auto;
		width:100%;
	}
	#top .menu h2{
		display:none;
	}
	/*
	#top .menu h2 .small{
		font-size: 18px;
	}
	*/
	#top .nav ul{
		margin: 0px;
		padding: 0px;
		background-color: #373737;
	}
	#top .nav li{
		text-align:center;
		margin:10px 0px 0px 0px;
		padding: 10px 0px;
		list-style: none;
		border-bottom: #FFFFFF solid 1px;
	}
	#top .menu .nav li.lastMenu{
		border:none;
	}
	#top .nav li a{
		color:#FFF;
		text-decoration: none;
		padding: 10px 0px;
	}
	#top .nav li a.selected{
		background-color: #fe5c03;
	}
	
	/*////////////////////////////////////////////////////////////////////////CONTENIDO PRINCIPAL */
	#contenido{
		width: 100%;
		color:#777777;
		padding:20px 5px 0px 5px;
		background-color:#FFFFFF;
		font-size: 14px;
	}
		/*////////////////////////////////////////////////////////////////////////FOOTER */
	#footer{
		text-align:center;
		background-color:#373737;
		padding: 15px 0px;
	}
	#footer .bottom .nav ul{
	/*	float: left;*/
		display: none;
	}
	#footer .bottom .nav li{
		list-style: url(../imagenes/bttom-arrows.png);
		margin-bottom: 15px;
	}
	#footer .bottom .nav li a{
		color:#FFFFFF;
		text-decoration: none;
	}
	#footer .bottom .middle{
		display:none;
		color:#FFFFFF;
		font-size:14px;
	}
	#footer .bottom .direcion{
		color:#FFFFFF;
		font-size:14px;
	}
	#footer .bottom .direcion h2{
		color:#FFFFFF;
		font-size: 32px;
		font-weight:normal;
	}
	
	/*////////////////////////////////////////////////////////////////////////MISC */
	.clear{
		line-height: 1px;
		clear:both;
	}
	.line{
		border-bottom: #777777 dashed 1px;
		line-height: 10px;
		margin-top: 30px;
	}
	
	/*////////////////////////////////////////////////////////////////////////INDEX */
	#banner{
		display:none;
	}
	.aside{
		float: left;
		width:100%;
	}
	.aside ul{
		color:#373737;
		margin: 0px;
		padding: 0px;
	}
	.aside li{
		border-bottom: dashed 1px #373737;
		background-image: url(../imagenes/subMenuArrow.png);
		background-position: right;
		background-repeat: no-repeat;
		padding:15px 0px;
		list-style: none;
	}
	.aside li a{
		text-decoration:none;
		color:#373737;
		padding:15px 0px;
	}
	.aside .formulario{
		border-bottom: dashed 1px #777777;
		padding-bottom: 25px;
	}
	.aside .formulario h3{
		margin: 15px 0px 0px 0px;
	}
	.aside .formulario h4{
		color:#FE5C03;
		font-weight:normal;
		text-align: center;
		font-size: 18px;
		margin: 0px 0px 10px 0px;
		padding: 0px;
	}
	.aside .formulario input{
		width: 100%;
	}
	.aside .formulario .btn{
		text-align: center;
	}
	.aside .formulario .btn input{
		background-color: #373737;
		color:#FFFFFF;
		border: none;
		padding: 5px 10px;
	}
	.aside .formulario textarea{
		width: 100%;
		height: 100px;
		resize: none;
	}
	.aside .formulario .field{
		font-size:12px;
		margin-bottom: 10px;
	}
	.main{
		width:100%;
		text-align:justify;
		float:left;
		padding-bottom: 25px;
	}
	.main h3{
		margin-top: 25px;
	}
	.main img{
		width:100%;
		margin: 15px 0px;
	}
	
	/*////////////////////////////////////////////////////////////////////////OPCIONES */
	.opciones{
		text-align:justify;
		padding: 25px 5px;
	}
	.opciones h3{
		font-size: 18px;
	}
	.opciones .opcBloque{
		margin: 15px 0px 25px;
	}
	.opciones .opcBloque .img{
		float: left;
		width:200px;
		margin-right: 15px;
	}
	.opciones .opcBloque .img img{
		width:200px;
	}
	.opciones .opcBloque .info{
/*		float:left;*/
	}
	.opciones .opcBloque .info h4{
		font-weight:normal;
		margin: 0px 0px 15px;
		padding: 0px;
		font-size: 16px;
	}
	.opciones .grisClaro{
		margin-top:25px;
		padding: 25px 0px;
	}
	.opciones .grisClaro h2{
		font-size:16px;
		color: #FE5C03;
	}
	
	/*////////////////////////////////////////////////////////////////////////PROCESO */
	.proceso{
		text-align:justify;
		padding: 25px 5px;
	}
	.proceso h2{
		font-size: 22px;
	}
	.proceso h3{
		font-size: 18px;
	}
	.proceso .proBloqueLeft{
		position:relative;
		margin: 35px 0px;
		padding: 15px 0px 0px 15px;
	}
	.proceso .proBloqueLeft .num{
		position: absolute;
		font-size:22px;
		color:#FFFFFF;
		background-color: #373737;
		text-align: center;
		padding: 5px;
		left: 0px;
		top:0px;
	}
	.proceso .proBloqueLeft .img{
		float: left;
		width:200px;
		margin-right: 15px;
	}
	.proceso .proBloqueLeft .img img{
		width:200px;
	}
	.proceso .proBloqueLeft .info{
	/*	float:left;*/
	}
	.proceso .proBloqueLeft .info h4{
		font-weight:normal;
		margin: 0px 0px 15px;
		padding: 0px;
		font-size: 18px;
	}
	.proceso .proBloqueRight{
		position:relative;
		margin: 35px 0px;
		padding: 15px 0px 0px 0px;
	}
	.proceso .proBloqueRight .num{
		position: absolute;
		font-size:22px;
		color:#FFFFFF;
		background-color: #373737;
		text-align: center;
		padding: 5px;
		right: 0px;
		top:0px;
	}
	.proceso .proBloqueRight .img{
		float: right;
		width:200px;
		margin-left: 15px;
	}
	.proceso .proBloqueRight .img img{
		width:200px;
	}
	.proceso .proBloqueRight .info{
	/*	float:left;*/
	}
	.proceso .proBloqueRight .info h4{
		font-weight:normal;
		margin: 0px 0px 15px;
		padding: 0px;
		font-size: 18px;
	}
	.proceso .terminados{
		text-align: center;
	}
	.terminados img{
		width: 100%;
	}
	/*////////////////////////////////////////////////////////////////////////CONTACTO */
	.contacto{
		text-align:justify;
		padding: 25px 0px;
	}
	.contacto h2{
		font-size: 22px;
	}
	.contacto h3{
		font-size: 16px;
	}
	.contacto .left{
		background-color: #f9f9f9;
		padding: 25px;
		margin-top: 50px;
	}
	.contacto .left h4{
		text-align: center;
		font-size: 16px;
		font-weight: normal;
		padding: 0px;
		margin: 0px 0px 20px 0px;
	}
	.contacto .left .formulario .field{
		margin-bottom: 20px;
	}
	.contacto .left .formulario .btn{
		text-align: right;
	}
	.contacto .left .formulario input{
		width: 100%;
	}
	.contacto .left .formulario .btn input{
		width: auto;
		background-color: #373737;
		color:#FFFFFF;
		border: none;
		padding: 5px 10px;
	}
	.contacto .left .formulario textarea{
		width: 100%;
		height: 100px;
		resize: none;
	}
	.contacto .right{
		text-align:center;
		margin-top: 40px;
		font-size: 16px;
	}
	.contacto .right .bigTxt{
		font-size: 22px;
	}
}