body{    

		font-family: aparajita, "book antigua", "book antiqua", georgia, serif;

		font-size: 18pt;

		/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#711325+43,711325+43,dd733e+80,fee2a0+100 */

		background: #711325; /* Old browsers */

		background: -moz-linear-gradient(top,  #711325 43%, #711325 43%, #dd733e 80%, #fee2a0 100%); /* FF3.6-15 */

		background: -webkit-linear-gradient(top,  #711325 43%,#711325 43%,#dd733e 80%,#fee2a0 100%); /* Chrome10-25,Safari5.1-6 */

		background: linear-gradient(to bottom,  #711325 43%,#711325 43%,#dd733e 80%,#fee2a0 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#711325', endColorstr='#fee2a0',GradientType=0 ); /* IE6-9 */

		background-repeat: no-repeat;

		background-size: cover;

	}



.titulo{

		width: 30%;

		min-width: 500px;

	}

.imagen-menu{

		width: 100%;

		max-width: 75px;

		min-width: 60px;

	}

.buda{

		height: 500px;

	    padding: 15px;

	    background-image: url('../img/buda.png');

	    background-repeat: no-repeat;

	    background-position-y: bottom;

}

.contenido-cuerpo {
border-style: double;
    border-width: 0;
    border-top-width: 10px;
    border-top-color: #fef0c9;
    padding-top: 30px;
    padding-bottom: 1%;
    /*background-image: url('/templates/mynewtemplate/img/nubes-bottom.png');
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: bottom;*/
    min-height: 802px;
}

.contenido{

		padding: 15px;

		font-family: aparajita;

		font-style: italic;

		color:black;

		background-color: rgb(254, 240, 201);

	}

.contenido h2{

		font-size:23pt;

		font-weight:bold;

		color:orange;

	}

.superior{

		text-align:center;

		padding-top:50px;

		background-image: url('http://www.trabajo-interno.com.ar/assets/images/nube-top.png');

		background-repeat:no-repeat;

		background-position-x:center;

		background-position-y:bottom;

	}

.superior h2{

		color:white;

	}



/*////////////////MENU///////////////////*/



.contenedor-menu{

	width: 500px;

}



/*.menu li{

		float: left;

		text-decoration: none;

		list-style: none;

		margin: 20px;

		background-color: blue;

		padding: 10px;

		color: white;

	}*/

#menu1{

		/*width: 100%;*/

		/*height: auto;*/

		background-color: red;

		/*position: absolute;*/

		/*top: 150px;*/

	}

#menu1 li{

		list-style: none;

		color: white;

	}

#menu2{

		width: 100%;

		background-color: #ff9900;

	}

#menu2 li{

		list-style: none;

		color: white;

	}
.menu1 li{
	    border-bottom: 1px solid #711325;
}


@media (max-width: 768px) {

  .titulo {

	    width: 80%;

	    min-width: 212px;

	  }

  .buda{

  	    background-position-x: center;

	  }

	#menu1{

		position: relative;

	}

	.imagen-menu{

		width: 100%;

		max-width: 100px;

	}

}
@media (max-width: 600px) {
    .contenido img{
        width: 100%;
        position: relative;
    	display: block;
    }
}
@media (min-width: 600px) {
    .contenido img{
        width: 60%;
        position: relative;
    	display: block;
    }
}