/* COLOUR REFERENCES

Green:      #79b044
Salmon:     #dd5638
Blue Gray:  #3e4249

*/

/* === GENERAL === */
.ped {
	background-color: #dd5638;
}

#barner1 {
	background-color: #dd5638;
	padding: 20px 0 20px 0;
	color: white;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizelegibility;
	font-weight: bold;
}

#barner .header {
	text-align: center;
	color: red;
}

#oracion-principal {
	text-align: center;
	margin-top: 10px;
}

#oracion-principal h2 {
	color: #dd5638;
}

#oracion-principal h3 {
	color: #dd5638;
}

#oracion-principal p {
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizelegibility;
	font-weight: bold;
	font-size: 20px;	
}

#oracion {
	text-align: center;
	margin-top: 60px;
}

#oracion img {
	margin: 10px 0 10px 0;
	width: 200px;
    height: 270px;
}

#oracion h2 {
	color: #dd5638;
}

#oracion h3 {
	color: #dd5638;
}

#oracion p {
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizelegibility;
	font-weight: bold;
	font-size: 20px;	
}

.header {
	text-align: center;
	color: blue;
}
.portada {
	text-align: center;
}

body {
	margin-top: 30px;
	font-family: 'proxima-nova', 'Releway', Helvetica, sans-serif;
	font-size: 16px;
	background: url('../img/tile.jpg') top left repeat;
}

/* === GLOBAL === */

h1,h2,h3,h4,h5,h6 {
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizelegibility;
	font-weight: bold;
}

h1 {
	font-size: 3em;
}

h1,h2 {
	margin: 0 0 40px;
}

h3 {
	margin: 20px 0;
}

h4 {
	font-size: 18px;
}

p {
	margin: 0 0 5px;
}

p.lead {
	font-weight: normal;
}

button, input, .btn, a.btn {
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizelegibility;
	color: white;
}

.btn {
	font-weight: bold;
}

.btn-danger {
	background-color: #dd5638;
	border-collapse: #d95131;
}

img {
	max-width: 100%;
}

.modal-content {
	background: url('../img/title.jpg') top left repeat;
}




/* === LAYOUT === */

section {
	/*padding: 80px 0;*/
}

.section-header {
	text-align: center;
	margin-top: 0px 0 10px;
}

.oracion-header {
	text-align: center;
	margin-top: 5px 0 10px;
	background-color: #dd5638;
}

section h2 {
	margin: 10px 0 10px;
}

section h3 {
	margin: 20px 0 10px;
}


