body{ 
	background-color:#FFFFFF;
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	background-image:url(images/Fondo.png);
	background-repeat:repeat;
}

#pagina{
	margin: 1em auto 0 auto;
}
#pagina div{
	margin:1em 0;
}

.TextoContactar{ font-size:1.2em; font-weight:bold; text-align:center; margin-bottom:12px;}
.etiqueta{ font-size:1em; font-weight:bold; color:#000000;}
.TextoInfo{ font-size:1em; color:#000000;}

.input{
	border:1pt solid #333333;
    height:15pt;
}

a.boton, a.boton:visited{
    color:#FFFFFF;
	background-color:#666666;
    display:block;
    font-size:1em;
    padding-bottom:3px;
    padding-top:3px;
    text-align:center;
    text-decoration:none;
    width:140px;
	cursor:hand;
}
a.boton:hover{ background-color:#222222;}	

.textarea{ border:1pt solid #333333; overflow:auto;}

p{text-align:justify;}

/*PC tamaño grande (LG)*/
@media only screen and (min-width:1221px) {
body{
	min-width:1220px;
	max-width:1220px;
	margin:0 auto;
	font-size:1em;
}
#pagina{
	max-width:1000px;
}
#pagina img{
	max-width:800px;
}
}

/*PC tamaño normal (MD)*/
@media only screen and (min-width:867px) and (max-width:1220px) {
body {
	min-width:867px;
	max-width:1220px;
	margin:0 auto;
	font-size:0.9em;
}
#pagina{
	max-width:866px;
}
#pagina img{
	max-width:700px;
}
}

/*Tablet tamaño pequeño (SM)*/
@media only screen and (min-width:481px) and (max-width:866px) {
body{
	min-width:481px;
	max-width:866px;
	margin:0 auto;
	font-size:0.9em;
}
#pagina{
	max-width:480px;
}
#pagina img{
	max-width:400px;
}
a.boton, a.boton:visited{
    color:#FFFFFF;
	background-color:#666666;
    display:block;
    font-size:1.2em;
    padding-bottom:3px;
    padding-top:3px;
    text-align:center;
    text-decoration:none;
    width:160px;
	cursor:hand;
	line-height:2em;
}
a.boton:hover{ background-color:#222222;}	
}

/*SmartPhone tamaño extra pequeño (SME)*/
@media only screen and (max-width:480px) {
body{
	min-width:320px;
	max-width:480px;
	margin:0 auto;
	font-size:0.9em;
	background-color:white;
}
#pagina{
	max-width:320px;
}
#pagina img{
	max-width:300px;
}
a.boton, a.boton:visited{
    color:#FFFFFF;
	background-color:#666666;
    display:block;
    font-size:1.2em;
    padding-bottom:3px;
    padding-top:3px;
    text-align:center;
    text-decoration:none;
    width:180px;
	cursor:hand;
	line-height:2em;
}
a.boton:hover{ background-color:#222222;}	
}
