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

body {
	margin:20px 0;
	padding:0;
	background-color:#FFF;
	background-repeat:repeat-x;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#000;
	}
h1, h2, h3, h4 {margin:0; padding:0; font-weight:normal;}

h1 {font-size:30px}
h2 {font-size:24px;}
h3 {font-size:18px;}
h4 {font-size:16px;}


.left {float:left;}
.right {float:right;}

.m_b_10 {margin-bottom:10px;}
.m_b_20 {margin-bottom:20px;}
.m_t_10 {margin-top:10px;}
.m_t_20 {margin-top:20px;}
.m_t_40 {margin-top:40px;}
.m_l_40 {margin-left:40px;}

.justify {text-align:justify;}
.center {text-align:center;}

.celeste {color:cde2ff;}
.gris_osc {color:#333333;}
.bordo {color:#990000;}

.bold {font-weight:bold;}
.underline {text-decoration:underline;}

.vinetas ul li {list-style:disc;}

.webcoral {
	font-size:9px;
	color:#666666;
	}